• Hi I’m having a little problem i want to force the current category to some li in wp_list_categories, this is my code.

    <?php
    $cat_id = get_cat_ID('All'); //put your category here
    wp_list_categories('title_li=&taxonomy=categories&current_category=' .$cat_id);
    ?>

    And is not working but if i remove taxonomy=categories the problem is solved but i only want to list the categories in my taxonomy is there any way to fix that?

    Thank’s

  • The topic ‘Current category, taxonomy and wp list categories’ is closed to new replies.