show 3 most recent posts under static home page (2.2)
-
I am using the built feature in the admin to show a static front page on the index page instead of the loop (Options >> Reading)
Underneath that on the “home page” I’d like to show the 3 most recent posts from a particular category. So in page.php I added this code:
<?php if (is_page('9')) { //how do I show 3 posts from cat '3' } ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘show 3 most recent posts under static home page (2.2)’ is closed to new replies.