Saturday 5 November 2016

How to Disable auto formating?

IT NEW CODE give trick to disable auto formatting paragraph tag <p>.



To solve just like auto <p> tag generation problem add following code in your theme "function.php" file.

<?php

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

?>



For more Interesting, Useful Article & codes visit IT New Code.
IT NEW CODE always help you with new Developing Code.


Ankit Shah PHP Expert

IT New Code suggest a solution for your problem related to coding, Specially .PHP, Wordpress, WooCommerce, Magento, HTML and CSS. Visit Our website for Information.

0 comments:

Post a Comment

 

Copyright @ 2016 IT New Code | Developing Code | Designing Code.

Designed by: Ankit Shah