Definition:
function get_front_page_template() {}
Retrieve path of front-page template in current or parent template.
Looks for ‘front-page.php’.
Source code
function get_front_page_template() {
$templates = array('front-page.php');
return get_query_template( 'front_page', $templates );
}
1400

February 12, 2011 


No comments yet... Be the first to leave a reply!