2.启用一些插件 google分析 防垃圾评论akismet 分享到其他网站addtoany等
3.边栏模板去掉saelogo链接
4.header.php 增加自定义样式
” />
” type=”text/css” rel=”stylesheet”/>
5. 修改loop.php 让归档和分类目录文件全文显示
6.由于不支持php写文件函数,所以不能修改顶部图片,但可以自行上传至指定目录
/wp-content/themes/twentyten/images/headers/
分别上传940px × 198px concave.jpg和230px × 48px concave-thumbnail.jpg文件
7.使用svn添加1g-music插件
8.使用文本小工具添加top100音乐列表
9.修改wp-codebox.php 27和28行
include_once ABSPATH ."wp-config.php";
include_once ABSPATH ."wp-settings.php";
10.修改评论部分的代码及样式 /wp-includes/comment-template.php
$fields = array(
'author' => '
'email' => ' ' . ( $req ? '*' : '' ) .
'',
'url' => '' .
'',
);
$required_text = sprintf( ' ' . __('Required fields are marked %s'), '*' );
$defaults = array(
'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'comment_field' => '',
11.添加wp-pagenavi插件和related-posts插件
修改loop.php和loop-single.php使插件生效
'