Hi everyone!
I am trying to customize the output of my single articles.
I would like that a <br clear="all"> would be added on each article after the first lines of my article (at the place where I add the more tag)
At first, I thought that I could just add that into the_content in single.php
<?php the_content(''<br clear="all">); ?>
but it does not seem to work.
Any idea how I could achieve that?
Thank you for your help!