Dumb Question About Adding a WP Theme Inside Your Theme???

by Dreams
5 replies
Hi,

I wanted to know if it is possible to add another theme inside your WordPress theme? If it is possible how would I do that so that it turns out visually ok?

I would like to add an online store or a review site theme inside my blog. So when someone clicks "Reviews" they still will be on my website and not taken to an external link.

Thanks!
#adding #dumb #inside #question #theme
  • Profile picture of the author MikeFriedman
    You can create a separate page that follows a separate theme. It's a little more complicated. I haven't done it in a LONG time, and I'm away from the office right now, so maybe someone else can give you advice on that.

    Another easy way to do it is to install a second Wordpress blog.

    So if wordpress is installed at yourdomain, you can install Wordpress a second time at yourdomain/reviews. Then install your other theme on the second blog.

    It's probably not the cleanest and neatest way to do it, but it works.
    Signature

    For SEO news, discussions, tactics, and more.
    {{ DiscussionBoard.errors[1322561].message }}
    • Profile picture of the author Susan Stones
      Originally Posted by MikeFriedman View Post

      Another easy way to do it is to install a second Wordpress blog.

      So if wordpress is installed at yourdomain, you can install Wordpress a second time at yourdomain/reviews. Then install your other theme on the second blog.
      That's what I was going to suggest, too.
      {{ DiscussionBoard.errors[1338953].message }}
  • Profile picture of the author mywebwork
    Mikes 2nd method is probably the simplest - just install a second WordPress installation. You could edit the main page to include a static link to the second WordPress site in the main menu.

    Another thought is to keep your existing theme but use a different template for your review pages. Not as versatile but a bit easier to manage.

    Bill
    {{ DiscussionBoard.errors[1338848].message }}
  • Profile picture of the author houdy
    Another method is to use the "Reviews" theme as the main theme but create and use a custom static front page template. So if the reviews are basically the blog posts. The limitation with this approach is that all posts will use the same reviews theme. But any page you create can use a custom page template.

    If you are referring to that "Product Reviews" package that uses the More Fields plugin I suggest you dump that terrible theme and find a good looking real theme to use for your site.
    {{ DiscussionBoard.errors[1339085].message }}
  • Profile picture of the author VegasGreg
    You can create and upload different Page Templates to an existing theme and then when you are creating a new page (or editing and existing page) there is a spot to select which template you want to use for that particular Page.

    Depending on if you want to use a different CSS Stylesheet for the new template would require the creation of that as well.

    The coding to achieve these results is a little more detailed, but the above is the basic format.
    Signature

    Greg Schueler - Wordpress Fanatic... Living The Offline Marketing Dream...

    {{ DiscussionBoard.errors[1348314].message }}

Trending Topics