近期主题修改笔记
1、首页不显示某分类的文章 先看代码(注意去掉<? 和php 之间的空格) <? php $cat_id=-123;//the category ID $limit = get_option('posts_per_page'); $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('cat=' . $cat_id . '&showposts=' . $limit . '&paged=' . $paged); $wp_query->is_archive = true; $wp_query->is_home = false; ? > 将这段代码放在模板index.php里面的<? php get_header(); ?>后面<? php if (have_posts()) : ? >的前面的位......Read more
推荐一款新出的杂志风格免费主题Magasin Uno
Magasin Uno is a free premium quality Wordpress theme with Featured Content Gallery, Feedburner Email Subscription, Twitter Account integration, Popular Posts, Automatic Thumbnail Resizer, Adsense ready with advertising blocks easily customize via an Option Page. Released by Padd Solutions this is a simple magazine style free theme, with nice integration of Adsense links in the header. The automatic thumbnail resizer is a nice touch. ......Read more
当前使用的主题
接触WP一年多了,先后用过4个主题。这个主题本来是我用过的第3个主题,用了很长时间。在短暂的换用了第4个主题后,感觉还是比较喜欢简洁、2栏风格的主题。现在又换会来了。 这个主题,来自于Brian Gardner 的 great holiday WordPress theme“Tis The Season”。Brian Gardner 制作了很多优秀的WP主题,如 Church Theme、Lifestyle Theme等很受大家欢迎,使用的人很多。 Brian Gardner 后来似乎放弃了这个主题的更新。我现在使用的该主......Read more
推荐四个不错的wordpress免费主题站
目前提供154个主题免费下载。多数主题较简洁,易于上手。 地址:http://www.freewpthemes.net 提供8个主题演示和免费下载。其中几个杂志型主题,如ComFy Magazine 等,功能强大。 地址:http://deluxethemes.com ......Read more
一款免费杂志型主题Weblog Magazine
杂志型主题通常都是收费的。这里推荐一款来自英国One Way Links的主题,不但免费,而且不需要太多的设置,比较适合新手使用。就是主题有点老了,在2.7下使用,估计要修改才行。 Widget Ready: Yes Columns: Three Width: Fixed Demo: View demo of Weblog Magazine Theme Download: Download Weblog Magazine WP theme ......Read more
升级到2.7主题这样改
升级到WP2.7了?恭喜!上了Wordpress这条船,就要一路同行嘛。 2.7做了较大改进。但是如果你不对你的主题做相应的修改,还是很难体会到2.7的许多新功能的。下面就根据我最近的经验,看看如何修改现有主题,才能用上2.7的几个新功能。 1、修改comments.php文件 “评论回复”是2.7最吸引人的一个功能了,原来大家都是用插件实现,我是用Intense Debate。现在2.7自带了评论回复,方便多了。要在你的博客上用上这个功......Read more
WP改为灰色调
将WP改为灰色调,为灾区默哀。 方法: 将如下代码加入WP主题的CSS文件头部 代码: html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); ......Read more
Revolution Pro Business theme
The Revolution Pro Business theme is a widget-ready, customizable theme that provide ideal solutions for small business who wish to use WordPress as their content management platform. 演示:点这里 下载:Revolution Pro Business 原文地址: http://www.arthack.org/revolution-pro-business.htm......Read more
职业博客推荐的10个免费主题
以下是世界一流博客职业博客推荐的10个免费主题,作者是Reese Spykerman。 A search for free Wordpress themes yields thousands of results, some dull or cluttered, some utilitarian, and many inspiring and beautiful. Numerous other well-designed Wordpress themes are available to you, but these are 10 that stand out to me for various features including good usability, organization, attractive use of graphics, cross-genre appropriateness and even search engine optimization. 1. GridFocus Public Skellie can’t be wrong: she use......Read more
修改HeyLucy主题遇到RSS输出错误
修改使用基于HeyLucy的主题遇到RSS输出错误。 初步确定问题出在functions.php。为了减少插件使用,将相关日志及分页等功能封装到functions中,出了问题。 在GOOGLE上查询WP RSS错误,找到了问题所在,看来这个问题也很常见: Have a look through your wp-config.php, plugins and/or your theme’s function.php files. In all cases, there should be no spaces or blank lines before the opening <?php tag. Also in all cases there should be no spaces or blank lines after the fina......Read more

