Is there a Theme available that allows for more than one blog.
-
I would like to create a new wordpress site that will have more than one blog. Is there a configuration available?
The blog I need help with is: (visible only to logged in users)
-
-
You can create as many blogs (websites) as you want to.You can then create a custom menu on your primary blog https://en.support.wordpress.com/menus/view-all/#1-create-a-custom-menu and include custom links to your other blogs (websites) https://en.support.wordpress.com/menus/view-all/#adding-custom-links in it.
-
susylindskov – there is only one blog (posts page) per site.
That said, there are some workarounds you could use to simulate two blogs on a single site, but they would require custom CSS. For example, let’s say you wanted a second blog about cats. You could assign all those posts to the Cats category, and then link to that category separately from your menu. You could then hide all posts in the Cats category on the main blog page via custom CSS.
The Display Posts shortcode can also be used to simulate a second blog within a single site. To avoid repeating the same posts twice in the main blog feed, you’d again need to use custom CSS to hide them.
Custom CSS is available with the Premium or Business plans. If you need CSS help, please feel free to post in our CSS Customization forum.
-
Maybe you could also use two categories and a static page as a startpage, and hide all links to the actual blog which would contain all posts of both categories.
- The topic ‘Is there a Theme available that allows for more than one blog.’ is closed to new replies.