Limit posts per category on home page
-
We can use this to limit the posts per page:
$query->set('posts_per_page', 5);
But is there a way to limit posts per category on front page in a specific order?
Say I want 3 posts from category 2, then 4 posts from category 3?
- The topic ‘Limit posts per category on home page’ is closed to new replies.