get_date_template

函数
get_date_template ( No parameters )
返回值
  • (string) Full path to date template file.
相关
  • get_query_template()
定义位置
相关方法
get_page_templateget_paged_templateget_index_templateget_page_templatesget_tag_template
引入
1.5.0
弃用
-

get_date_template:该函数返回用于显示当前文章或页面的日期的模板文件的路径。

检索当前或父模板中的日期模板的路径。

模板层次和模板路径可以通过{@see ‘$type_template_hierarchy’}和{@see ‘$type_template’}过滤。和{@see ‘$type_template’}动态钩子,其中`$type`是’date’。

function get_date_template() {
	return get_query_template( 'date' );
}

常见问题

FAQs
查看更多 >