• Hi

    I Just tried to display a simple custom field from a taxanomy with this code:

    <?php
    $citrus = 'citrus';
    $variablew2 = get_field('parftestinfo', $citrus);
    
    echo $variablew2 . 'test';
    
    ?>

    It just display “test” on the page, am I doing something wrong?

    I included a picture with the taxanomy.

    ACF

  • The topic ‘[Plugin: Advanced Custom Fields] Custom fields not showing’ is closed to new replies.