Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #179089

    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…..

    #179335

    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

    #179516

    The problem is solved. A different plugin caused the issues.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘GoogleMap broken => wpautop’ is closed to new replies.