Support

Account

Home Forums General Issues Taxonomy custom fields in custom page template Reply To: Taxonomy custom fields in custom page template

  • inside your loop

    
    the_field('test', $marke);
    

    OR

    
    $value = get_field('test', $marke);
    echo $value;