2012-01-02, 02:12:08
Is there a way to enable parsing of linebreaks from page content as <BR > in output html?
In the template I tried changing:
to
without success
Thanks
In the template I tried changing:
Code:
<?php get_page_content(); ?>
to
Code:
<?php nl2br( get_page_content() ); ?>
without success
Thanks