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

https://github.com/useallfive/rss-includes-pages-pro


https://github.com/useallfive/rss-includes-pages-pro

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

=== RSS Includes Pages Pro ===
Contributors: Marios Alexandrou
Donate link: http://infolific.com/technology/software-worth-using/include-pages-in-wordpress-rss-feeds/#pro-version
Tags: rss, feed, feeds, pages
Requires at least: 4.0
Tested up to: 4.4
License: GPLv2 or later

Modifies RSS feeds so that they include pages and not just posts.

== Description ==

Modifies RSS feeds so that they include pages and not just posts. Can also add custom post types such as WooCommerce products or Avada portfolios. Deactivating the plugin restores RSS feeds to their default state.

Including pages in your feed is particularly useful if you're using WordPress as a CMS where pages represent a good portion of your content.

== Installation ==

1. Upload the rss-includes-feeds-pro folder to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Navigate to the settings page and select the pages and post types to include in your feeds.

== Frequently Asked Questions ==

= Will this plugin work with other RSS feed related plugins? =

Yes. The modifications to the feed are done at a low level and other plugins should remain compatible.

= I just activated the plugin, why don't I see pages in my feed? =

If you're using Feedburner you'll have to wait until your updated feed is picked up by Feedburner. This isn't immediate so give it a few hours. Also, WordPress caches feeds and doesn't rebuild it on the fly.

= I just posted a page, why don't I see it in my feed? =

If you're using Feedburner you'll have to wait until your updated feed is picked up by Feedburner. This isn't immediate so give it a few hours. Also, WordPress caches feeds and doesn't rebuild it on the fly.

= I like this plugin, do you have others? =

I sure do! My complete collection includes:

[Real-Time Find and Replace](https://wordpress.org/extend/plugins/real-time-find-and-replace/)
Set up find and replace rules that are executed AFTER a page is generated by WordPress, but BEFORE it is sent to a user's browser.

[RSS Includes Pages](https://wordpress.org/extend/plugins/rss-includes-pages/)
Modifies RSS feeds so that they include pages and not just posts.

[Republish Old Posts](https://wordpress.org/plugins/republish-old-posts/)
Republish old posts automatically by resetting the date to the current date. Puts your evergreen posts in front of your users via the front page and feeds.

[Enhanced Plugin Admin](https://wordpress.org/plugins/enhanced-plugin-admin/)
At-a-glance info (last update date, rating, votes) on your site's plugin page about the plugins you have installed (both active and inactive). Easily spot potential problems due to plugins no longer being supported or that have received low ratings.

[Add Any Extension to Pages](https://wordpress.org/plugins/add-any-extension-to-pages/)
Add any extension of your choosing (e.g. .html, .htm, .jsp, .aspx, .cfm) to WordPress pages. Change it anytime.

[Social Media E-Mail Alerts](https://wordpress.org/extend/plugins/social-media-email-alerts/)
Receive e-mail alerts when your site gets traffic from social media sites of your choosing. You can also set up alerts for when certain parameters appear in URLs.

== Screenshots ==

1. By default the plugin adds pages to your feeds. In the [pro version](http://infolific.com/technology/software-worth-using/include-pages-in-wordpress-rss-feeds/#pro-version) you can specify posts and/or pages. You can also excludes posts/pages by ID.

== Changelog ==

= 3.4 =
* All versions: Removing redundant code. Re-organizing code for improved readability.
* Pro version: Can now add custom post types (e.g. WooCommerce products) to feed.

= 3.3 =
* All versions: Tweaks to documentation including the readme.txt.

= 3.2 =
* All versions: Unneeded CSS removed.
* All versions: Additional security to prevent direct access of plugin file.
* Pro version: Can now specify a certain list of posts/pages to include.

= 3.1 =
* All versions: Screenshot added to readme file.
* Pro version: Can now exclude posts/pages by ID.

= 3.0 =
* Code cleanup to better conform with WordPress coding standards.
* Pro version launched.
* Pro version: Ability to specify that ONLY pages appear in feeds.

= 1.4.3 =
* Confirmed that plugin works fine with WordPress 3.9.1.

= 1.4.2 =
* More fixes to readme file.

= 1.4.1 =
* Corrected contributor list.

= 1.4 =
* Tweaked SQL that looks for updated posts / pages.

= 1.3 =
* Confirmed that plugin works fine with WordPress 3.2.1.

= 1.2 =
* FAQ updates and confirming plugin works with WordPress 2.9.2.

= 1.1 =
* Fixes for new WordPress release.

= 1.0 =
* Initial release.