Create Categories For Pages Only

描述

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.

屏幕截图

常见问题

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,

评价

此插件暂无评价。

贡献者及开发者

「Create Categories For Pages Only」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.2

  • Code cleanup: replaced deprecated practices with cleaner WordPress coding standards.