Set While to defined number
-
<?php /* Start the Loop */ ?> <?php while (have_posts()) : the_post(); ?> <?php if ($front == 'posts') : get_template_part('template-parts/content-blog', get_post_format()); else: get_template_part('template-parts/content-page-home', get_post_format()); endif; ?> <?php endwhile; ?>
Set while to only show most recent 6 posts.
How do I change the have posts to show most recent 6 posts?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Set While to defined number’ is closed to new replies.