Create Categories For Pages Only

Deskripsyon

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.

Mga Screenshot

FAQ

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,

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Create Categories For Pages Only” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “Create Categories For Pages Only” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

1.2

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