want only most recent post to appear on index page
-
please advise how i get ONLY THE MOST RECENT blog posting FROM A SPECIFIC CATEGORY to appear on my index page.
here’s the code from my index.php file, but I don’t know how to edit to make this happen:
<h2>Latest from the Blog</h2> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ get_template_part( 'loop', 'index' ); ?>
please advise. thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘want only most recent post to appear on index page’ is closed to new replies.