Custom Post Type RSS Feeds


Screen Shot 2013-04-06 at 14.54.00

Introduction

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.

Website

Usage

  1. Upload the entire custom_post_type_rss folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.

Download

Platforms

Tested on

Wordpress

News

Change Log

Date Version Description
07-07-2012Version 1Final release and bug fixes.

19-07-2012Version 1.1Updated to added support for WordPress 3.4

2 comments on “Custom Post Type RSS Feeds

  1. 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…

    • jonny

      I am not sure if I understand your comment? What is the problem? How can I help?

Leave a Reply