How can you create a loop to get posts/pages from different blogs under same MU installation? 1) you can use switch_to_blog function http://codex.wordpress.org/WPMU_Functions/switch_to_blog 2) create wordpress loop (this will get posts from the blog you just switched) 3) do whatever you want with data 4) restore current blog you are on so everything runs after [...]