kev93_10 0 Report post Posted August 10, 2011 I've been through all the videos, etc on the site and I can't find an answer. Basically I want to know : 1. How do I edit the layout of the home page on my site? What template do I edit? I assume it's the posts page? 2. How do I add blog (post) content to each individual page? For example, if I drag the content section into default template and assign a newly created page to use the default template any posts do not appear on this page - only the page content. Thanks in advance Kev Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 10, 2011 1. Yes, its the "posts page" template. 2. You have to do that through some special coding. Heres a function that you can paste into functions.php of your child theme which allows you to pull posts via a shortcode: http://www.wprecipes.com/wordpress-shortcode-display-the-loop Share this post Link to post Share on other sites
kev93_10 0 Report post Posted August 10, 2011 Ok - thanks. That explains the confusion! Is there any way to get a post to paper on a certain page? For example, if I had 3 pages set as "blog" pages, how could I get post to appear on one of those pages? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 11, 2011 It's possible to get a post to appear on a page by using a plugin and some code as explained here: http://lorelle.wordpress.com/2007/09/08/wordpress-tip-how-to-display-a-specific-post-anywhere-you-want/ Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites