• Hi,
    When using this code to also show the label sits above the text output field. Anyway to get it to sit next (My label: Text).

    <?php
    $field = get_field_object(‘bron’);
    ?>
    <?php echo $field[‘label’]; ?>: <?php echo $field[‘value’]; ?>

    Regards,

    • This topic was modified 2 years, 10 months ago by rrvoigt.
  • The topic ‘How to have the output label sit next to text output’ is closed to new replies.