RSS Aggregation For SEO – WordPress Tutorial
This week Nick reviews an old blog post about the top 3 RSS aggregators and shows how to achieve the same result using the newly built in simple pie software in the wordpress system. He refers to the blog post that James created on the technical aspects which can be found here. Recent posts in wordpress
You can see the test page here.

December 24th, 2010
I’m very curious why you used double quotes instead of single quotes. I see this happen a lot lately.
$var = ‘execute’;
echo “This will $var slowly”;
echo ‘This instead will ‘, $var, ‘ faster’;
Daniël Voogsgerd