Wordpress - Custom Fields and Meta Data
You have this code:
But the price does not display even though the field has a value in the admin. What is the most probable cause?
$price = get_field('price');
echo $price;But the price does not display even though the field has a value in the admin. What is the most probable cause?
