=== Create Categories For Pages Only === Contributors: ThePilot Stable tag: 1.2 Requires PHP: 7.0 Tags: categories, pages Tested up to: 6.8 Requires at least: 4.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin will create categories for pages only, different from the categories assigned to posts. == Description == This plugin will create categories for pages only, different from the categories assigned to posts. It will also list these page-only categories on the Wordpress Dashboard, so you can sort pages by category on the dashboard. == Screenshots == 1. Here you can create new page categories. 2. On the dashboard you'll be able to sort your Wordpress pages by category. == Frequently Asked Questions == = How can I make the page categories private? = Open the create-categories-for-pages-only.php file, locate 'public' => true, and change it to 'public' => false, == Changelog == = 1.2 = * Code cleanup: replaced deprecated practices with cleaner WordPress coding standards.