Better Feeds Plugin for WordPress

When I talked about customizing the length of your WordPress feed I mentioned that I was using the More Feed Excerpt plugin in an effort to force WordPress to split RSS feeds at the "more" tag.  After talking to the developer of the More Feed Excerpt plugin, George Notaras, I decided to take his advice and give version 1.99 of Ozh' Better Feed plugin a try.

At that time it would be fair to say the Better Feed plugin was quite rough or "unpolished" at the very least.  All of the features worked but the lack of an administrative interface forced you to dig deep into the PHP code to edit variables and template text.  The plugin included a function to put related Categories in the RSS feed's footer but I had to cobble together my own function to display a list of related Tags.

BUT... fortunately for you version 2.0 of the Better Feed plugin has just been released and it provides a great new admin interface and a Related Tags feature.

It took me a while to get everything setup the way I like it but I think the results are definitely worth the effort.

Includes Footer Preview

As you can see, Better Feeds does more than just split your feed at the more tag, it can also access:

  • The post URL.
  • Post title.
  • Blog title.
  • Author's name.
  • Current date.
  • Number of comments received.
  • Related Categories
  • Related Tags.
  • Number of words after the "more" tag.

If you like the way my feed footer is configured you can download and install the Better Feeds plugin and go to the admin panel to enter the following information:

Read More Link...

//
<a href="%%posturl%%#more-%%id%%" title="Read more">...</a>
 
<a href="%%posturl%%#more-%%id%%" title="''%%posttitle%%'' continues">Continue reading "%%posttitle%%"</a>.
 
//

Feed Item Footer...

//
<hr noshade style="margin:0;height:1px" /><small>
 
<a title="Comments for ''%%posttitle%%''" href="%%posturl%%#commentblock">%%comments_text%%</a> on <a title="Permalink for ''%%posttitle%%''" href="%%posturl%%">%%posttitle%%</a>, &copy;%%date[Y]%% <a title="Visit %%blogname%%" href="%%blogurl%%">%%blogname%%</a>    |  Add to <a title="Bookmark ''%%posttitle%%'' in del.icio.us" href="http://del.icio.us/post?url=%%posturl%%&title=%%posttitle%%">del.icio.us</a><br/>Read other articles filed under %%categorylinks%%.<br/>Read more articles related to %%taglinks%%.
 
</small>
//

X Comments Labels...

//
Be the first to comment
One person has commented
% people have commented
//

If you don't like the way my feed is currently configured, leave a comment and let me know what's up.

Ozh' Better Feed is a powerful plugin that just got a lot easier to use, give it a try if you'd like to customize the appearance of your WordPress RSS feed.

12 Responses to “Better Feeds Plugin for WordPress”

Pages: [2] 1 » Show All

  1. July 20th, 2008 | 11:03 am

    Figured it out finally! It was a PlugIn named Category Visibility-iPeat Rev that caused all the trouble. I threw that nasty thing out! Thanks for the help Pixelwit! I say: Feed away! ;)

  2. July 20th, 2008 | 8:11 am

    @sascha/hdrs, Have you tried deactivating all plugins? If you have a local version of the WordPress files, you can search the whole WordPress folder for files containing “feed” and then look through them to see if any of the code makes a reference to something you might have modified. If you haven’t made many modifications you could try either a fresh install of the latest version of WP or possibly try reverting to an older version.

    If none of the above ideas work, at least you’ll know a little more about the guts of WordPress. ;)

  3. July 20th, 2008 | 7:34 am

    Thanks for the hint but nope, I’ve tried through all the permalinks and not even the default works (the http://blog.hexagonstar.com/?p=123 kind of stuff). I’m clueless about what could be wrong.

  4. July 20th, 2008 | 7:17 am

    @sascha/hdrs, I looked into the Category Feeds thing and the only thing I noticed is that Category feeds require you to use “Pretty PermaLinks”. Looking at your site it seems you may be using custom permalinks, have you tried using one of the standard permalink structures to see if that makes a difference? Just a thought.

  5. July 17th, 2008 | 9:54 pm

    These plugins look very useful! I will give Better Feed a try.
    I’m also trying to offer feeds seperated by categories but somehow it doesn’t work. I get the feed page but it stays empty. E.g. see here: http://blog.hexagonstar.com/category/dev/feed
    Maybe somebody of you know what could be the problem? The Wordpress forum is as helpful as a humpback.

    Edit: Seems that More Feed isn’t yet quite compatible with WP2.6. The admin screen shows all kinds of function blocks instead of an edit area.

  6. July 10th, 2008 | 1:24 pm

    @Amit, I’m not sure if you can easily do what you’re asking, but I know that the Better Feeds Plugin lets you run PHP/WordPress functions. You or someone else might be able to write a custom function to do what you’re asking.

    @Alea, Yes, I think this is better than FeedBurner feed because you maintain full control of your content.

  7. alea
    July 9th, 2008 | 12:00 pm

    Can we say that is it better than FeedBurner Feeds?

  8. July 6th, 2008 | 5:08 am

    Hi

    I have a problem that maybe you can help me with. I want to allow the downloading of special content only through the feed. for instance an article about coding will have the link to download the example code only in the feed.
    Do you have any idea how to do this?

    Thanks
    Amit

  9. July 1st, 2008 | 6:23 pm

    [...] sure you read PiXELWiT’s suggestions on how to form the “Read More” link and the feed entry’s [...]

  10. June 30th, 2008 | 8:20 pm

    @ George and Ozh, do you have PayPal accounts? If so, please post them here or send them to me so I can send you something for your efforts. Thanks and you’re welcome.

    @Ozh, is there a way to append text right after the last word of the excerpt?

Pages: [2] 1 » Show All

Leave a Reply

PixelWit.com's Comment Guidelines

© Sean O'Shell 2007-2008