Support

Account

Home Forums General Issues [Plugin: Advanced Custom Fields] Custom fields not showing Reply To: [Plugin: Advanced Custom Fields] Custom fields not showing

  • Hi

    Thank you for your answer, but it didn’t help unfortunately.

    I tried creating a normal category and used this code:

    <?php
    $citrusID = 1420;
    $variablew22 = get_field( 'parftestinfo', 'category_' . $citrusID );
    
    echo $variablew22;
    
    ?>

    But it is still not showing anything from the parftestinfo field.