Home › Forums › General Issues › Formatting Field Label › Reply To: Formatting Field Label
Hi this is what I have used
if(get_field(‘cultivar’)){
$field_name = “cultivar”;
$field = get_field_object($field_name);
echo ‘‘, $field[‘label’],’‘ . ‘: ‘ . ‘<div class=”headlinename”>’, $field[‘value’],'</div>’,'</br>’;}
The code has a div wrapped round the value so you can use ::after content: ‘miles’; if you liked.
This piece of code only shows when there is a value too.
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.