Wordpress different page different theme??

1 replies
  • WEB DESIGN
  • |
As my thread says. Is it possible to make different page with different theme with wordpress 2.6.2. Please guide me if any body knows this fact.
#page #theme #wordpress
  • Profile picture of the author awesometbn
    Hello raj_10021,
    Yes this is possible. You need to look into a Wordpress plugin called WP theme changer, or something similar. After you have uploaded your theme files in the themes subdirectory, and have tested each one to be sure it will work properly with your blog, you can enable the WP plugin. Usually you will see a dropdown box in your sidebar that visitors can use to select the theme they want. But what you can do instead, is simply pass the name of your theme as a variable in your URL to the next page.

    I don't think there is an automated way to do this, so you will need to look for references to the next page, and manually add the name of your theme as a variable in the URL. These manual changes are to the code inside Wordpress. Let me know if you run into any problems. This is easy enough to do in PHP, but you'll need the WP plugin to serve as your foundation. Good luck.
    {{ DiscussionBoard.errors[221380].message }}

Trending Topics