Linux 软件免费装

WP CHOOSE YOUR THEME

开发者 Giovambattista Fazioli
更新时间 2009年5月26日 06:35
捐献地址: 去捐款
PHP版本: 2.7.1 及以上
WordPress版本: 2.7.1

标签

Theme Manager

下载

0.1 0.2 0.5 0.6

详情介绍:

WP CHOOSE YOUR THEME, let to select an avaiable theme to your visitors. In your template, for example in sidebar.php, insert: <?php wp_chooseyourtheme(); ?> and a combo menu list shows the themes avaiable. When a your visitor click on item, the theme is changed. For defautl all themes are shows. Use Admin configuration Appearance -> WP Choose Your Theme to hidden some themes. Arguments You can set args mode in: COMBO MENU <?php wp_chooseyourtheme(); ?> for combo menu or <?php wp_chooseyourtheme("mode=menu"); ?> ` Theme name 1 Theme name 2 Theme name ... ` LIST <?php wp_chooseyourtheme("mode=list"); ?> for list. ` ` ROLL <?php wp_chooseyourtheme("mode=roll"); ?> for roll. ` Next Theme ` Related Links

安装:

  1. Upload the entire content of plugin archive to your /wp-content/plugins/ directory, so that everything will remain in a /wp-content/plugins/wp-chooseyourtheme/ folder
  2. Activate the plugin through the 'Plugins' menu in WordPress (deactivate and reactivate if you're upgrading).
  3. Open the plugin configuration page, which is located under Appearance -> WP Choose Your Theme
  4. Select the Themes you want to make hidden
  5. Insert in your template php <?php wp-chooseyourtheme(); ?> function
  6. Done. Enjoy.

更新日志:

History release: `