• hy i want to know how to change the “/?wptheme=” to “/?somethingelse=”
    i am using the plugin theme switcher reloaded
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think that would be pretty complicated… You would have to edit the theme-switcher-reloaded.php and replace every “wptheme” string for “somethingelse”.

    Or… if you’re not using the widget… you can just add this line on top of the file:

    $_GET["wptheme"] = $_GET["somethingelse"];

    That will make http://yourblog.com/?somethingelse=theme work, but again, if you’re using the sidebar widget, the links in there will still point to ?wptheme=

    Hope that helps…

    Thread Starter amahdee

    (@amahdee)

    thank you very much !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘theme switcher reloaded question !’ is closed to new replies.