Tagged: Googlemap
My googlemap is broken. In the content section id does not display at all due to wpautop, in the sidebar everything is fine.
How do you disable wpautop and is it possible to disable it only for one page? I am really stuck…..
Hi DENTICS!
Did you add the code on the text html mode? Can you please post the code here? Try to add this on functions.php:
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
Regards,
Ismael
The problem is solved. A different plugin caused the issues.