Limiting Categories displayed in Write Post Screen
-
I am wanting to edit the WordPress admin screen (Write a Post) to create multiple Category boxes (each named seperately) and display only children of a particular category in each box. I have worked out how to duplicate the category box by editing the Admin file ‘edit-form-advanced.php’. However I am stuck on the limiting of the categories displayed in each box, I would like to implement functionality similar to
<?php wp_list_categories('arguments'); ?>
but do not know what to edit or if this is possible…. any help much appreciated…Cheers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Limiting Categories displayed in Write Post Screen’ is closed to new replies.