最早在“被窝音乐网”上看到这个插件,插件作者布谷鸟。很好的一款插件,可实现自动提取文章图片显示于首页上,及在侧边栏显示最新图片,随即图片等功能,由于是国人开发的,全中文版,安装使用都很简单,按着作者的提示就可以成功安装了。
插件下载地址:http://niaolei.org.cn/thumbnails_anywhere
对作者布谷鸟的专访:http://www.17cha8.cn/bencandy.php?fid-84-id-3512-page-1.htm
备注:
1.要实现首页缩略图,要把<?php if(function_exists('thumbnails_anywhere_for_homepage')) { thumbnails_anywhere_for_homepage(); } ?>
这串代码放置于首页模板(index.php)里,添加在the_content或the_excerpt之前,需要注意的是,D&Z Theme Pro这款主题要把这串代码添加两次,分别在“flash右侧的最新文章”和“左栏的最新文章”前添加,正确做法如下:
*flash右侧的最新文章的
<?php if(function_exists(’thumbnails_anywhere_for_homepage’)) { thumbnails_anywhere_for_homepage(); } ?>
<?php echo mb_strimwidth(strip_tags(apply_filters(‘the_content’, $post->post_content)), 0, 370,”……”); ?>
*左栏的最新文章的
<?php if(function_exists(’thumbnails_anywhere_for_homepage’)) { thumbnails_anywhere_for_homepage(); } ?>
<?php echo mb_strimwidth(strip_tags(apply_filters(‘the_content’, $post->post_content)), 0, 350,”……”); ?> <a href=”<?php the_permalink() ?>” title=”<?php the_title(); ?>”>(查看完整内容…)</a>
2.因为这款主题首页文章显示字数控制为470,因此加上图片后,会有文字溢出,需要调整默认显示字数,也在index.php里,我调整后的合理字数分别是370和350。
Popularity: 5% [?]

嘿嘿,这个插件挺好用的,提供了好多种方式
喜欢咱就用上