Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Wordpress by default add tags . To avoid this, use a filter:
If for some reason you need to disable this filter for the post content (the_content) or quote (the_excerpt), then use this in the functions.php file:
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question