0
I have a problem in the_excerpt
of Wordpress. It is not breaking lines, the text of the post comes all together. Already when I use the the_content
, the lines are broken normally.
Someone knows how to fix this?
0
I have a problem in the_excerpt
of Wordpress. It is not breaking lines, the text of the post comes all together. Already when I use the the_content
, the lines are broken normally.
Someone knows how to fix this?
0
Of Codex:
Displays the excerpt of the Current post after Applying several Filters to it including auto-p formatting which turns double line-breaks into HTML paragraphs. It uses get_the_excerpt() to first generate a trimmed-down version of the full post content should there not be an Explicit excerpt for the post.
Maybe these several Filters (i.e., many filters) that are the problem. Experientialuse the get_the_excerpt()
in place
Browser other questions tagged php wordpress
You are not signed in. Login or sign up in order to post.