Whenever I post a new blog on wordpress..
It ends up
like this
and its really pissing me off, lol.
Its like this with any theme i’ve ever used.
They aren’t line breaks. They’re paragraphs. When you want a line break, just press enter once to go to a new line. Pressing enter twice results in a blank line = a paragraph when parsed by WP.
oh, oops!
So how do I get it so there is no space between each line?
Is there an option for this?
The best method is to follow what I suggested above when entering your post content. You could try editing style.css and adding:
.post p {margin:0;padding:0;}
to the bottom of the file. But that could bite back at some point where you do want visible paragraph breaks, so I wouldn’t recommend it.
Are you entering post content manually or pulling it from somewhere else?
Great. Thanks a bunch for this, that works perfect 🙂