I'm building a custom website using WordPress as the CMS and need to output formatted paragraphs. Is there a function in the wordpress system that can do this for me? What system does WP use on regular posts?
I'm building a custom website using WordPress as the CMS and need to output formatted paragraphs. Is there a function in the wordpress system that can do this for me? What system does WP use on regular posts?
Nevermind, I solved my problem.
For the record, use the function wpautop($content); to return formatted text.
This topic has been closed to new replies.