Caffeinated Content是一个非常强大的WordPress插件,根据关键词搜索Youtube、Yahoo Answer、Articles、Files而获取相关内容,可保留原文也可翻译成多个国家语言,并可以定时定量自动发布到你的博客上的插件工具。 下载地址:Caffeinated Content 下载解压后上传到plugins根目录下,到后台激活即可,完全破解使用,内有注册码,放心使用。 WP-o-Matic是一款效果非常不错的WordPress采集插件,虽然少了自动分类功能,但该插件在各个方面都表现的尚佳,相对于wordpress采集插件Caffeinated Content来说,wp-o-matic是不错的选择,通过RSS完成blog的自动采集。 下载地址:wp-o-matic WP-o-Matic安装使用方法: 1、解压后上传插件到你的plugins根目录。 2、需要在火狐或safari中使用激活WP-o-Matic插件。 3、激活插件后设置栏出现WP-o-Matic选项点击进入第一步的设置。 4、进行Add campaign里进行采集设置,主要在feeds里添加要采集的目标站的feeds,categories选择采集分类。 5、在options里设置采集路径等,默认就行,Cache images要求建立个“Cache”文件夹并修改权限为777。每次采集都需要在add campaign执行,addcampaign设置完成后点击submit后,如果未设置好,他会提示你,直到Campaign added successfully. Edit it or fetch it now后点击fetch it now。
日期:2009年10月27日 | 分类:
WordPress
Autoblog! 又一款Wordpress采集插件!其原理是通过RSS的XML进行采集! 从名字就可以自动博客!让Wordpress自动化。本插件免费!记得有款插件叫AutoBlogged是商业版的Wordpress插件! Released a plugin called WP Autoblog that allow you to automatically post to your WordPress blog from any RSS, ATOM or XML feed. The plugin will creates these new posts in the proper assigned categories and publish either excerpts or full feeds. WP Autoblog Plugin Features This plugin basically converts RSS, ATOM [...]
日期:2009年09月15日 | 分类:
WordPress
在WordPress系统中,默认的首页和目录页使用的书全文输出,这对于文章内容较长的博客来说很不方便,下面我针对不同Wordpress版本介绍两种不同的解决办法,可以实现在WordPress首页和目录页显示摘要而非全文。 <strong>针对WordPress 2.3或之前的版本</strong>,请按以下步骤进行:首先找到wp-content/themes 下你使用的模板目录,查找目录中的文件,如果有home.php则修改home.php,没有的话就修改index.php,找到<?php the_content(); ?>这一行,将其修改为以下代码: <?php if(is_category() || is_archive() || is_home() ) { the_excerpt(); } else { the_content(’Read the rest of this entry »’); } ?> <div comments_popup_link(’No Comments’, ‘1 Comment’, ‘% Comments’); ?> so far | <a href=”<?php the_permalink() ?>”>Read On » </a></div></div> <strong>针对WordPress 2.5</strong>,请按以下步骤进行:首先找到wp-content/themes下你使用的模 板目录,查找目录中的文件,如果有home.php则修改home.php,没有的话就修改index.php,找到<?php the_content(’Read the rest of this entry »’); ?>这一行,将其修改为以下代码: [...]
日期:2008年03月16日 | 分类:
WordPress