Darn you WordPress AutoP Filter – How to disable AutoP?


WordPress automatically adds <p> tag for each line breaks within a post or page. For some, this filter can be a headache for their particular project.

I quickly googled and fixed it by adding following code in function.php

remove_filter('the_content', 'wpautop');

;)

2 total pingbacks on this post
  1. Design Gala
Submit your comment

Please enter your name

Your name is required

Please enter a valid email address

An email address is required

Please enter your message

Design Gala © 2012 All Rights Reserved

Developed by 76 Miles

Powered by WordPress