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');
door
Tags:
Geef een reactie