Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @wpsprockets,

    Please paste this in your child theme’s functions.php:

    remove_filter( 'the_content', 'wpautop' );
    add_filter( 'the_content', 'wpautop' , 99);

    Hopefully, it will help you.

    Thanks

    Before you going doing that, verify that it’s not theme or plugin related. This is not normal WordPress behaviour.

    Try temporarily disabling your plugins, reverting to the default 2017 theme, refreshing your browser cache (and your server cache, if you have one) and seeing if the problem still persists.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘First Paragraph Outside of p tag’ is closed to new replies.