Create Categories For Pages Only

Kuvaus

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.

Kuvankaappaukset

UKK

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,

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“Create Categories For Pages Only” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

Käännä “Create Categories For Pages Only” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Muutosloki

1.2

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