我正在使用wp_query来获取搜索结果。但它只搜索并返回匹配的标题。不返回匹配的内容和其他ACF字段。我怎样才能做到这一点?我也在使用"搜索所有内容"插件在我的网站上。这里是我的wp_query的参数:
$args = array(
'post_type' => $post_type,
'post_status' => 'publish',
'posts_per_page'=> $no_of_posts,
'offset' => $offset,
's' => $query,
);
答案 0 :(得分:0)
我认为这是问题
使用连字符添加术语将排除与该术语匹配的帖子。
例如,' pillow -sofa'将返回包含' pillow'但不是沙发'