Home › Forums › Back End › How to add block of editable text to wordpress homepage? › Re: How to add block of editable text to wordpress homepage?
December 3, 2012 at 6:28 pm
#116202
Member
To do this you should just style the page.php file with your wrapper or however you are setting you website up. That’s what WordPre uses to set up individual pages such as an about page, contact page. Where as the blog uses the index.php file, and the single blog post uses the single.php file.
EDIT: sorry I misread the question. +1 on @chrisburton’s comment.