在wordpress 3.0中从其他网站获取帖子

时间:2010-06-07 09:51:53

标签: wordpress

我已经设置了具有多站点网络功能的新wordpress 3.0。我想要做的是从主博客中的其他网站获取并显示博客。就像我在example.com上设置了博客,我在articles.example.com,movies.example.com上有其他网站。我想从articles.example.com和movies.example.com获取帖子,以显示在example.com的主站点中。 query_post中是否有任何参数可以从不同的网站获取帖子?

2 个答案:

答案 0 :(得分:0)

有一个可以用于此目的的切换博客功能。

答案 1 :(得分:0)

看起来这篇文章有关于你的问题的更多信息。特别是使用WordPress自定义查询。

http://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query

How can I display posts from the other sites in a WordPress multisite setup?