WP_Query 生成器

WordPress WP_Query 查询器快速生成,协助 WordPress 快捷开发

功能模块待开发完善中......

代码中使用的变量。
了解具体详情请查阅官方 The Loop
参数:$author
参数:$author_name
参数:$author__in,填写作者 ID,若多个请以英文','分割,WordPress Version 大于 3.7 可用
参数:$author__not_in,填写作者 ID,若多个请以英文','分割,WordPress Version 大于 3.7 可用
参数:$cat,填写分类 ID,若多个请以英文','分割,若不需要显示其分类请在前加上“-”(减号)符号来显示除某个分类的文章之外的所有文章
参数:$category_name,填写分类 slug,若多个请以英文','分割,使用分类别名获取其相关分类下文章数据
参数:$category__and,填写分类 ID,若多个请以英文','分割
参数:$category__in,填写分类 ID,若多个请以英文','分割
参数:$category__not_in,填写分类 ID,若多个请以英文','分割
参数:$tag,填写标签 slug
参数:$tag_id,填写标签 ID
参数:$tag__and,填写标签 ID,若多个请以英文','分割
参数:$tag__in,填写标签 ID,若多个请以英文','分割,意义同参数 $tag,区别一个填写 ID 一个填写 slug
参数:$tag__not_in,填写标签 ID,若多个请以英文','分割
参数:$tag_slug__and,填写标签 slug,若多个请以英文','分割
参数:$tag_slug__in,填写标签 slug,若多个请以英文','分割
taxonomy
参数:$p,填写文章 ID
参数:$name,填写文章 slug 别名
参数:$page_id,填写自定义页面 ID
参数:$pagename,填写自定义页面 slug,用斜杠‘/’分割的父页面别名/子页面别名来显示子页面,例如 'parent_slug/child_slug'
参数:$post_parent,填写文章 ID,只显示顶级页面,排除所有子页面请填写 0
参数:$post_parent__in,填写文章 ID,若多个请以英文','分割
参数:$post_parent__not_in,填写文章 ID,若多个请以英文','分割
参数:$p,填写文章 ID
参数:$post__not_in,填写文章 ID,若多个请以英文','分割,注意:不能在同一个查询中组合post__in和post__not_in
参数:$post_name__in,填写文章 slug 别名
参数:$has_password
参数:$post_password,填写文章访问密码

参数:$post_type

参数:$post_status
参数:$comment_count
pagination
order
date
custom-field
permission
mime-type
cache
return-field

你可能也喜欢

热门工具