Quote:
Originally Posted by magneto664
Wow. Is clear for me
I have only problem with tags.
I want add a tags jus to post tag. also age will be nice to add to post tags.
i try add tags also to content but is no working to me maybe reason is array (4-5 tags with ,) ??
tnx
|
To import the mentioned tags from that JSON feed you have to do the following:
1) Add this line to the
"Custom fields" box:
2) Add this line to the "
PHP code <?php .. ?>" box:
Code:
$post['tags_input'] = implode(',', $post['custom_fields']['tags']);
I know this method is not intuitive and looks a bit ugly, so I'm going to make an easier way to do it in the upcoming updates of CyberSEO 7.