• I am trying to do something relatively simple, I think. I’d like to have two different blogs on my site: one serious and one “fun.” You would access each with something like:

    https://www.site.com/blog1 and https://www.site.com/blog2

    It can look the same, the users can be the same, the database can be the same, etc., I just want them on separate pages essentially. I know that I can create new pages, but those seem static.. they don’t recreate the blog on those pages which allow for new posts and such.

    Any ideas on how to easily do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Great idea magician.!
    When I had the same requirement, I created a new category ( example.com/blog/category/fun/ and then restricted posts on main page not to be from this category using query_posts().

    You can shorten the category url to example.com/blog/fun/ using top level categories plugin or some other which does the same.

    Thread Starter magiciansampras

    (@magiciansampras)

    Thanks! I just looked up query_posts and that will do the trick! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘best way to have two different “blogs” on one site?’ is closed to new replies.