Show only posts from specific category
-
Hey all
I know this topic has been covered, and there is lots of info on it, but I cannot get it to work. Hoping for some help with my specific code.I am trying to limit the 3 posts showing here to only ones from the category “sample” (category id 39).
I have tried adding cat=39 before showposts=3 but it did not work. Am I missing something. Can anyone help plz ??
<?php $the_query = new WP_Query('showposts=3&post_type=listings') ?> <?php if($the_query->found_posts == 0){ for($i=1; $i<=3; $i++){echo dummy_listings();} }else{ ?> <?php while ( $the_query->have_posts() ) : $the_query->the_post();?>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Show only posts from specific category’ is closed to new replies.