Created
October 26, 2015 12:56
-
-
Save brunopulis/58d51242aa71a8e2432e to your computer and use it in GitHub Desktop.
Remove paragraph wp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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