Order pages within a category
-
I have added categories to my pages using:
add_action( 'admin_init', 'page_meta_boxes' ); function page_meta_boxes(){ // Add category metabox to page register_taxonomy_for_object_type('category', 'page'); }
In the default pages view, you can filter your pages by category.
With NP it does not have this filter. Is there way to add a filter for a category?
This would then enable me to reorder pages within a category.
Thanks for such useful plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Order pages within a category’ is closed to new replies.