Owner: TechWorker
Type: WPMU Plugin
Created: 2008-01-02 23:56:09
Last Modified: 2008-01-03 00:06:21
wpmufeed.php (1632 download(s))
As the web site of the plugin (itdamager) developer is down, I uploaded the last version (0.3.2) I have from by backup.
The following description is from the google cache of the developer's site.
This plugin generates three RSS 2.0 feeds comprising of posts, comments, and pages across all blogs on your WPMU powered site. NOTE: This plugin currently only works with subdomain installations of WPMU. Please be patient and I will update the plugin in the near future to support subdir installations. Both Subdirectory and VHOST installations are now supported.
Features:
Generates sitewide posts feed
Generates sitewide comments feed (coming soon)
Generates sitewide pages feed (coming soon)
Server-side caching via WP Object Cache
Client-side caching via ETag headers
Admin screen to configure options
Compliance with xhtml and xml standards
Installation:
Unzip and upload to mu-plugins directory.
Usage:
The configuration screen can be found under Site Admin -> Site Feed. The default feed locations for
VHOST are:
yoursite.com/wpmu-feed/
yoursite.com/wpmu-feed/comments/
yoursite.com/wpmu-feed/pages/
For subdirectory installations, access the feed at:
yoursite.com/?wpmu-feed=posts
yoursite.com/?wpmu-feed=comments
yoursite.com/?wpmu-feed=pages
Download: WPMU Sitewide Feed (v0.3.2 8/1/07)
Help: I have written documentation for the various options in the admin panel. If you have a question or found a bug, leave a comment below.
Could you make this plugin able to exclude a blog from being displayed in sitewide feed? Thanks!
I like this plugin. What's better than having an RSS feed for the main site that include sub blogs. Waiting for the new features.
Nice plugin. but how to disable showing Hello World! post? (id=1)
profmustamar Go to the ~ln202 WHERE `post_status` = 'publish' AND (`post_type` = 'post' OR `post_type` = '') AND `post_date_gmt` < '".gmdate("Y-m-d H:i:s")."' and change it to WHERE `post_status` = 'publish' AND (`post_type` = 'post' OR `post_type` = '') AND `post_ID`!=1 AND `post_date_gmt` < '".gmdate("Y-m-d H:i:s")."'
profmustamar: Correction to my previous post about hiding the Hello world post. You should change it to WHERE `post_status` = 'publish' AND (`post_type` = 'post' OR `post_type` = '') AND `ID`!=1 AND `post_date_gmt` < '".gmdate("Y-m-d H:i:s")."'
Hi, I managed to get it working, but there's one more thing i'd like to be able to do. Is it possible to link back to the subblog where the post originated? so have a link on the main blog included w/ the descriptions that links to authorx.blog.com. Does this make sense? Thanks!
You must be registered and logged in to post comments. Not registered? Click here to get your free account!