Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacedmonkey/custom-post-type-rss-feed

Custom Post Type RSS Feeds - WordPress Plugin
https://github.com/spacedmonkey/custom-post-type-rss-feed

Last synced: 2 months ago
JSON representation

Custom Post Type RSS Feeds - WordPress Plugin

Awesome Lists containing this project

README

        

# Custom Post Type RSS feed

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.

If you wish to follow the development of this plugin, view the code on the official plugin [website](http://www.spacedmonkey.com/scripts/custom-post-type-rss-feeds/ "website") or follow me on twitter [@thespacedmonkey](https://twitter.com/thespacedmonkey)

## Installation

This section describes how to install the plugin and get it working.

### Using The WordPress Dashboard

1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'custom-post-type-rss-feed'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard

### Uploading in WordPress Dashboard

1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `custom-post-type-rss-feed.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard

### Using FTP
1. Download `custom-post-type-rss-feed.zip`
2. Extract the `custom-post-type-rss-feed` directory to your computer
3. Upload the `custom-post-type-rss-feed` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard

## GitHub Updater

The Custom Post Type RSS feed includes native support for the [GitHub Updater](https://github.com/afragen/github-updater) which allows you to provide updates to your WordPress plugin from GitHub.

## License

The Custom Post Type RSS feed is licensed under the GPL v2 or later.

> This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.

> This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

> You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

## Contributions

Anyone is welcome to contribute to Custom Post Type RSS Feeds

There are various ways you can contribute:

* Raise an issue on GitHub.
* Send us a Pull Request with your bug fixes and/or new features.
* Provide feedback and suggestions on enhancements.