常用函数-get_attachment_template()

2009-04-28
常用函数-get_attachment_template() 说明 检索当前模板或父模板的附件模板路径。 附件路径首先查找mime类型的第一部分是否存在,接着超找第二部分。最后查找由下划线分成的两个类别。如果没有查找到任一部分...

常用函数-get_comments_popup_template()

2009-04-28
常用函数-get_comments_popup_template() 说明 检索当前模板或父模板的评论弹出式菜单的路径。 该函数判断弹出式菜单模板在当前模板或是在父模板中。若弹出式菜单不在当前模板中,函数在默认主题中检索comme...

常用函数-load_template()

2009-04-28
常用函数-load_template() 说明 在WordPress环境中命令模板文件。 为模板文件设置全局变量以确保函数在WordPress环境内可用。查询变量也可用。 用法 <?php load_template( ...

WordPress中的meta标签

2009-04-27
WordPress中的meta标签 搜索引擎浏览博客时会搜集博客名称、文章标题、内容以及meta标签(如说明或关键字等)等信息。搜索引擎比较各个版块内的信息,然后根据信息的匹配程度为博客站点排名。下面将详细介绍如何最大程度地利用meta标...

常用函数-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() ?> 参数 无 返回的值 (字符串) 返回get...

运行中的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_q...

合作伙伴