Forums
Home / Plugin: Secure Custom Fields / How to have the output label sit next to text output
(@rrvoigt)
2 years, 10 months ago
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,