• On my blog: http://www.webprofitideas.com

    I’d like to register the custom Index page as the Home Page of the theme, so I can use function like is_home() and is_front_page(), because as of now they are linking to the blog page and not the index page.

    I’ve implemented the index page by simply writing the content into index.php and I’ve implemented the HOME button in the navigation by simply adding the link shortly in front of wp_list_pages() , I know that this is not the most elegant solution but it simply worked.

    And now I want to make use of functions like is_front_page(), but I can’t because the index page is simply not registered in WordPress as such.

    Any suggestions?

  • The topic ‘How to Register Custom Index Page as Home Page?’ is closed to new replies.