Hi,
When I validate my XML feed there is an error generated. This is he:
" <title>Show 010</title>
<link>http://robotronicradio.com/wordpress/4by4/show-010/</link>
<comments>http://robotronicradio.com/wordpress/4by4/show-010/#comments</comments>
<pubDate>Tue, 13 Jan 2009 17:21:25 +0000</pubDate>
<dc:creator>DJ How</dc:creator>
<b>Warning</b>: Missing argument 2 for podcast_channels_category_rss() in <b>/home/rogerhow/public_html/wordpress/wp-content/plugins/podcast-channels/podcast-channels.php</b> on line <b>497</b>
It seems to have trouble with the" $type " argument in this function of the php (It's on line 497):
"add_filter('the_category_rss', 'podcast_channels_category_rss',2);
function podcast_channels_category_rss($the_list, $type)
{ global $podcast_channel_active;
if ($podcast_channel_active===false) return;"
I'm not very good at working out what is going on here. I can't find any other references to this problem so I'm a bit lost.
Any help much appreciated.