Quote:
Originally Posted by magneto664
tnx for it. I work now with tags. how to wrote value from custom field to tags?
|
Depends on how exactly the tags are formatted in the XML file. E.g. if they are comma-delimited, you can import them with this code:
Code:
$post['tags_input'] = explode(',', $post['custom_fields']['some_custom_field']);