Post Tags and Categories for Pages - Version 1.3

Version Description

  • making the README more clear for end users
Download this release

Release Info

Developer curtismchale
Plugin Icon wp plugin Post Tags and Categories for Pages
Version 1.3
Comparing to
See all releases

Code changes from version 1.1 to 1.3

Files changed (2) hide show
  1. post-tag.php +2 -2
  2. readme.txt +11 -2
post-tag.php CHANGED
@@ -3,8 +3,8 @@
3
  Plugin Name: Post Tags and Categories for Pages
4
  Plugin URI: http://wpthemetutorial.com/plugins/post-tags-and-categories-for-pages/
5
  Description: Simply adds the stock Categories and Post Tags to your Pages.
6
- Version: 1.1
7
- Author: WP Theme Tutorial
8
  Author URI: http://wpthemetutotial.com/about/
9
  License: GNU General Public License v2.0
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
3
  Plugin Name: Post Tags and Categories for Pages
4
  Plugin URI: http://wpthemetutorial.com/plugins/post-tags-and-categories-for-pages/
5
  Description: Simply adds the stock Categories and Post Tags to your Pages.
6
+ Version: 1.3
7
+ Author: curtismchale
8
  Author URI: http://wpthemetutotial.com/about/
9
  License: GNU General Public License v2.0
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: Curtis McHale
4
  Tags: wp, tags, categories, pages
5
  Requires at least: 3.0
6
- Tested up to: 3.5
7
- Stable tag: 1.1
8
 
9
  Adds the built in WordPress categories and tags to your pages.
10
 
@@ -14,6 +14,11 @@ Post Tags and Categories for Pages adds the stock WordPress categories
14
  for all of your pages. Pages will show up in the stock WordPress archive
15
  queries.
16
 
 
 
 
 
 
17
  == Installation ==
18
 
19
  1. Extract post-tags-categories-pages/ to your wp-content/plugins/
@@ -23,6 +28,10 @@ folder.
23
 
24
  == Changelog ==
25
 
 
 
 
 
26
  = 1.1 =
27
 
28
  - made it a class based plugin
3
  Contributors: Curtis McHale
4
  Tags: wp, tags, categories, pages
5
  Requires at least: 3.0
6
+ Tested up to: 3.9
7
+ Stable tag: 1.3
8
 
9
  Adds the built in WordPress categories and tags to your pages.
10
 
14
  for all of your pages. Pages will show up in the stock WordPress archive
15
  queries.
16
 
17
+ This WILL NOT add any display of categories or tags to your template files. There are simply to
18
+ many ways that things could be displayed in a theme so we don't do it. If you need to add this
19
+ then look at using WordPress functions like <a href="http://codex.wordpress.org/Function_Reference/the_category">the_category()</a>
20
+ and other category or tag function supplied in WordPress.
21
+
22
  == Installation ==
23
 
24
  1. Extract post-tags-categories-pages/ to your wp-content/plugins/
28
 
29
  == Changelog ==
30
 
31
+ = 1.3 =
32
+
33
+ - making the README more clear for end users
34
+
35
  = 1.1 =
36
 
37
  - made it a class based plugin