首页     ITJOY 博客社区     登录

Posts Tagged ‘默认’

设定mu中新博客的默认设置

09月 7th, 2008 by admin | No Comments | Filed in WordPress mu

新用户开通一个博客后,语言、静态链接、时区设置,还有链接(默认是两个wp网站链接)等需要更改。

默认设置在 /wp_admin/include/schema.php 的 function populate_options 中修改。

默认链接在/wp_includes/wpmu-functions.php 的 function install_blog_defaults 中修改。

默认的第一篇日志 需要在后台的 网站管理->设置 中更改,默认的标题到语言包中更改。

有兴趣的话还可以加更多有趣的默认设置,如开通后的评论、日志、皮肤等。

Tags: , ,