php tax_query - WordPress

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php tax_query - WordPress相关的知识,希望对你有一定的参考价值。

$args = array( 
               'post_type' => 'gallery', 
               'tax_query' => array(
                   array(
                        'taxonomy' => 'photoarea',
                        'field' => 'fourth', 
                        )
                ),
               'posts_per_page' => 10,
              );

$the_query = new WP_Query( $args );

if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post();

     the_post_thumbnail();

 endwhile; endif;

wp_reset_query();

?> 

以上是关于php tax_query - WordPress的主要内容,如果未能解决你的问题,请参考以下文章

Tax_Query 不适用于 WP_Query

Wordpress:tax_query 使用 OR 运算符的多个术语

WP_Query Woocommerce 产品仅属于不同的多个类别 tax_query

查询自定义分类法

您的 PHP 安装似乎缺少 WordPress 所需的 MySQL 扩展

Slick slider ().slick 不是 Wordpress PHP 的函数