shiv169
Member
Posted 2 years ago #
How can i use index.htm (intro page) and index.php from same root directory in wordpress.
I want to use an intro page in wordpress based website. as example if some one open the site
mysite.com it should display and intro page. On the intro page there is a link Enter which is
linked to index.php wordpress.
Please let me know all the suggestions.
charleyramm
Member
Posted 2 years ago #
Just dump it in there and see what happens. If the server doesn't display index.htm in preference to index.php, you could use a .htaccess file to tell it what to do.
WordPress vil load home.php (it it exists) before index.php, so you can make home.php your intro page. But you should also note that home.php will default to Home on your site, so <?php bloginfo('home'); ?> will point to home.php and not index.php