I want to query posts in WordPress by ID range. For example query posts that have ID between 9 – 40. Or get posts that have IDs greater than 9 (ID>9).
How can I specified this type of query in WordPress?
Thanks a lot.
I want to query posts in WordPress by ID range. For example query posts
Share
Try this filter, just paste this function in your functions.php
And in your template file