这是一个叫做infinite scroll的Plugins,替代了下一页的翻页效果,让下拉条无限循环,用户浏览文章的时候,只用没头没脑的下拉就可以了。
Download the WordPress Plugin
WordPress技巧(7): 无限循环的下拉条
WordPress技巧(6): 替换”read more”
做以下的定义,修改第三行的代码,放到functions.php文件中,all will be ok!
<?php
$custom_more = "Continue reading this post";
add_filter( 'the_content_more_link', 'my_more_link', 10, 2 );
function my_more_link( $more_link, $more_link_text ) {
return str_replace( $more_link_text, $custom_more, $more_link );
}
?>
Hello Digital brand identity [link]
Hello Digital 非常不错的数字设计公司,如有兴趣请深入其网站进行了解,或者去看这篇介绍的文章。
via:http://www.logodesignlove.com/hello-digital-brand-identity
鉴于外国友人的建议,对外链其图片深表歉意,本blog无商业用途,部分文章仅是个人兴趣的翻译整理。
Xenocode Browsers

Xenocode Browsers这个工具我认为是必须拥有的,只需要安装一个插件,就可以在线测试多种浏览器效果 (IE 6, 7 和 8, Firefox 2 and 3, Google Chrome 和 Opera) 。
不过这个工具只能在Windows (XP with SP2 和更高级的系统)下工作,但非常的不错。访问 Xenocode Browsers
