hi,
maybe just a trivial question. I’m trying to achieve a linefeed whit in a blogpost, which’s used at the front slider. Unfortunately linebreak/linefeeds are ignored, which leads to the result, that all lines of text are placed within one line in the hover.
feedback’s appreciated!
Try inserting the text in the excerpt field which does not strip linebreaks. Alternatively you can add this line in functions.php but that may have some unintended consequences:
remove_filter( 'get_the_excerpt' 'wp_trim_excerpt' );
Thanks for your reply.
What do you mean with “experts fields”? i can chose between two forms for entering blogposts text in the backend.
Due to my german installation they are called.
• Visuell
• Text
Both cut line breaks. Help’s appreciated!
Indeed, editing functions.php caused my site NOT to load any longer 🙁
When editing a post you should have a field called “Excerpt” under the text editor. If you don’t see it try opening the “Screen Options” menu in the top-right corner and check the “Excerpt” box.
You can restore your functions.php file from here.
SOLVED!
Thank you for guiding me!