Skip to content

Instantly share code, notes, and snippets.

@codeway
Forked from danlum/gist:3802764
Created July 30, 2013 18:19
Show Gist options
  • Save codeway/6115408 to your computer and use it in GitHub Desktop.
Save codeway/6115408 to your computer and use it in GitHub Desktop.
<?php
/* Stop WordPress from adding those annoying paragraph tags */
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