I'm sure there has to be some way to make this with single wordpress instalation. Posts for "learn" page are tagged with "learn" and I built a custom template that has loop that prints only posts from that category. Also, posts on that "learn" page should have links like they are on separate WP installaton (www.sitename.com/learn/date-postname..) and same for blog (www.sitename.com/blog/date-postname..)
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
Not sure I exactly understand your problem, but it sounds like what you want to do could easily be accomplished using Custom post types: http://codex.wordpress.org/Post_Types#Custom_Types This would basically allow you to have an entire segment just for 'learn' completely separated from your general posts/blog - you could even give 'learn' it's own styling by using |
|||||
|