Support

Account

Home Forums Front-end Issues Custom taxonomy acf value in loop on other pages Reply To: Custom taxonomy acf value in loop on other pages

  • What about:

    <?php 
    $term = get_field(‘hover’,’floor4_’ . $cat->term_id);
    echo $term;
    

    Code untested and assume $cat->term_id has a value