This is a simple plugin designed to make it super easy to add custom post types RSS feed into a theme. This plugin automatically queries post types that have archives enabled and generates a markup and adds it to head.
I wrote the plugin name Custom Post Type RSS feed, nearly a year ago. The plugin is a small piece of code that adds to your theme to automatically add RSS feeds to your header.
This is a small update to the plugin that makes it compatible with version 3.4 of wordpress. Full change log Updated Readme.txt Added filter so theme creators can remove selected feeds Made the word, “feed”
Change Log
Date
Version
Description
07-07-2012
Version 1
Final release and bug fixes.
19-07-2012
Version 1.1
Updated to added support for WordPress 3.4
2 comments on “Custom Post Type RSS Feeds”
MarkS
If you’re wondering how to get access to this:
1. activate it.
2. goto your home page. R-click on it and “View Page Source”.
3. search in there (in head section) for type=”application/rss+xml” and you’ll see all the rss feeds.
4. Some of these will be new to you and the ones you’re looking for.
Make a note of the url where they are available.
(Mine said …/portfolio/feed/ because I’m using portfolio-press theme and associated plugin to make custom pages called portfolios.)
5. To present it somewhere useful. I used the “Custom Meta Widget” plugin which allows me to replace my meta widget with an editable one. I added my new rss feed as a custom entry on this widget.
Cheers…
If you’re wondering how to get access to this:
1. activate it.
2. goto your home page. R-click on it and “View Page Source”.
3. search in there (in head section) for type=”application/rss+xml” and you’ll see all the rss feeds.
4. Some of these will be new to you and the ones you’re looking for.
Make a note of the url where they are available.
(Mine said …/portfolio/feed/ because I’m using portfolio-press theme and associated plugin to make custom pages called portfolios.)
5. To present it somewhere useful. I used the “Custom Meta Widget” plugin which allows me to replace my meta widget with an editable one. I added my new rss feed as a custom entry on this widget.
Cheers…
I am not sure if I understand your comment? What is the problem? How can I help?