Saturday, June 14th, 2008
刚刚看完,还没翻译完就放:http://wiki.clin003.com/wiki/WordPress_SEO (没翻译完的半成品) 啦,如果喜欢可以去看看,很好的一个WordPress Seo手册,文章写的很详细,原文在:http://yoast.com/articles/wordpress-seo/ 这篇文章讲述的内容主要包括,基础技术优化、模版优化,高级技术优化、如何时变更Blog结构来获得更高的评级、评论优化及推广优化等。
还有介绍啦几个帮助SEO的插件,自动对图片进行SEO优化的SEO Friendly Images插件,可提高Wordpress性能的WP-Super-Cache 缓存插件,阻止索引存档文章的Robots Meta插件等等。
Posted in wordpress支持, 今日一点, 搜索引擎, 翻译文档 | No Comments »
Thursday, March 27th, 2008
代码如下:添加到模板需要的位置即可
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>
效果:
Posted in wordpress支持, 今日一点 | No Comments »
Thursday, March 27th, 2008
2.5的rc1就带来很多惊喜,这次rc2又展示下screencast,很酷的厄,一次可以上传多张图片并且gallary也很方便修改,来看下演示动画吧,偶这就去升级下去!!
可惜偶找不到官方演示动画里的那个stats怎么弄出来的!!
as a Flash movie
If you make frequent backups and you’re interested in helping us out with development by testing the very latest, download and install Release Candidate 2 of WordPress 2.5, and join our testers mailing list to report any bugs you find in the code.
Finally with regards to theme ...
Posted in wordpress支持 | 2 Comments »
Wednesday, March 26th, 2008
这次没有在singal post页面直接添加“代码”而是单独建立一个模板页面:adds.php。
然后在single post模板中要出现的地方使用:
<?php include_once("add-to.php"); ?>
就ok啦。
效果图:
add.php的代码是:
<div class="socialtools">
<h2 class="social-title">收藏此页到: </h2>
<?php
$UTITLE = the_title('', '', false);
$TITLE = urlencode($UTITLE);
$URL = get_permalink();
$URL = urlencode($URL);
//$IMAGES = get_theme_root_uri() . '/' . get_template() . '/images/social/';
$IMAGES = '/images/';
print('<a href="http://my.poco.cn/fav/storeIt.php?u='.$URL.'&t='.$TITLE.'&c=" title="baidu"><img src="'.$IMAGES.'poco.gif" alt="poco"></img></a>');
print('<a href="http://cang.baidu.com/do/add?iu='.$URL.'&it='.$TITLE.'&dc=&fr=js#nw=1" title="baidu"><img src="'.$IMAGES.'baidu.gif" alt="baidu"></img></a>');
print('<a href="http://bookmark.hexun.com/post.aspx?url='.$URL.'&title='.$TITLE.'" title="hexun"><img src="'.$IMAGES.'hexun.gif" alt="hexun"></img></a>');
print('<a href="http://hot.yesky.com/dp.aspx?u='.$URL.'&t='.$TITLE.'" title="yesky"><img src="'.$IMAGES.'yesky.gif" alt="yesky"></img></a>');
print('<a href="http://www.365key.com/storeit.aspx?u='.$URL.'&t='.$TITLE.'" title="360 sky"><img src="'.$IMAGES.'365key.gif" alt="360 sky"></img></a>');
print('<a ...
Posted in wordpress支持, 今日一点 | No Comments »
Tuesday, March 25th, 2008
Webmaster-Source上的31 Professional WordPress Themes中列出了31个免费和付费的Wordpress模版,大部分是新闻杂志型模版。
一、免费模版
1、Gridlock
2、Illacrimo
3、Amazing Grace
4、StudioPress
5、Not So Fresh
6、Gluttony
7、SpringLoaded
8、InSense
9、Digital Pop
10、Blogging Pro
11、ColdBlue
12、GreenTech
Posted in wordpress支持 | No Comments »