Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,568
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
@anonymized-303747
Argh – haven’t had my coffee yet. This works like a champ. One last question while I’m on this topic:
What if I would want to list posts from two blogs (ie blog_id=1 and blog_id=2) – how would the code below look?
LEFT JOIN {$wpdb->base_prefix}blogs b ON p.blog_id = 1 WHERE..