Disabling wpautop()
To disable wpautop(), just add this code to your theme’s functions.php file:
//disable wpautop filter remove_filter ('the_content', 'wpautop');
To disable wpautop(), just add this code to your theme’s functions.php file:
//disable wpautop filter remove_filter ('the_content', 'wpautop');
No comment yet, add your voice below!