• Hey,
    I’m too confused since I knew we can have index.php and home.php at the same time, it says that if we have these both file then home.php will be used and have a higher priority, so what will index.php used for if home.php is used instead? and another question if we wrote the following in index.php:
    <?php if (is_home() || is_front_page()) ?>
    does this checks that index is used instead of home or what?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘index page and home page’ is closed to new replies.