I’m just needing to know where the PHP code is located that I can insert into a page, be it one I create through WordPress or one I upload manually (Where would I upload that to?) that will display my posts.
One way to do that is to use “blog” as a category and use a category menu item as your non-home page.
Or you can use a plugin to pull posts to page –
http://wordpress.org/plugins/posts-in-page/
Or if you want to get into the code, this may be useful:
http://www.transformationpowertools.com/wordpress/page-of-posts-template-for-twenty-twelve
That bottom link is not working, but yes, it is the code that I would like to get into rather than using a plug-in to do it for me. I’m just not sure where the code is located, but I feel I can break it down and understand if once directed to it.
That link seems to be working now…?
I had clicked on it a couple times and it kept saying it couldn’t load the page, twas weird. But yes it is working now, thank you, I will look into this, it appears to be what I am looking for.
This is exactly what I was looking for to start with, a way to mimic my main blog post by having posts appear on two different pages. But wouldn’t this code, the blog posts change in the same way as on the main blog page when changes are made in content.php such as to show the excerpt or to limit how many posts there are? How might I be able to customize it separately? The only thing this code seems to directly let me customize is the category of posts that I want to appear.