小编jig*_*660的帖子

WP_Query带有"post_title LIKE'某事'%'"和类别

我需要在post_title和类别上使用LIKE执行WP_Query

此query_post无效

query_posts(
     array(
        'post_type' => 'add_buying',
        'like' => $keywords,
        'posts_per_page' => 5,
        'taxonomy' => 'add_country',
        'term' => 'drawing'
 ));
Run Code Online (Sandbox Code Playgroud)

wordpress

2
推荐指数
2
解决办法
2万
查看次数

标签 统计

wordpress ×1