prevent tags to be inserted in post content

Posted in: Newspaper
Post count: 48

Hi,

Wordpress is auto-inserting <p> tags into my content which I don´t want as this creates problems with my ad-provider. How can I turn this off? I am using “Newspaper”.

Thanks!

Post count: 21065
Post count: 48

Hi and thank you,

We have added those two lines to the functions.php but there is no change:

remove_filter(‘the_content’, ‘wpautop’);
remove_filter(‘the_excerpt’, ‘wpautop’);

Post count: 27744
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.