WP Page as static home page
-
Hi all,
In WP1.5 we have the new option to create Pages not just Posts.
What I want to do is create a Page which will be the site’s home page. When users go to the site I want them to see that page.
I’ve tried a few things. I’m already managing to get the site home page to appear in the Page template (as in default Kubrick) and not the Posts template (or any other template) by fiddling with the end of wp-blog-header.php:
} else if ( is_home() && file_exists(get_page_template()) ) {
include(get_page_template());
exit;but it still shows the latest posts and not the page. I’ve tried writing the ‘ID’ of the page into a variable but I’m getting nowhere there either.
Any ideas?
I’m imagining that this type of setting might just become a standard option in the admin console.
I’m using build ‘wordpress-2005-01-17’
Cheers,
Mark
- The topic ‘WP Page as static home page’ is closed to new replies.