Popularity Contest 2.0 汉化率80%
4 个评论
这个插件可以实现对帖子浏览情况的统计!
详细就由自己去体会了!
Popularity Contest 2.0b2 (92)
阅读全文
WP-Syntax添加按钮到WordPress编辑器
0 个评论
找到wp-includes\js\quicktags.js这个文件
查找:
edButtons[edButtons.length] =
new edButton('ed_code'
,'code'
,''
,''
,'c'
);
在下边增加:
edButtons[edButtons.length] =
new edButton('ed_mycode'
,'mycode'
,'< pre lang="php">'
,'< /pre>'
,'...
阅读全文