I want to add tags to the post,
i 'm unable to found on function referenal page of wp that any kind of function like add_tag or etc...so what can i do???
I want to add tags to the post,
i 'm unable to found on function referenal page of wp that any kind of function like add_tag or etc...so what can i do???
I guess that I'm late but anyways: wp_set_object_terms($post_id, array('first_tag', 'second_tag', 'etc'), 'post_tag', true); - try this function
This topic has been closed to new replies.