admin管理员组文章数量:1325510
I try and fail. What could be the problem with the following code:
$pagename = get_post($post_id)->post_name;
global $wp_query;
$wp_query = new WP_Query(array( 'pagename' => $pagename ));
$result = have_posts() // false
The post exists and the variable "$ pagename" is placed approximately. But the query does not receive a post.
本文标签: phpQuery by pagename not Working
版权声明:本文标题:php - Query by pagename not Working 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742196631a2431199.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论