View Single Post
Old 07-01-2017, 02:27 PM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,342
Quote:
Originally Posted by magneto664 View Post
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:

Code:
tags_item->tags
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.
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote