• 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)
  • Thread Starter studio-racket

    (@studio-racket)

    Nevermind. Worked it out. Just needed to add some parameters to:

    <?php wp_category_checklist(0,3) ?>

    edited in the edit-form-advanced.php file which lives in the Admin folder…

Viewing 1 replies (of 1 total)
  • The topic ‘Limiting Categories displayed in Write Post Screen’ is closed to new replies.