tcs111
Member
Posted 11 months ago #
Im not sure if this already exists without 2 wordpress installations required but is it possible to add a feature where you can add another page so you can blog on both the home page and page 2, for example:
Home Page Blog content: News
Page 2 blog content: Tips & Tricks
Page 3 blog Content: Reviews
Page 4 content: Contact form (No Blog)
Page 5 content: About (No Blog)
I think many people will utilise this feature.
There are a variety of ways to accomplish this.
The easiest way is just using categories. Each cat gets it's own page really by default.
Or using custom taxonomies, same as above.
There are also Custom Post Types which can be used to do this.
Page templates can be made to style each page differently, if so desired. Some will bring content in automatically depending how it is organized. There are also custom queries to bring in specific content.