Definition:
function get_home_template() {}
Retrieve path of home template in current or parent template.
This is the template used for the page containing the blog posts
Source code
function get_home_template() { $templates = array( 'home.php', 'index.php' ); return get_query_template( 'home', $templates ); }
1416
No comments yet... Be the first to leave a reply!