Extra paragraph tags
-
Hello,
I’ve noticed that when Event Manager parses #_EVENTNOTES in my template, extra paragraph tags are added before and after the main content.
I’ve went ahead and added the following code to my functions.php file, however this removes all paragraph tags from the content.
function my_em_function(){ remove_filter('dbem_notes', 'wpautop'); } add_action('init','my_em_function');
How can I get EM to output the content properly, that is for WP to add paragraph tags to the event content but not extra ones before and after?
Thank you
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Extra paragraph tags’ is closed to new replies.