How to show certain posts on a page?
-
I know how to show the latest posts, but I want to get 3 posts by calling their IDs.
<?php $lastposts = get_posts('numberposts=12'); foreach($lastposts as $post) : setup_postdata($post); ?>
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to show certain posts on a page?’ is closed to new replies.