Support

Account

Home Forums Front-end Issues How to display the ID of a custom field? Reply To: How to display the ID of a custom field?

  • Hi @ramathorn

    You are in charge of the markup in your theme, so you can write like this:

    
    <span class="my-custom-classname"><?php the_field('field_test'); ?></span>