Display different posts on different "pages"
-
I hope someone can help me with this as I’ve been struggling for a while: I followed a few threads where it explained how to display posts from different categories on different “pages”. I’ve created the new category in my navigation and I’ve added the following to home.php under the loop:
<?php if (in_category(’16’) && is_home() ) continue; ?>
It excludes the category from the main page which is great, but the post is not showing up in the category in the navigation. Can someone please tell me what I am doing wrong?
The blog page is called “Joernaal” and the category in the navigation is called “luan”
https://www.luankruger.angelicdesign.co.uk/
Thank you in advance!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Display different posts on different "pages"’ is closed to new replies.