// 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 '
';

One Comment

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

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