U
U
unlik2015-07-12 18:41:47
CMS
unlik, 2015-07-12 18:41:47

Wordpress layout stretch?

Made a stretch of the layout on Wordpress. All OK. But only those texts that are added through the visual editor are placed in the tag
. Accordingly, the text design flies.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex, 2015-07-12
@mr_ko

The CSS needs to be tweaked to reflect the nuances of Wordpress.

E
Elmechador, 2015-07-13
@Elmechador

Wordpress by default add tags . To avoid this, use a filter:
If for some reason you need to disable this filter for the post content (the_content) or quote (the_excerpt), then use this in the functions.php file:
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