Tagline Shuffle
开发者 |
fireballmonkey
|
更新时间 |
2009年1月19日 10:07 |
捐献地址: |
去捐款 |
PHP版本: |
2.0.2 及以上 |
WordPress版本: |
2.7 |
详情介绍:
Picks a random tagline from a list every time a page is loaded. You can place a tagline anywhere in a template using
the included function, but you also have the option of automatically replacing all instances of the built-in static
tagline with random ones.
安装:
- Upload
tagline-shuffle.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
-
Create a list of taglines through the 'Settings->Tagline Shuffle' menu
-
Select if you would like to automatically replace all tagline instances with random taglines
- Place
<?php insert_random_tagline(); ?>
in your templates anywhere you would like random taglines