I basically want a WordPress “Page” that acts just like the home page and loops through recent posts and displays them. How do I do this?
Leave a Reply
You must be logged in to post a comment.
I basically want a WordPress “Page” that acts just like the home page and loops through recent posts and displays them. How do I do this?
You must be logged in to post a comment.
If you go to Settings->Reading and then for “Front Page Shows” select static page, and then select a page from the dropdown, then edit the source code for this file to include a standard WP loop like –
Use the wordpress loop, but you can control which posts show up in the loop using
query_posts()
http://codex.wordpress.org/Template_Tags/query_posts