wordpress 配制摘要
#jeromes-keywords 需要自己修改模版文件来显示。
修改了模版中的 index.php,single.php,
增加了一行 tag:< ?php the_post_keytags(); ?>
#jeromes-keywords tag云图
下载了 sample-cosmos-php.zip
修改 jeromes-keywords.php 函数all_keywords()
/tag/%keylink% -> ?tag=%keylink% (因为我的空间不支持.htaccess)
使用path_info后改为 /index.php/tag/%keylink%
对中文支持有问题
#修改style.css
加大浏览宽度
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px; #50px
width: 450px; #650px
}
#修改时间格式
修改模版中的 index.php,single.php
the_time(’F jS, Y’)->the_time(’Y-m-d H:i’)
有想法?欢迎留言: