updated   : May 15, 2012
we now have 588 snippets
category rss
By : , on September 28, 2011 9:00 am

Get feedburner count using get_transient and wp_remote_get

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will get your feedburner subscriber count using get_transient and wp_remote_get. Add the second snippet to your wordpres theme in the location you wish to display the RSS feed subscriber count.

read more
By : , on September 04, 2011 9:00 am

Exclude categories from RSS feed with functions.php

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will exclude specified categories from RSS feed.

read more
By : , on July 12, 2011 9:00 am

Remove WordPress version from RSS feed

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will remove the wordpres version from your rss feed.

read more
By : , on May 14, 2011 9:00 am

Replace dashboard news feed with another rss feed

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will let you replace the existing RSS feed widget with another RSS feed. Change YOUR_FEED_NAME with the name you wish to display in the widget title this is located on line 09. You will need to also make adjustments to “url, title, items, show_summery, show_author, show_date” located from line 14-19.

read more
By : , on May 09, 2011 9:00 am

Add custom post types to your sites main RSS feed

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will include the specified custom post types within your primary RSS feed.

read more
By : , on December 11, 2010 10:00 am

Set fetch_feed to update sooner

wordpress snippet

Adding this code snippet to your functions.php will force fetch_feed( $uri ) to update sooner, set time in milliseconds.

read more
By : , on December 02, 2010 7:00 pm

Remove wordpress category feeds

wordpress snippet

Adding this PHP code to the functions.php of your wordpress theme will remove the category feeds from wordpress still keeping your primary RSS feed.

read more
By : , on November 29, 2010 4:00 pm

Convert any RSS to HTML

wordpress snippet

Adding this to your wordpress theme will convert any RSS feed into HTML to display in your wordpress theme.

read more