插件描述:
A plugin that make your site's description changes randomly.
插件使用:
- 下载插件并将目录改成RandomDescription
- 上传插件到插件目录下
- 编辑你的主题目录吓得header.php文件,文件路径:
/theme/yourtheme/header.php
- 替换其中的
$this->options->description()
为$this->random()
A plugin that make your site's description changes randomly.
/theme/yourtheme/header.php
$this->options->description()
为 $this->random()