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.

Screenshots

அடிக்கடி கேட்கப்படும் கேள்விகள்

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,

Reviews

இந்த செருகுநிரலுக்கு மதிப்புரைகள் எதுவும் இல்லை.

பங்களிப்பாளர்கள் & உருவாக்குனர்கள்

“Create Categories For Pages Only” is open source software. The following people have contributed to this plugin.

பங்களிப்பாளர்கள்

Changelog

1.2

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