常用函数-get_single_template()2009-04-27 常用函数-get_single_template() 说明 检索当前模板或父模板的single模板路径 用法 <?php get_single_template() ?>...
常用函数-get_search_template()2009-04-27 常用函数-get_search_template() 说明 检索当前模板或父模板的搜索模板路径 用法 <?php get_search_template() ?> ...
运行中的The Loop(主循环)2009-04-25 运行中的The Loop(主循环) 简介 “The Loop”是一个涉及WordPress主要进程的术语。用户可以在模板文件中使用The Loop为访问者显示文章。不使用The Loop也可以制...
常用函数-get_date_template()2009-04-25 常用函数-get_date_template() 说明 检索当前模板或父模板的时间模板路径。 用法 <?php get_date_template() ?> 参数...
常用函数-get_home_template()2009-04-25 常用函数-get_home_template() 说明 检索当前模板或父模板的home模板路径。 函数退回'index.php'前尝试定位'home.php'。 用法 ...
常用函数-get_page_template()2009-04-25 常用函数-get_page_template() 说明 检索当前模板或父模板的页面模板路径。 函数首先尝试在'_wp_page_template'页面meta数据中寻找文件。若文件存在且不为空,...
常用函数-get_paged_template()2009-04-25 常用函数-get_paged_template() 说明 检索当前模板或父模板的页面式模板路径 用法 <?php get_paged_template() ?> ...