Linux 软件免费装

Advanced Tagline

开发者 kmorey
更新时间 2009年3月31日 10:58
PHP版本: 2.5 及以上
WordPress版本: 2.7.1

标签

widget random quotes tagline sequential quote

下载

1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.4 1.5 1.5.1 1.5.2 1.5.3 1.4.3

详情介绍:

Advanced Tagline gives the option to have multiple taglines for your blog and display them at random or sequentially with each page view. Typical uses: Features Version 1.5.3 Version 1.4.4 Version 1.4.3 Version 1.4.2 Version 1.4.1 Version 1.4 Version 1.3

安装:

  1. Upload the 'advanced-tagline' folder to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure your taglines through Settings -> Advanced Tagline
  4. The plugin now replaces bloginfo('description') so most themes won't need to be edited
  5. If you wish to keep your blog description where it is, select 'Standalone' in the mode configuration and insert the following code into your theme: <?php bloginfo('advtag'); ?>
NOTE: After installing 1.4 or later, you can safely remove the following php code from your themes if you added it as a result of installing a previous version: