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, 主题, 域名, 插件 相关日志 WordPress Thread Comment (8) Feedburner Feed Statistics Collector (0) [转载+整理]WordPress上传文件类型限制解决办法 (1) Anti Spam Image 算术版 (1) RunCode更新 (0)
2009-05-13 22:42 | Posted by Sunshow | Filed Under WordPress
跟以前主题的比较: 1、全新的结构,基于hybrid 2、960px定宽 3、侧边栏大变样,其中最近评论加上了头像显示 4、支持Widget 5、面包屑导航 Todo: 正文部分和评论部分的CSS设计 done 不同页面拥有不同内容的侧边栏 制作Links页面 done 还有很多遗漏的地方 鸣谢: Becomin' Charles:我从这里得到了很多hybrid方面的帮助 NeoEase:我在这里剽窃了一些样式,囧 标签:css, theme, 主题, 头像, 评论 相关日志 准备重制主题 (4) 打印 HTML 网页强制换页的方式 (0) 兼容IE和FireFox的间隔滚动代码 (1) 推荐 Firefox 主题 Foxdie (0) 破解Win2003的主题限制 (1)
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, 链接 相关日志 WordPress Thread Comment (8) [Expression Engine]去除URL里的index.php (0) 改造了WP的Feed (0) 大伙来算术 (1) [转载+整理]WordPress上传文件类型限制解决办法 (1)
2008-08-22 12:29 | Posted by Sunshow | Filed Under WordPress
目前大家看到的这个灰蒙蒙的主题是我用的最持久的一个了,符合了我特殊的审美观 当然这不是我原创的,只是在别人的基础之上做了一些修改 现在准备从头制作一个属于自己的主题,我的目标是: 1、更合理的布局方式 2、支持Widgets 3、再简洁一些 正如你们所知道的,我是个眼高手低的家伙,虽然目前已经有了一些思路,但是我也不知道何时能完成 标签:Widgets, 主题, 布局 相关日志 一个布局的模型 (0) 推荐 Firefox 主题 Foxdie (0) 应用新主题 (5) 破解Win2003的主题限制 (1) [WordPress]对不同域名使用不同的主题 (0)
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