黄聪:WordPress 多站点建站教程(六):使用WP_Query、switch_to_blog函数实现获取子站点分类中的文章...
首先在你使用主题的funtions.php里面添加下代码://根据时间显示最新的分类文章内容,每个站点显示一篇内容//$blog_id子站点ID//$catid分类IDwp_reset_query();switch_to_blog($blog_id);global$post;?>$my_query2=newWP_Query('showposts=1&order=desc&orderby=date&