标签云 ‘ wordpress

10个WordPress的.htaccess技巧 22 三月 2009 时间: 1:19 上午 作者: 歪脑 354 views

对于Apache服务器,使用.htaccess文件允许WordPress的博客做很多事 安全,功能 和可用性。
参考原文:10 awesome .htaccess hacks for WordPress

1. 重定向WordPress的RSS Feed链接地址到Feedburner地址:
除了修改WP的模板文件来定制其输出的RSS Feed链接地址外,还可以使用.htaccess文件来进行设置(替换yourrssfeedlink为自己的Feedburner地址)。

  • # temp redirect wordpress content feeds to feedburner
  • <IfModule mod_rewrite.c>
  • RewriteEngine on
  • RewriteCond %{HTTP_USER_AGENT} !FeedBurner    [NC]
  • RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
  • RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds2.feedburner.com/catswhocode [R=302,NC,L]
  • </IfModule>
  • 参考:How to redirect WordPress rss feeds to feedburner
    阅读全文 →

    + 分享WordPress Theme Curious 作者: 歪脑 26 十一月 2008 时间: 7:39 下午 444 views and have 2 条评论

    Curious is another free WordPress theme designed in a clean classic layout. Curious offers the following features:
    阅读全文 →

    + WordPress的iphone皮肤 作者: 歪脑 28 十月 2008 时间: 8:35 下午 432 views and have 没有评论


    一款非常不错的WP皮肤..^_^ 有喜欢爱疯的一定不能错过 
    阅读全文 →

    + LeopardAdmin[WordPress admin panel skins] 作者: 歪脑 03 五月 2008 时间: 2:10 下午 431 views and have 没有评论

    LeopardAdmin一款Leopard风格的WordPress admin panel skins,做工非常精致.支持WordPress 2.5 有喜欢Leopard风格的朋友千万不要错过了 

    作者主页 Download