I have a problem. With this tag
<?php echo $meat->price()->html() ?>
the output is in a single line.
What is the solution to have this in 2 lines?
I have a problem. With this tag
<?php echo $meat->price()->html() ?>
the output is in a single line.
What is the solution to have this in 2 lines?
What does the price field contain? Where do you want to separate the field content?
@tutchi We need to know what it is that you’re trying to print out, also try with price()->kirbytext() and see if the changes anything
Thx. It works to have my text on 2 lines.