Hi.
I have several blogs with some categories on them. I'd like to create an automatic blog that shows all the posts in all the blogs posted in the category, say, "News". Is it possible to do that?
Hi.
I have several blogs with some categories on them. I'd like to create an automatic blog that shows all the posts in all the blogs posted in the category, say, "News". Is it possible to do that?
Donncha's Sitewide Tags Pages plugin will collect all posts/tags/cats on a blog. Use it to filter the site for posts in a particular tag/category.
http://ocaoimh.ie/2008/10/01/wordpress-mu-sitewide-tags-pages-031/
Can this plugin allow me to manipulate global categories within a theme? What I'd like to do is have several sites as subdomains of portal.com (a fictitious domain). At portal.com, I'd check the category and then display related posts. So, if blog.portal.com posted a message in the "news" category, portal.com could include it in its news section.
I've seen ways to create a sidebar widget, but never how to include global categories elsewhere.
Template functions work on the "tags" blog in the same way as any single blog, except the "tags" blog contains every post published sitewide. Any standard WP theme's Category link shows sitewide posts in that category.
Here's a modified widget for retrieving categories from the sitewide tags blog that can be used "elsewhere": http://wpmudevorg.wordpress.com/project/Sitewide-Extended-Categories-Widget
Thanks for the response, but I guess I am confused. I'm looking for a way for a portal to display the posts of all blogs within a wpmu system. Maybe I don't understand the definition of sitewide.
How can I use the sitewide-extended-categories widget outside of a sidebar?
You ask for "a portal to display the posts of all blogs within a wpmu system"
This is exactly what Donncha's tags blog plugin will create, eventually.
Of course the widget only works in a sidebar, any blog elsewhere in the system can display the global or sitewide categories is all.
Design your portal template using the usual functions in the WP Codex http://codex.wordpress.org/Template_Tags/wp_list_categories and do whatever you want with categories on your portal blog.
dsader, would you mind checking out my reply to your previous post here:
http://mu.wordpress.org/forums/topic.php?id=10177
I am trying to mail donw the answer, and it seemed like you had it. I thought I would tell you here, since you may not have a feed to that post, but I thought it would be likely that you might have one here.
Thanks