I’ve made my front page a static page with wordpress. I would still like to be able to link to a listing of blog posts. How is this done?
Leave a Reply
You must be logged in to post a comment.
I’ve made my front page a static page with wordpress. I would still like to be able to link to a listing of blog posts. How is this done?
You must be logged in to post a comment.
create a new page template file called page-home.php
best way to do this is copy and paste the code from index.php into your new page…
inside this page create a new template call..
inside this page paste your index.php code..
this will display your home page as usual, then you have to create a new call to the wordpress database to display your latest posts from which ever categories you want or show all posts from all categories..
this will then loop through the posts and display your latest posts..
have a check through the wordpress query posts codex