I already added the remove_filter ('the_content', 'wpautop'); in the functions.php but still getting the extra p & br tags in the content.
Please check this page http://insideoutdogtraining.com/rescueseries
I already added the remove_filter ('the_content', 'wpautop'); in the functions.php but still getting the extra p & br tags in the content.
Please check this page http://insideoutdogtraining.com/rescueseries
use
echo get_the_content();
instead
the_content();
in your theme
Does you post content already have these extra
and
tags or are they getting auto-generated when you query for them?