• Resolved nadine00

    (@nadine00)


    Hopefully, really easy. Already have the category ID in a variable:

    <?php global $wp_query;
    $cat_ID = get_query_var('cat');
    //echo $cat_ID;
    ?>

    Just want to throw that variable into something like:
    <?php get_cat_name($cat_ID) ?>

    and get it to work.

    For some reason, can’t get it to work, and can not find a solution in the codex.

    Suggestions?

    Thanks

    Nadine

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Find the category name’ is closed to new replies.