Pulling From Multiple Blogs
-
Has anyone had any luck pulling from multiple blogs on WordPress 3? I’ve been trying but no luck.
I tried the following but it only shows the current blog’s posts, not the other blog’s post.
<?php switch_to_blog(6); ?> <?php get_template_part( 'loop', 'index' ); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Pulling From Multiple Blogs’ is closed to new replies.