Skip to content

Instantly share code, notes, and snippets.

@brunopulis
Created October 26, 2015 12:56
Show Gist options
  • Save brunopulis/58d51242aa71a8e2432e to your computer and use it in GitHub Desktop.
Save brunopulis/58d51242aa71a8e2432e to your computer and use it in GitHub Desktop.
Remove paragraph wp
<?php
remove_filter ('the_content', 'wpautop');
the_content();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment