richard 0 Report post Posted April 9, 2010 But here goes... I've created pages on my site (for example - Blog, Articles) and I would like the posts that belong to the same categories to appear on those pages. I have the feature page set as my home page - if this makes any difference. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 9, 2010 So you want both these pages to be blog pages, but each is only supposed to show specific posts based on category? Please clarify Share this post Link to post Share on other sites
richard 0 Report post Posted April 9, 2010 That's pretty much it yes. I'd like one Header to be articles and then subs for things like Tech, Opinion & so forth. And I'd like the second header to be a personal Blog. The blog one would really only have one category. Share this post Link to post Share on other sites
Andrew 207 Report post Posted April 10, 2010 this might require some custom coding using WP's category functions. The theme by default is only setup to handle '1st' level blog pages. do you want to dive into the code? Share this post Link to post Share on other sites
richard 0 Report post Posted April 11, 2010 I wouldn't mind giving it a go to see how it works out. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 12, 2010 Check out the link here: http://wpgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/ You'll have to edit the _posts.php file to add the code mentioned in the article Share this post Link to post Share on other sites