Version Description
Download this release
Release Info
Developer | a.ankit |
Plugin | Add Category to Pages |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.2
- add-category-to-page.php +3 -3
- readme.txt +4 -4
add-category-to-page.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php /**
|
2 |
* Plugin Name: Add Categories to Pages.
|
3 |
-
* Plugin URI: https://
|
4 |
* Description: Easily add Categories and Tags to Pages. Simply Activate and visit the Page Edit SCreen.
|
5 |
-
* Version: 1.
|
6 |
* Author: a.ankit
|
7 |
-
* Author URI: https://
|
8 |
* License: GPL2
|
9 |
*/
|
10 |
|
1 |
<?php /**
|
2 |
* Plugin Name: Add Categories to Pages.
|
3 |
+
* Plugin URI: https://thewphosting.com/add-categories-tags-pages-wordpress/
|
4 |
* Description: Easily add Categories and Tags to Pages. Simply Activate and visit the Page Edit SCreen.
|
5 |
+
* Version: 1.2
|
6 |
* Author: a.ankit
|
7 |
+
* Author URI: https://thewphosting.com
|
8 |
* License: GPL2
|
9 |
*/
|
10 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Add Category to Pages ===
|
2 |
Contributors: a.ankit
|
3 |
-
Donate link: https://
|
4 |
Tags: page, category, category in page, tag in page, page archive, pages
|
5 |
Requires at least: 3.3
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.
|
8 |
|
9 |
Easily add a Post Categories to Wordpress Pages
|
10 |
|
@@ -21,7 +21,7 @@ Just activate the plugin and it will add category and tag support to Wordpress P
|
|
21 |
* Lets you display List of Pages based on Categories
|
22 |
* The plugin utilizes the archive.php and tag.php file included in your theme.
|
23 |
|
24 |
-
The plugin is based on this [Tutorial]
|
25 |
|
26 |
= What are the benefits ? =
|
27 |
There are various benefits of adding category to Pages YOu can
|
1 |
=== Add Category to Pages ===
|
2 |
Contributors: a.ankit
|
3 |
+
Donate link: https://thewphosting.com
|
4 |
Tags: page, category, category in page, tag in page, page archive, pages
|
5 |
Requires at least: 3.3
|
6 |
+
Tested up to: 5.2.4
|
7 |
+
Stable tag: 1.2
|
8 |
|
9 |
Easily add a Post Categories to Wordpress Pages
|
10 |
|
21 |
* Lets you display List of Pages based on Categories
|
22 |
* The plugin utilizes the archive.php and tag.php file included in your theme.
|
23 |
|
24 |
+
The plugin is based on this [Tutorial](https://thewphosting.com/add-categories-tags-pages-wordpress/)
|
25 |
|
26 |
= What are the benefits ? =
|
27 |
There are various benefits of adding category to Pages YOu can
|