10月 7th, 2008 | 分类: wordpress | 69 阅读
修改comment.php文件:
1. 找到
的语句,在这段语句下面添加 3. 上面说到的那句
中可以找到一句 ,在此句上方添加 2
接下来就是用css来调整一下commentcount的表现形式,在style.css里增加类似下面的内容:
.commentcount { font-family: Georgia,sans-serif; font-size: 24px; font-weight: bold; color: #e0e0d0; float: right; }
This entry was posted on 星期二, 10月 7th, 2008 at 9:59 am and is filed under wordpress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
留言板里的评论是倒序,怎么办?如何区分开?
[回复]
阿囧 reply on 10月 7th, 2008:
< ?php $relax_comment_count++; ?> 改成 < ?php $relax_comment_count--; ?> 试一下
阿囧 reply on 10月 8th, 2008:
测试Ajax
显示楼层挺不错的,可是懒得搞这东西了…
嘿嘿, :twisted:
测试
:roll: 我的改后从0楼开始,怎样改成一楼开始呢?
还有怎样添加单位楼? :roll:
Name (required)
Mail (will not be published) (required)
Website
2. 一般下面都会有一段
的语句,在这段语句下面添加
3. 上面说到的那句
中可以找到一句2
,在此句上方添加
接下来就是用css来调整一下commentcount的表现形式,在style.css里增加类似下面的内容:
.commentcount {
Tags:评论, 评论楼层, wordpress, 显示楼层号码font-family: Georgia,sans-serif;
font-size: 24px;
font-weight: bold;
color: #e0e0d0;
float: right;
}
相关日志
This entry was posted on 星期二, 10月 7th, 2008 at 9:59 am and is filed under wordpress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.