Re: External Group Blogs bug
I’m using the plugin “wp-external-links-bar” which makes a bar appear for external links but only for posts and pages.
Inside this plugin I added “http://farmvillechicken?” before
$items[$key][‘blogurl’] = ‘http://farmvillechicken.com?’.$rss->channel[‘link’];
and
‘‘ .
to make that happen.
I wonder if it is possible to add some kind of filters/plugin settings for this to make it easier to upgrade.