Remove p tags which get automatically added in wordpress



notes for Remove p tags which get automatically added in wordpress:

put this in functions.php

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





Tags:
Veröffentlicht: 12.2014