WordPress FAQ

From Help Wiki
Revision as of 10:38, 16 August 2012 by Greenea (Talk | contribs) (Created page with '===WordPress seems to automatically default to double spaces between the lines of text. Is there a way to make it single spaced?=== '''Answer''': If you hit return when editing t…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WordPress seems to automatically default to double spaces between the lines of text. Is there a way to make it single spaced?

Answer: If you hit return when editing text word press will put in a double space - in the html it creates a paragraph tag
<p>
If you need a new line but you don't want a paragraph break hold down the shift key and hit return. This will create a line break
<br />

Is there any way to get rid of the comments box that appears at the bottom of each page?

Answer: To get rid of the comments at the bottom of a page, edit the page and look for the discussion block to turn off comments. If you don't see the discussion block go to your screen options (upper right) and enable the discussion block. Now you should see the block and can uncheck the ability for people to comment.