Using static homepage with a page template, seems to be breaking posts page
-
I have created a static homepage which is using a page called “home” and have created a blog page which, has the name “blog”.
I have created a page template and have applied that to the homepage. The page template has the following at the top of it:
<?php /** * Template Name: home.php */ get_header(); ?>
So that all works well and my static homepage displays what it should be.
However, my blog (posts) page, doesn’t work at all. All it does is show the homepage. I know it is a problem with my theme because if I apply another theme, the static homepage and the blog page work fine.
Any ideas?
Thanks for your time
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Using static homepage with a page template, seems to be breaking posts page’ is closed to new replies.