View Single Post
Old 01-31-2018, 04:11 PM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,342
Quote:
hi do you know how i can get the model tags in my site as tags or categories?
Just add the following code into your "PHP code <?php .. ?>" box:

Code:
if (isset($xml_tags['tags']['val']) && is_array($xml_tags['tags']['val'])) {
    $post['tags_input'] = $xml_tags['tags']['val'];
}
Note that only few models in the feed are using tags.
__________________
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