2010-04-28 22:20 | Posted by Sunshow | Filed Under WordPress
首先是让WordPress能支持多个域名而不是跳转到安装时指定的域名 编辑wp-config.php,加上: $home = 'http://'.$_SERVER['HTTP_HOST']; $siteurl = 'http://'.$_SERVER['HTTP_HOST']; define('WP_HOME', $home); define('WP_SITEURL', $siteurl); 然后针对不同域名指定不同的主题,本来想自己写一个,然后犯懒一搜果然已经有人做了 安装插件Domain Theme,激活然后设置就不赘述了 标签:theme, WordPress, 主题, 域名, 插件 相关日志 Feedburner Feed Statistics Collector (0) 更新了2.0.3... (1) 破解Win2003的主题限制 (1) WordPress 2.0.5 - Ronan (1) 推荐 Firefox 主题 Foxdie (0)
2009-03-25 21:44 | Posted by Sunshow | Filed Under WordPress
以前的规则:/archives/%post_id%.html 现在的:/%year%/%monthnum%/%postname%/ 在Permalink Redirect WordPress Plugin的帮助下,以前的链接依然可以访问 标签:permalink, redirect, WordPress, 链接 相关日志 插件更新:Ultimate Tag Warrior (2) RunCode更新 (0) Get Recent Comments 中文改良版 (31) 改造了WP的Feed (0) Tomcat支持SSI和软链接 (0)
2008-07-17 21:29 | Posted by Sunshow | Filed Under PHP, WordPress
更新日志 v1.0 添加多语言支持。 新功能:复制到剪贴板。 插件主页:http://blog.sunshow.net/archives/367.html WordPress的插件页:http://wordpress.org/extend/plugins/runcode/ 心得体会:学习了一些有关多语言支持的知识 标签:code, plugin, run, WordPress, 插件, 更新, 语言 相关日志 百度Hi挺弱智 (2) Google Reader界面更新 (0) WP-Forum (3) Get Recent Comments 中文改良版 (31) RunCode - plugin to show your code (32)
2008-07-13 23:31 | Posted by Sunshow | Filed Under WordPress
WP-Turbo是一个WordPress插件,原理是通过Google Gears将网站上所有的静态文件都缓存到本地,从而加快网站访问速度 试用了一下,加速效果还是很明显的 虽说目前还没多少人用Gears,甚至没多少人知道这是何方神圣,至少对于自己管理后台来说速度上的提升是很可观的 最后是广告: 欢迎点击右上角的“Turbo!”按钮加速访问本站点 标签:Gears, google, Turbo, WordPress, 缓存, 速度 相关日志 [转载]WordPress 2.0.2 上传图片标题乱码解决 (0) 升级至WordPress 2.5 (8) 更改Permalink (6) Google 手机地图 (5) 更新了2.0.3... (1)
Get Recent Comments 2.0.5
2009-03-30 20:03 | Posted by Sunshow | Filed Under WordPress
Changes Fixed %BEG_OF_TITLE% bug. Thanks to everybody who reported this problem (a LOT of people) Fixed broken %author_url_href macro. Now it works again. Fixed broken gravatar function - needed to bring e-mail address to lowercase before using md5 on it. Applied Sven Anderson’s patch which replaces the most critical string functions with multibyte character aware [...]
Permalink | Trackback | Leave a response