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?
For example, if I have a basic text field, “field_test”, displayed via:
<?php the_field('field_test'); ?>
Displays the content entered via WP admin for that field.
How can I also display, separately, a unique identifier/class from that field on the front-end?
<?php the_field('field_test','id'); ?>
Displays the field ID for that field regardless of content entered.
or something to that effect?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.