How to stop adding p tags?

Posted in: Newspaper
Post count: 1

When I use the tagDiv Composer, it will adding p tags to my post content, and I already adding remove_filter ( ‘the_content’ , ‘wpautop’ );
remove_filter ( ‘the_excerpt’ , ‘wpautop’ );
to my function.php. But when I use the tagDiv to create post page, P tag comes again!
I believe I need delete something in tagDiv Composer, what should I do?

Post count: 18283

Hello !

We have tested this on our side and it doesn’t seem to happen on multiple tries.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.