Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

Create Categories For Pages Only

Beschreibung

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

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,

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„Create Categories For Pages Only“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Änderungsprotokoll

1.2

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