Excluding category from homepage…causing empty pages
-
Hello. I’m having issues with empty pages being displayed after trying to exclude certain categories from the homepage. I have about 10-14 posts being excluded. It is now displaying empty pages until it gets to more content that is not excluded. What could be causing this issue.
This is the code used to exclude the posts:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php if (in_category('4')) continue; ?>This is the blog in question: http://haziqali.com/blog/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Excluding category from homepage…causing empty pages’ is closed to new replies.