Viewing 1 replies (of 1 total)
  • Hopefully you talking about a Category Template. If so, try something like this…

    <?php
    if ( is_category() ) {
    $cat = intval( get_query_var('cat') );
    wp_list_categories('exclude=' . $cat);
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘List categories in category page without listing the current one’ is closed to new replies.