No Comments In Pages

if using editus – it screws with it’s ability to hide / ignore parts of the page.

Got a response back from editus:

Thank you for letting me know. I will look into it further. Here are workaround you can try.

Add the following PHP code: (Either using a PHP code injection plugin or adding to your theme’s function.php)

remove_filter( ‘the_content’, ‘lasso_wrap_shortcodes’);

If that doesn’t work, comment out the following line
add_filter( ‘the_content’, ‘lasso_wrap_shortcodes’, 9 );

found in editus/public/includes/wrap_shortcodes.php