Assign Custom List Type to Custom Post Type
-
I have a custom post type where the ‘filter by post date’ does not make sense. Posts by default use WP_List_Table which calls extra_tablenav() from display_tablenav() without any filters (that I can see) to stop this behaviour.
Would it be possible to extend the class to rework display_tablenav() and the make WP use that list table instead? If so, where do I start this?
Ideally I’d be able to add some headers in there as well as remove the date filter.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Assign Custom List Type to Custom Post Type’ is closed to new replies.