Ruby 语言 思想驱动生活

May 27, 2007

算是弄好了Ultimate Tag Warrior 3插件

Filed under: 技术 — liubin @ 12:48

前两天的wordpress版本比较低,装不了UTW3,只好升级到最新版本的wordpress了。
把解压缩的plugin的在控制面板里启用就可以了。
关键是要修改theme文件。
1.修改index.php,在文章列表的时候显示tag list
在适当的位置加上这句就行了。

  1. <div class="utwtags">TAG: <?php UTW_ShowTagsForCurrentPost("tagsetcommalist") ?></div>

当然,还要修改css文件。
2.修改tags.php和tag.php
tags.php主要是用来显示所有的tag的列表,建立方法可以看UTW自带的文档,修改的主要内容是让它符合当前的theme。
tag.php主要是显示一个tag的文章列表,修改的主要内容是让它符合当前的theme。

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Sorry, the comment form is closed at this time.

Powered by WordPress