Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello. By doing and publishing a new post, there is no vertical distance between the end of the paragraph and the next title. To solve, I enter <br> and I do it in text mode.
Going into visual mode, automatically increases the space, doubles and going to check, returning to visual mode, I see that the <br> has been automatically replaced by & nbsp;
Soon the site will go online, I would like to solve the problem to avoid problems with the editors. Thanks a lot. Best regards. Bruno
Hello,
This is added to remove some
tags that creates problem with the page builder.
If you want to activate
tag on the post editor write this line into functions.php
remove_filter( 'the_content', 'wpautop' );
Let us know.
Regards!
Hello. Thanks for the answer: maybe it’s better to keep the filters and leave function.php unaltered. Thanks a lot. Best regards. Bruno
You must be logged in to reply to this topic.