I am using Wordpress from a hosting server to build a site. I added a theme but it only shows on the home page. How can I set it up where the theme is shown on each new page I create?
jk3210
12:31 am on Sep 25, 2011 (gmt 0)
Make sure "single.php" and "page.php" are included with your theme. Those are the templates for posts and pages.
lorax
12:16 pm on Sep 25, 2011 (gmt 0)
Not necessarily jk3210 - that depends upon the theme.
Bubzeebub - what theme are you using? (no link please)
jk3210
4:21 pm on Sep 25, 2011 (gmt 0)
The problem appeared to be that the OP had only one post whose content was "zzzz," and four pages which were published, but blank. The theme was working correctly for all posts and pages, he/she just needed to add content.