Problem with query_posts showing category posts?
-
I’ve been having a problem for weeks now with showing category posts on the category page? and i cant seem to figure the problem.
When i click on my category although it has posts it doesnt show them, it just has a blank page.My website is https://www.nomorenoodles.co.uk
When i try to look at my posts from the blog category all i get is a blank page: https://www.nomorenoodles.co.uk/?cat=3This is my code in my category-3.php file and i dont know whats wrong…
<?php get_header() ?> <div id="featured" class="small"> <?php include(TEMPLATEPATH . '/includes/featured-small.php'); ?> </div> <div id="main-top"> </div> <div id="main"> <div id="maincontent"> <?php query_posts('cat=3'); ?> <div class="clearboth"></div> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Previous Posts') ?></div> <div class="alignright"><?php previous_posts_link('Next Posts »') ?></div> </div> </div> <?php get_sidebar() ?> <div class="clearboth"></div> </div> <?php get_footer() ?>
Can anyone help?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Problem with query_posts showing category posts?’ is closed to new replies.