0
votes

Quick question (quick deadline...I know I can use google).

I'm writing a site on Wordpress w/ a static home page, it has a few pages--I want the 'blog' page to show the wp entries...what's the best way to set this up.

Right now I have a static template for each page (with content rendered), but of course, the blog page doesn't show the posts...

Thanks for the help!

1
Hey, did I answer your question? Or is there something else you were looking for?Tyler Carter
Yea. Something funky was going on and I've been super busy! Thanks!Kevin Brown

1 Answers

2
votes

Create a Wordpress Page Template by making a page with any name and this comment at the top:

/*
Template Name: Blog Enitres
*/

Go create a page, use that as the template (there is a selector on the right hand side). Call it whatever and save it. This is your static page.

Then, after that, go down to Settings > Reading and change the 'Home' page to be the page you've created.

Then create an index.php and save it. This will be the template for the displayed posts. Create an empty page and select it at the 'Posts Page' in settings.

To learn more about this functionality go here.

To learn more about the Wordpress loop and how to display entries, visit codex.wordpress.org