get_page() unlike Loop returns the post content without html tags. I need tags. How can I fix this?
I don't want to change wysiwyg editor, here is the bad solution http://wordpress.org/support/topic/preserve-html-with-get_pages
|
get_page() unlike Loop returns the post content without html tags. I need tags. How can I fix this? I don't want to change wysiwyg editor, here is the bad solution http://wordpress.org/support/topic/preserve-html-with-get_pages |
|||||
|
|
I presume you are getting the page content like so:
If thats the case then you can run the content through the
The will process the content as if it was run through |
|||
|
|