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.