I want such a thing that searched over and over but nothing found!
I have about 15 authors and imported +1000 posts from my previous website. And all of them are submitted for one and same author. But I need to assign posts to random authors.
Is there any functions, plugin , etc to doing this?
2
Answers
You can do something like
In the example above I’m pulling all the posts (of a post type post), if you need to do it only on specific posts, you’ll have to change the
get_posts()
arguments to get specific post id’s or range of post id’s