Hallo,
ich habe mir den Theme-Switcher
runtergeladen.
Allerdings mache ich nichts an der sidebar.php, da ich meine Sidebar anhand der Widgets erstellt habe (Wordpress deutsch 2.2.2).
Muss ich da die widgets.php ändern und wenn ja, wo muss ich dann diesen (?) Code hier einfügen:
ZitatAlles anzeigenTheme Switcher ¶
Theme Switcher allows your readers to switch among installed themes.
Installation ¶
- Download theme-switcher.php.
- Copy theme-switcher.php into your wp-content/plugins folder.
- In the WordPress Admin Panel, activate the Theme Switcher plugin on the Plugins tab.
- Add wp_theme_switcher() to your template. See Usage.
Usage ¶
To use, add the following to your sidebar menu:
<li>Themes:
<?php wp_theme_switcher(); ?>
</li>
This will create a list of themes for your readers to select.
If you would like a dropdown box rather than a list, add this:
<li>Themes:
<?php wp_theme_switcher('dropdown'); ?>
</li>
Quelle: ThemeSwitcher - WordPress Plugin Repository - Trac
Danke.