常用函数-get_date_template()2009-04-25 常用函数-get_date_template() 说明 检索当前模板或父模板的时间模板路径。 用法 <?php get_date_template() ?> 参数 无 返回的值 (字符串) 返回 get_q...
常用函数-get_home_template()2009-04-25 常用函数-get_home_template() 说明 检索当前模板或父模板的home模板路径。 函数退回'index.php'前尝试定位'home.php'。 用法 <?php get_home_template() ...
常用函数-get_page_template()2009-04-25 常用函数-get_page_template() 说明 检索当前模板或父模板的页面模板路径。 函数首先尝试在'_wp_page_template'页面meta数据中寻找文件。若文件存在且不为空,函数继续寻找'page.php'。 ...
常用函数-get_paged_template()2009-04-25 常用函数-get_paged_template() 说明 检索当前模板或父模板的页面式模板路径 用法 <?php get_paged_template() ?> 参数 无 返回的值 (字符串) 返回get_...
常用函数-get_author_template()2009-04-24 常用函数-get_author_template() 说明 检索当前模板或父模板的作者模板路径。 用法 <?php get_author_template() ?> 参数 无 返回的值 (字符串) 返回 g...
常用函数-get_category_template()2009-04-24 常用函数-get_category_template() 说明 检索当前模板或父模板的类别模板路径。 通过检索当前类别编号(如'category-1.php')可查到该类别的模板路径,若类别编号不存在,则退回category.ph...
WordPress主循环2009-04-23 WordPress主循环 WordPress用主循环(The Loop)显示用户的文章。通过The Loop,WordPress可以将每篇文章显示在当前页面,并将这些文章按The Loop标签中的指定标准进行排版。The Loop中的任何...
常用函数-get_404_template()2009-04-22 常用函数-get_404_template() 说明 检索当前模板或父模板的404模板路径 用法 <?php get_404_template() ?> 参数 无 返回的值 (字符串) 返回 get_que...
常用函数-get_archive_template()2009-04-22 常用函数-get_archive_template() 说明 在当前模板或父模板中检索存档模板路径 用法 <?php get_archive_template() ?> 参数 无 返回的值 (字符串) 返回...
常用函数-get_query_template()2009-04-22 常用函数-get_query_template() 说明 不用扩展名检索文件路径。 该函数可不检查文件扩展名而快速检索文件路径。若文件存在,函数也可以用locate_template()查看父模板。如果不使用其他get_*_tem...