awhedbee22
9/2/2014 - 4:35 PM

Remove <p> tags and keep <br /> in wordpress. Place in functions.php

Remove

tags and keep
in wordpress. Place in functions.php

remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );