Support

Account

Home Forums General Issues Problem adding ACF to Taxonomy Page Reply To: Problem adding ACF to Taxonomy Page

  • You need to supply the term. See Adding fields to a taxonomy

    
    $queried_object = get_queried_object(); 
    ?>
    <a href="<?php bloginfo('url'); ?>/<?php the_field('page_link', $queried_object); ?>"><?php the_field('page_name', $queried_object); ?></a>