Need line break in Single Post Author Box

Posted in: Newspaper
Post count: 8

Hello!

Need line break in Single Post Author Box. In the WordPress user Biographical info textbox the lines are written in separate lines. See screenshot here: https://ibb.co/jhJ2H13
But on the Single Post page, the lines are not printing as on the Biographical info textbox, they all are printed in one line. See screenshot: https://ibb.co/XD2GwSt

I have tried replacing <?php echo esc_html(get_the_author_meta('description', $author_id)) ?> with <?php echo nl2br(get_the_author_meta('description', $author_id)); ?> in loop-single.php, but it is not working.

Thank you…

Post count: 18283

Hello !

Newspaper Theme only renders what WordPress exports. We have tested this with a standard theme and the result is the same. Newspaper Theme does not have an option for this. You will need to try and test some 3rd party plugins. Test and see which one fits your taste.

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.