Skip to content

Instantly share code, notes, and snippets.

@JackNUMBER
Last active August 29, 2015 14:06
Show Gist options
  • Save JackNUMBER/4f510f6b04b34ac123dd to your computer and use it in GitHub Desktop.
Save JackNUMBER/4f510f6b04b34ac123dd to your computer and use it in GitHub Desktop.
[Wordpress] Avoid auto <p>
<?
/* add this in functions.php */
// avoid auto <p>
remove_filter('the_content', 'wpautop');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment