Create Categories For Pages Only

Descrición

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.

Capturas

Preguntas frecuentes

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,

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“Create Categories For Pages Only” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “Create Categories For Pages Only” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

1.2

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