Get feedburner count using get_transient and wp_remote_get
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 moreExclude categories from RSS feed with functions.php
Adding this snippet to the functions.php of your wordpress theme will exclude specified categories from RSS feed.
read moreRemove WordPress version from RSS feed
Adding this snippet to the functions.php of your wordpress theme will remove the wordpres version from your rss feed.
read morethis months featured snippets
Replace dashboard news feed with another rss feed
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 moreAdd custom post types to your sites main RSS feed
Adding this snippet to the functions.php of your wordpress theme will include the specified custom post types within your primary RSS feed.
read moreSet fetch_feed to update sooner
Adding this code snippet to your functions.php will force fetch_feed( $uri ) to update sooner, set time in milliseconds.
read moreRemove wordpress category feeds
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 moreConvert any RSS to HTML
Adding this to your wordpress theme will convert any RSS feed into HTML to display in your wordpress theme.
read more











