Recent Post From a Specific Category
-
I’m using the following code to pull one recent post and display it on my page.php file, it works fine but I want to make it pull from a specific category, how can do this?
<?php $recentpost = new WP_Query(“showposts=1”); while($recentpost->have_posts()) : $recentpost->the_post(); ?>
Thanks
Nick
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Recent Post From a Specific Category’ is closed to new replies.