Text forcing new line
-
Trying to get the title placed on the same line as the label, i.e
Label: Title
Currently it’s formatted as:
Label:
Title
<p> <?php echo apply_filters('cm_tooltip_parse', 'Label: ', true); ?> <?php if ( generate_show_title() ) { the_title(); } ?> </p>
Also tried:
<p> <?php echo apply_filters('cm_tooltip_parse', 'Label: ', true); if ( generate_show_title() ) { the_title(); } ?> </p>
Is the filter code causing any issues here
Thanks,
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Text forcing new line’ is closed to new replies.