Skip to content

Instantly share code, notes, and snippets.

@awhedbee22
Created September 2, 2014 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awhedbee22/bfc6f67e46030386ff3f to your computer and use it in GitHub Desktop.
Save awhedbee22/bfc6f67e46030386ff3f to your computer and use it in GitHub Desktop.
Remove <p> tags and keep <br /> in wordpress. Place in functions.php
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment