php facetwp查询页面

Posted

tags:

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

<?php
return array(
  "post_type" => "page",
  "post_status" => "publish",
  "orderby" => "post__in", 
  "posts_per_page" => 6,
  "post__in" => array( 2, 1733, 4, 1133, 1134, 501, 174, 156 )
);
<?php while ( have_posts() ): the_post(); ?>
<p><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></p>
<?php endwhile; ?>

以上是关于php facetwp查询页面的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp仅启用了facetwp的bb模块的主查询

php facetwp预订查询

php facetwp检查类别列表查询listify

php facetwp检查类别列表查询listify

php facetwp检查帖子类型查询

php facetwp检查帖子类型查询