Support

Account

Forum Replies Created

  • Actually this solved my issue.
    <?php the_terms( $post->ID, 'fam_type', ' ', ' | ', ' ' ); ?>

  • Thank you for your assistance. This is what I have now. The “Uncategorized” word is now gone, but the field is displaying blank. I’m missing something and just don’t know where.
    Modeling Type: <?php $modelingType = get_field('modeling_types'); $term = get_term($modelingType, $taxonomy = 'modeling_types'); echo esc_html($term->name); ?>

    This was the display before:Modeling Type: Uncategorized
    This is the display now: Modeling Type:

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)