Remove auto br p wordpress


/ Published in: PHP
Save to your folder(s)

put this code above the loop


Copy this code and paste it in your HTML
  1. remove_filter('the_content', 'wpautop');
  2. remove_filter('the_content', 'wptexturize');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.