Z
Z
zooks2014-05-28 16:40:46
WYSIWYG
zooks, 2014-05-28 16:40:46

How to enable paragraphs in wordpress editor?

Hello!
There is a need to enable paragraph spacing in Wordpress (3.9).
It is clear that you can add it through the tag , but you need it for the visual editor. Now, when placing paragraphs, it makes a spacing without adding tags. The tags do not appear on the page. UPD: I thought this was due to the SyntaxHighlighter Evolved plugin, disabling it did not work. <p></p>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zooks, 2014-05-28
@zooks

In the functions.php file of the active theme, I had to disable:

remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question