Multiple blogs, multiple loops
-
I have a number of WordPress installations and want to show the latest two posts from each blog on the front page of the site.
I have tried using multiple loops, but once I’ve connected to one blog (with
get_posts,query_postsor even starting a newWP_Query) it won’t connect to another blog. I.e., it just shows the same two posts from the first two blogs.I know you can do this with feeds, but I would prefer to do it using wordpress methods since that would be more efficient.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Multiple blogs, multiple loops’ is closed to new replies.