Forums

Filters on wp_category_checklist (3 posts)

  1. alberto@tomato
    Member
    Posted 4 years ago #

    Hello everybody,
    i'm trying to filter categories *before* they are displayed as checklists in advanced post panel, but i'm not able to find the appropriate hook to do this. I have custom write panels and i need to have separate categories lists for each one of them.
    Thanks in advance!

    Alberto

  2. alberto@tomato
    Member
    Posted 4 years ago #

    Bump. (sorry! :-)

  3. studio-racket
    Member
    Posted 4 years ago #

    You can do a hack on the edit-form-advanced.php file in the wp-admin folder of your install... around line 300, change:

    <?php wp_category_checklist($post->ID, false, false, $popular_ids) ?>

    <?php wp_category_checklist(0,8) ?>

    where '8' is the category id you would like to appear...

Topic Closed

This topic has been closed to new replies.

About this Topic