Description
This plugin will help you to create the new category for your wordpress pages. You can assign those categories to your pages.
With that, you can get your wordpress pages with the help of specific category.
This will save your time from custom coding.
Features
- Create new Categories for wordpress Pages.
- Assign them to the pages.
- Lets you display List of Pages based on Categories
- The plugin utilizes the archive.php and tag.php file included in your theme.
What are the benefits ?
There are some benefits of adding category to your Pages like, You can
* Embed a Category Based List of Pages.
* Create a Tag based archive for Pages.
* Create a Category based Archive for Pages
* Hide Pages belonging to specific Category.. and many More
you can list all your categories by wordpress default function “wp_list_categories();” .
Screenshots
Installation
This section describes how to install the plugin and get it working.
- Add plugin from your wordpress dashboard,add new plugin or Unzip archive and upload the entire folder to the /wp-content/plugins/ directory.
- Activate the plugin from wordpress dashboard ‘Plugins’ menu.
- Plugin is activated now.
- Now click on “Pages” from your dashboard and click on categories, create new category here.
- You can now add Categories to the Pages just like you do it for your Posts.
- Now you can get the pages with specific category with the help of query post/wp_query.
- Enjoy.
FAQ
To get pages along with category assigned with your post query. Use this ‘category_name’ => ‘your-category-slug’. Done.
Reviews
Contributors & Developers
“Create And Assign Categories For Pages” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Create And Assign Categories For Pages” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version 1.2
- Minor updates and released the plugin.
- Create and adds the Categories and Tags to your Pages in WordPress.