Version Description
Download this release
Release Info
Developer | Marios Alexandrou |
Plugin | RSS Includes Pages |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- readme.txt +7 -5
- rss-includes-pages.php +2 -2
readme.txt
CHANGED
@@ -1,19 +1,21 @@
|
|
1 |
-
===
|
2 |
Contributors: marios-alexandrou
|
3 |
Tags: rss, feed, feeds, pages
|
4 |
Requires at least: 2.5
|
5 |
-
Tested up to: 2.
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
Modifies RSS feeds so that they include pages and not just posts.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
Modifies RSS feeds so that they include pages and not just posts.
|
|
|
|
|
13 |
|
14 |
== Installation ==
|
15 |
|
16 |
-
1. Upload the rss-
|
17 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
18 |
|
19 |
== Frequently Asked Questions ==
|
1 |
+
=== RSS Includes Pages ===
|
2 |
Contributors: marios-alexandrou
|
3 |
Tags: rss, feed, feeds, pages
|
4 |
Requires at least: 2.5
|
5 |
+
Tested up to: 2.7
|
6 |
+
Stable tag: 1.0.2
|
7 |
|
8 |
Modifies RSS feeds so that they include pages and not just posts.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
Modifies RSS feeds so that they include pages and not just posts. Deactivating the plugin restores RSS feeds to their default state.
|
13 |
+
|
14 |
+
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.
|
15 |
|
16 |
== Installation ==
|
17 |
|
18 |
+
1. Upload the rss-includes-feeds folder to the `/wp-content/plugins/` directory
|
19 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
20 |
|
21 |
== Frequently Asked Questions ==
|
rss-includes-pages.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: RSS Includes Pages
|
4 |
-
Version: 1.0.
|
5 |
-
Plugin URI: http://www.mariosalexandrou.com/
|
6 |
Description: Include pages (not just posts) in RSS feeds. Particularly useful to those that use WordPress as a CMS.
|
7 |
Author: Marios Alexandrou
|
8 |
Author URI: http://www.mariosalexandrou.com/
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: RSS Includes Pages
|
4 |
+
Version: 1.0.2
|
5 |
+
Plugin URI: http://www.mariosalexandrou.com/rss-includes-pages.asp
|
6 |
Description: Include pages (not just posts) in RSS feeds. Particularly useful to those that use WordPress as a CMS.
|
7 |
Author: Marios Alexandrou
|
8 |
Author URI: http://www.mariosalexandrou.com/
|