• Hi there,

    I’m using the nice Genesis theme. I need to display the category description when going to a categories page.

    I have a category where I know the category is ’43’.

    I have tried the following (and other stuff) to no avail :-/ The “$id” is empty…

    $taxonomy = 'category';
    $id = get_the_terms($post->ID, $taxonomy);
    
    echo term_description( $terms->term_id, $taxonomy );

    Can anyone help me out? Thanks a lot in advance! ??

  • The topic ‘Get and echo "term_taxonomy_id" (..and taxonomy description )’ is closed to new replies.