I’m new to WordPress and php,so sorry for my basic question.
I want to add some posts in a category programmatically.
For example every day i want to select some posts and insert them into a category with php code and for next day replace some other posts.
Is it possible? How?
Thanks in advance.
Leave a Reply
You must be logged in to post a comment.
You can use
wp_insert_post
https://codex.wordpress.org/Function_Reference/wp_insert_postSee the Codex, here you have a lot of examples:
To update the Post see
wp_update_post
https://codex.wordpress.org/Function_Reference/wp_update_postUse wp_set_post_categories