get_index_template()

最后更新于:2021-11-26 09:14:07

get_index_template()

Retrieve path of index template in current or parent template.

响应

(string) Full path to index template file.

源文件

文件: gc-includes/template.php

function get_index_template() {
	return get_query_template( 'index' );
}