Return to Snippet

Revision: 35104
at November 2, 2010 16:38 by Token


Updated Code
remove_filter('the_content', 'wpautop');
remove_filter('the_content', 'wptexturize');

Revision: 35103
at November 2, 2010 16:37 by Token


Initial Code
remove_filter('the_content', 'wpautop');
        remove_filter('the_content', 'wptexturize');

Initial URL


Initial Description
put this code above the loop

Initial Title
Remove auto br p wordpress

Initial Tags
php, wordpress

Initial Language
PHP