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 moreReplace 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 morethis months featured snippets
Set 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 moreDisplay RSS feed in theme
Adding this PHP code to your wordpress theme will allow you to display an RSS feed within your theme.
read moreDelay RSS feed
Adding this to your functions.php file will delay your posts to RSS feed. This is a good way to fix mistakes before they are published to your feed.
read moreRedirect feed to feedburner
Adding this to your .htaccess will redirect your wordpress feed to your feedburner feed.
read more










