christiankramer 0 Report post Posted March 7, 2011 Hi, after installing PlatformPro 1.3.1 in some boxes the paragraph tag is not visible, nor in website-frontend neither in admin-backend (html viewer) Example: There was a paragraph break The right paragraph break in WYSIWYG editor The missing break in HTML editor How can I make it visible? Thanks, CK Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 7, 2011 This is actually a universal WP thing. WP strips out extra breaks and paragraph tags by default. You can disable this by adding this line to your functions.php file `addfilter('the_content', 'wpautop');` or use a plugin: http://urbangiraffe.com/plugins/disable-wpautop/ Share this post Link to post Share on other sites