- A+
所属分类:未分类
WordPress Query API
函数/钩子名 | 描述 |
---|---|
is_search (函数) | 确定该查询是否为搜索。 关于这个和类似主题功能的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
is_singular (函数) | 确定查询是否为任何文章类型(文章、附件、页面、自定义帖子类型)的现有单个文章。 如果指定了$post_types参数,该函数将额外检查该查询是否为指定的文章类型之一。 关于这个和类似的主题函数的更多信 |
wp_old_slug_redirect (函数) | 将旧的slugs重定向到正确的固定链接。 试图从过去的slug中找到当前的slug。 |
is_single (函数) | 确定查询是否是针对现有的单个帖子。 适用于任何帖子类型,除了附件和页面。 如果指定了$post参数,这个函数将额外检查查询是否为指定的帖子之一。 关于这个函数和类似的主题函数的更多信息,请查看《主题开 |
is_category (函数) | 确定查询是否为现有的类别档案页。 如果指定了$category参数,这个函数将额外检查查询是否为指定的类别之一。 关于这个和类似的主题函数的更多信息,请查看《主题开发者手册》中的{@link Cond |
is_author (函数) | 确定查询是否为现有的作者档案页。 如果指定了$author参数,该函数将额外检查该查询是否为指定的作者之一。 关于这个和类似的主题函数的更多信息,请查看《主题开发者手册》中的{@link Condit |
is_attachment (函数) | 确定查询是否是针对现有的附件页。 关于这个和类似的主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
is_archive (函数) | 确定查询是否是针对现有的档案页。 档案页包括类别、标签、作者、日期、自定义文章类型和基于自定义分类法的档案。 关于这个和类似的主题函数的更多信息,请查看《主题开发者手册》中的{@link Condit |
is_404 (函数) | 确定查询的结果是否为404(返回无结果)。 关于这个和类似主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
set_query_var (函数) | 设置WP_Query类中一个查询变量的值。 |
setup_postdata (函数) | 设置全局文章数据。 |
_find_post_by_old_slug (函数) | 找到重定向一个旧slug的文章ID。 |
get_queried_object (函数) | 检索当前被查询的对象。 WP_Query::get_queried_object()的封装程序。 |
is_time (函数) | 确定查询是否为一个特定的时间。 关于这个和类似主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
have_posts (函数) | 确定当前的WordPress查询是否有文章可供循环使用。 |
rewind_posts (函数) | 回放循环文章。 |
is_favicon (函数) | 查询的是favicon.ico文件吗? |
in_the_loop (函数) | 判断调用器是否在循环中。 关于这个和类似的主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
is_privacy_policy (函数) | 确定查询是否为隐私政策页。 隐私政策页是显示网站隐私政策内容的页面。 is_privacy_policy()依赖于网站的 “改变你的隐私政策页面 “隐私设置’wp_page_for_privacy_p |
is_embed (函数) | 查询的是一个嵌入式的文章吗? |
query_posts (函数) | 设置带有查询参数的The Loop。 注意:这个函数将完全覆盖主查询,不打算给插件或主题使用。它对主查询的修改过于简单,可能会产生问题,应尽可能避免。在大多数情况下,有更好、更有效的方法来修改主查询, |
old_slug_redirect_url (过滤钩子) | 过滤旧的slug重定向URL。 |
have_comments (函数) | 确定当前的WordPress查询是否有评论可以循环使用。 |
is_day (函数) | 判断查询是否为现有的一天的档案。 一个条件检查,以测试该页面是否是一个基于日期的档案页,显示当前一天的帖子。 关于这个和类似主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditi |
is_year (函数) | 确定查询是否是针对现有的年份档案。 关于这个和类似主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
get_query_var (函数) | 检索WP_Query类中一个查询变量的值。 |
old_slug_redirect_post_id (过滤钩子) | 过滤旧的slug重定向文章ID。 |
is_post_type_archive (函数) | 确定查询是否是针对现有的文章类型的档案页。 关于这个和类似主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
is_trackback (函数) | 确定查询是否为回溯端点的调用。 关于这个和类似的主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
is_paged (函数) | 确定查询是否为分页结果,而不是为第一页。 关于这个和类似主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
get_queried_object_id (函数) | 检索当前被查询对象的ID。 WP_Query::get_queried_object_id()的封装程序。 |
wp_reset_query (函数) | 销毁之前的查询并建立一个新的查询。 这应该在query_posts()之后和另一个query_posts()之前使用。这将消除当前一个WP_Query对象在另一个被设置之前没有被正确销毁时所发生的不明 |
is_comment_feed (函数) | 查询的是评论feed吗? |
is_preview (函数) | 决定查询是针对文章还是页面预览。 关于这个和类似主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
is_robots (函数) | 查询的是robots.txt文件吗? |
_find_post_by_old_date (函数) | 查找重定向一个旧日期的文章ID。 |
is_date (函数) | 确定查询是否是针对现有的日期档案。 关于这个和类似的主题函数的更多信息,请查看《主题开发者手册》中的{@link Conditional Tags}文章。 |
the_comment (函数) | 在评论循环中遍历评论索引。 |
is_feed (函数) | Determines whether the query is for a feed. For more information on this and similar theme functions |
is_front_page (函数) | Determines whether the query is for the front page of the site. This is for what is displayed at you |
函数/钩子名 | 描述 |
---|---|
is_home (函数) | Determines whether the query is for the blog homepage. The blog homepage is the page that shows the |
the_post (函数) | Iterate the post index in the loop. |
is_main_query (函数) | Determines whether the query is the main query. For more information on this and similar theme funct |
is_tag (函数) | Determines whether the query is for an existing tag archive page. If the $tag parameter is specified |
is_month (函数) | Determines whether the query is for an existing month archive. For more information on this and simi |
generate_postdata (函数) | Generates post data. |
is_tax (函数) | Determines whether the query is for an existing custom taxonomy archive page. If the $taxonomy param |
wp_reset_postdata (函数) | After looping through a separate query, this function restores the $post global to the current post |
is_page (函数) | Determines whether the query is for an existing single page. If the $page parameter is specified, th |
- 我的微信
- 这是我的微信扫一扫
- 我的微信公众号
- 我的微信公众号扫一扫