Updates in version 1.3:
-
Widget to display pages from the Page's category.
Updates in version 1.2.3:
-
Bug fixes.
-
Display categories on Edit Pages page.
Updates in version 1.2.2:
-
Do not auto-insert posts if the Page isn't mapped to any Category. It used to insert all the posts if the Page isn't mapped to any Category.
Updates in version 1.2.1:
-
Improved compatibility with Menus in Wordpress 3. Thanks to Joe http://joesutthoff.com
Updates in version 1.2:
-
Compatible with Wordpress 3
Updates in version 1.1:
-
Option for auto-insertion of the Pages on Category pages
- Option for auto-insertion of Posts on the Pages which belong to the same category
Map Categories to Pages displays the category box on the "Edit Page" page. By default, Every page in wordpress is mapped to the default category but this plugin gives the option to select categories for a pages.
This plugin uses the same category box which displays on the edit post page from the core of WP.
It is useful when you want to display posts from certain categories on the pages. You will have to edit your page template to encorporate categories. Follow the standard wordpress categories syntex used for posts. Take a look at
http://codex.wordpress.org/Function_Reference/get_the_category and
http://codex.wordpress.org/Template_Tags/the_category.