Presentation league names
-
Hello
I would like to display the name of the league and the date on two lines.
With this :
<?php echo esc_attr(implode(", ", $leagues_names) . ' ' . $date_show); ?>
The league names and date are displayed on the same line.How can I add <br /> beetween the league name and the date ?
Thanks a lot for help
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Presentation league names’ is closed to new replies.