Support

Account

Home Forums General Issues Displaying CF values in posts Reply To: Displaying CF values in posts

  • Aother attempt for the code that disappeared in the b-quote

    <?php foreach (get_the_terms(get_the_ID(), ‘models’) as $cat) : ?>
    term_id, ‘models’); ?>”>term_id); ?>” /><?php echo $cat->name; ?>
    <?php endforeach; ?>