jump to navigation

WP Autoblog Excerpt Functionality

Written by The Naib

I have been using WP Autoblog to auto generate posts here using the RSS feed from my photoblog. It works pretty well, except for one thing. I use excerpt posts here for my rss feed and I wanted to be able to carry over the excerpts from my photo-blog posts to here.

In this way I would not have to re-type in the excerpt and my feeds would be more interesting. To solve this problem was easy enough simply add

// excerpt
$post['post_excerpt'] = strip_tags(trim($item['description']));

some place in the function wp_autoblog(){ section of wp-autoblog.php

Easy as pie.

Now the excerpts follow the rest of the post over, and they end up in the rss feed just as they should.

Comments»

1. On June 11, 2007 Alex wrote:

man, do u have this plugin .. i can’t find it anymore .. the owner of WP-Autoblog it’s not giving it on he’s website .. please help thx

2. On June 11, 2007 The Naib wrote:

Alex: the author stopped distributing the plugin for a bunch of good reason. I have also stopped using it. Even though I was aggregating content from a site I own and write for it still looked too much like auto-blog spam that I was afraid that search engines would not index the site. I would suggest something like CARP instead.
http://www.geckotribe.com/rss/carp/

3. On June 18, 2007 Alex wrote:

man, u are so nice with me :) u are asking me to pay for that .. i dont have money sorry

4. On June 19, 2007 The Naib wrote:

alex: you can use carp for free, you just have to pay extra for the fancy stuff…the full version is only 30 bucks…

5. On December 23, 2007 jade wrote:

I tried to comment on your photo blog, but was not able to submit. Hi- I’d be interested to know if you are using a wp plugin for your top banner flash effect. Please share.
jade

6. On December 24, 2007 The Naib wrote:

Hello jade, yes thats a plugin, if you use the contact form on this blog I would be happy to answer any questions about it.




Recent Comments:

Archive:


Authors: