// Assuming you have the ACF plugin and custom field set up $custom_field = get_field('custom_field'); // Replace 'custom_field' with your field name if ($custom_field) { echo '
'; echo '

Custom Field Label:

'; // Replace with your field label echo '

' . esc_html($custom_field) . '

'; echo '
';

Leave a Reply

Your email address will not be published. Required fields are marked *