Which, if any, of the themes allow a static first page?
Thanks.
Teresa
Online Support Community
Which, if any, of the themes allow a static first page?
Thanks.
Teresa
Hi Teresa,
If you want a static first page, the easiest that you can do is create an additional 'home.php'. This will become your homepage. Then it's up to you how you would like to code this page. If home.php already exists then just modify it. You don't have to worry changing stuffs on this files since this will only affect the homepage.
If you want this page to somehow look similar to the template of the pages, duplicate page.php and name it as home.php. Then do the necessary coding at the post area replacing the the_content() and the the_title().
This goes for all the themes. Since wordpress finds home.php first before index.php in displaying the homepage.
Hope these helps,
WPTD Webmaster
Great! As always, you've explained it well.
Thanks.
Teresa
You must log in to post.