<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scoopz Blog &#187; wordpress</title>
	<atom:link href="http://blog.scoopz.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scoopz.com</link>
	<description>Tech Guides Reviews News</description>
	<lastBuildDate>Thu, 22 Dec 2011 16:50:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix for WordPress no longer sending email notification of comments</title>
		<link>http://blog.scoopz.com/2008/10/13/fix-for-wordpress-no-longer-sending-email-notification-of-comments/</link>
		<comments>http://blog.scoopz.com/2008/10/13/fix-for-wordpress-no-longer-sending-email-notification-of-comments/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:18:46 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[2.6.2]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=436</guid>
		<description><![CDATA[If you suddenly stopped receiving email notifications every time a comment is left of your self hosted wordpress blog this article might have an easy fix for you. A simple 1 line additional to your .htaccess file got things working again for me.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F10%2F13%2Ffix-for-wordpress-no-longer-sending-email-notification-of-comments%2F&title=Fix+for+Wordpress+no+longer+sending+email+notification+of+comments&desc=%0D%0AFor+some+unknown+reason+I+suddenly+stopped+getting+an+email+notification+to+alert+me+when+a+comment+had+been+left+on+one+of+my+blog+entries+regardless+of+the+settings+selected+in+the+WP+admin+pages.&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
<img class="alignleft size-full wp-image-440" title="email_comment" src="http://blog.scoopz.com/wp-content/uploads/2008/10/email_comment.png" alt="" width="408" height="72" />For some unknown reason I suddenly stopped getting an email notification to alert me when a comment had been left on one of my blog entries regardless of the settings selected in the WP admin pages.</p>
<p>I tried several different options and plugins to try and fix this I even tried resorting to using a plugin to allow SMTP to send the notifications but none of them worked.</p>
<p>I then read <a href="http://wordpress.org/support/topic/167606">this thread </a>over on the WordPress support forums and on page 4, thanks to <a href="http://wordpress.org/support/profile/289824">teknics </a>there is a fix that worked instantly for me. Just a simple addition to my .htaccess file was all that was needed, if you alread have a .htaccess in place please be careful not to mess up anything else in the file as it could prevent your site from working.<br />
Just adding the following line to the end of the .htaccess file was all that was needed:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;strong&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;php_value mail.force_extra_parameters '-f webmaster@example.com'&lt;/span&gt;&lt;/strong&gt;</div></td></tr></tbody></table></div>
<p><span id="more-436"></span>I have checked the earlier email notifications I received before it all stopped working and my return path was listed as apache@iomart.com (where iomart are my host, aka Easyspace), after adding the line above to my .htaccess file my return path is now showing as webmaster@example.com and notifications are working ok. I&#8217;ve since it to be my actual email address of my account I use for my WordPress profile to keep things tidy and all is working well.</p>
<p><span style="color: #ff0000;">UPDATE </span>- Several wordpress updates later and I stopped receiving notifications again and couldn&#8217;t figure out why. In Googling the problem I came across my own bloody blog entry and after removing the line above from my .htaccess file it all works again. So if you added the line above to your .htaccess file REMOVE IT if you&#8217;ve updated your WordPress installation.</p>
<p>I&#8217;m not sure why this works exactly but if you can shed any light on why forcing an extra parameter suddenly gets things working please do so in a comment below.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F10%2F13%2Ffix-for-wordpress-no-longer-sending-email-notification-of-comments%2F&title=Fix+for+Wordpress+no+longer+sending+email+notification+of+comments&desc=%0D%0AFor+some+unknown+reason+I+suddenly+stopped+getting+an+email+notification+to+alert+me+when+a+comment+had+been+left+on+one+of+my+blog+entries+regardless+of+the+settings+selected+in+the+WP+admin+pages.&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2008/10/13/fix-for-wordpress-no-longer-sending-email-notification-of-comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 error in shortcodes.php [Warning: Compilation failed]</title>
		<link>http://blog.scoopz.com/2008/08/14/wordpress-26-error-in-shortcodesphp-warning-compilation-failed/</link>
		<comments>http://blog.scoopz.com/2008/08/14/wordpress-26-error-in-shortcodesphp-warning-compilation-failed/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 23:15:35 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=211</guid>
		<description><![CDATA[If you are running an old version of PHP and update Wordpress to 2.6 you may find an error on some of your posts where you've inserted Galleries. Simply remove the Gallery to remove the error for a temp fix.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F08%2F14%2Fwordpress-26-error-in-shortcodesphp-warning-compilation-failed%2F&title=WordPress+2.6+error+in+shortcodes.php+%5BWarning%3A+Compilation+failed%5D&desc=%0D%0A%0D%0AAfter+updating+to+Wordpress+2.6+from+2.5+I+noticed+an+error+appeared+at+the+top+of+some+of+my+posts%3A%0D%0AWarning%3A+Compilation+failed%3A+characters+with+values+%26gt%3B+255+are+not+yet+supported+in+classes+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
<a href="http://blog.scoopz.com/wp-content/uploads/2008/08/phplogo.png"><img class="size-medium wp-image-228  alignleft" title="phplogo" src="http://blog.scoopz.com/wp-content/uploads/2008/08/phplogo-300x158.png" alt="" width="108" height="57" /></a><br />
After updating to WordPress 2.6 from 2.5 I noticed an error appeared at the top of some of my posts:</p>
<blockquote><p><strong>Warning</strong>: Compilation failed: characters with values &gt; 255 are not yet supported in classes at offset 16 in <strong>/vhost/vhost6/s/c/o/scoopz.com/blog/wp-includes/shortcodes.php</strong> on line <strong>213</strong></p></blockquote>
<p>This only appeared on 1 or 2 posts the rest remained unaffected. I realised that most of the posts affected were those which had galleries inserted using WordPress Media Manager and the</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">[ gallery ]</div></td></tr></tbody></table></div>
<p>tag.<span id="more-211"></span></p>
<p>After some research it appears to be a known issue with older versions of PHP. My site is hosted with Easyspace who unfortunately won&#8217;t upgrade me from PHP Version 4.3.2 unless I pay extra for a new hosting plan.</p>
<p>Somebody pointed out that if you try adding a test post with new images and insert a gallery, the error doesn&#8217;t appear unless you add ALT tags to the images (Image Caption).</p>
<p>For now I&#8217;ve simply removed the gallery from the affected posts until I either get my PHP upgraded or the next update from WordPress.</p>
<p><strong><span style="color: #ff0000;">UPDATE (20th August)</span></strong> &#8211; I&#8217;ve updated my web hosting so I&#8217;ve now gone from PHP4.3.2 to PHP5.1.6 and inserting a [ gallery ] still causes the same error at the top of my posts. I&#8217;ve noticed there is another update out for wordpress (2.6.1) so I&#8217;ll try updating to that and see if that fixes anything.</p>
<p><span style="color: #ff0000;"><strong><span style="color: #ff0000;">UPDATE (20th August)</span></strong></span> - Just finished updating to 2.6.1 and the problem has now disappeared, so if you are experiencing this issue I&#8217;d highly recommend upgrading to WordPress 2.6.1</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F08%2F14%2Fwordpress-26-error-in-shortcodesphp-warning-compilation-failed%2F&title=WordPress+2.6+error+in+shortcodes.php+%5BWarning%3A+Compilation+failed%5D&desc=%0D%0A%0D%0AAfter+updating+to+Wordpress+2.6+from+2.5+I+noticed+an+error+appeared+at+the+top+of+some+of+my+posts%3A%0D%0AWarning%3A+Compilation+failed%3A+characters+with+values+%26gt%3B+255+are+not+yet+supported+in+classes+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2008/08/14/wordpress-26-error-in-shortcodesphp-warning-compilation-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAlbum plugin for WordPress</title>
		<link>http://blog.scoopz.com/2008/01/14/jalbum-plugin-for-wordpress/</link>
		<comments>http://blog.scoopz.com/2008/01/14/jalbum-plugin-for-wordpress/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 17:40:17 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[JAlbum]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=17</guid>
		<description><![CDATA[I&#8217;ve been looking for a way to integrate JAlbum into WordPress and stumbled across this plugin:jAlbum plugin for WordPressI&#8217;ll give it a try later and post back with results.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F01%2F14%2Fjalbum-plugin-for-wordpress%2F&title=JAlbum+plugin+for+Wordpress&desc=I%27ve+been+looking+for+a+way+to+integrate+JAlbum+into+WordPress+and+stumbled+across+this+plugin%3AjAlbum+plugin+for+WordpressI%27ll+give+it+a+try+later+and+post+back+with+results.&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p style="text-align: center"><a href="http://jalbum.net/blog/jalbum/entry/jalbum_integrated_with_wordpress_2"><img src="http://blog.scoopz.com/wp-content/uploads/2008/01/header2.jpg" alt="JAlbum plugin for WordPress" /></a></p>
<p>I&#8217;ve been looking for a way to integrate JAlbum into WordPress and stumbled across this plugin:<a href="http://jalbum.net/blog/jalbum/entry/jalbum_integrated_with_wordpress_2">jAlbum plugin for WordPress</a>I&#8217;ll give it a try later and post back with results.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F01%2F14%2Fjalbum-plugin-for-wordpress%2F&title=JAlbum+plugin+for+Wordpress&desc=I%27ve+been+looking+for+a+way+to+integrate+JAlbum+into+WordPress+and+stumbled+across+this+plugin%3AjAlbum+plugin+for+WordpressI%27ll+give+it+a+try+later+and+post+back+with+results.&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2008/01/14/jalbum-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting to grips with WordPress</title>
		<link>http://blog.scoopz.com/2008/01/10/getting-to-grips-with-wordpress/</link>
		<comments>http://blog.scoopz.com/2008/01/10/getting-to-grips-with-wordpress/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 10:56:36 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iweb]]></category>
		<category><![CDATA[new user]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=9</guid>
		<description><![CDATA[As a iWeb user I&#8217;m slowly getting to grips with wordpress on this test site. Thanks to Rob (www.rob.co.uk) for pointing me towards WordPress as an alternative to iWeb. He&#8217;s also the man to talk to if you want some domain names registering, catching, securing, etc with his company Hey.co.uk]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F01%2F10%2Fgetting-to-grips-with-wordpress%2F&title=Getting+to+grips+with+Wordpress&desc=As+a+iWeb+user+I%27m+slowly+getting+to+grips+with+wordpress+on+this+test+site.%0D%0A%0D%0AThanks+to+Rob+%28www.rob.co.uk%29+for+pointing+me+towards+WordPress+as+an+alternative+to+iWeb.+He%27s+also+the+man+to+talk+to+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p>As a iWeb user I&#8217;m slowly getting to grips with wordpress on this test site.</p>
<p>Thanks to Rob (<a href="http://www.rob.co.uk/" target="_blank" title="Rob.co.uk">www.rob.co.uk</a>) for pointing me towards WordPress as an alternative to iWeb. He&#8217;s also the man to talk to if you want some domain names registering, catching, securing, etc with his company <a href="http://www.hey.co.uk" title="Hey Domain Names" target="_blank">Hey.co.uk</a></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F01%2F10%2Fgetting-to-grips-with-wordpress%2F&title=Getting+to+grips+with+Wordpress&desc=As+a+iWeb+user+I%27m+slowly+getting+to+grips+with+wordpress+on+this+test+site.%0D%0A%0D%0AThanks+to+Rob+%28www.rob.co.uk%29+for+pointing+me+towards+WordPress+as+an+alternative+to+iWeb.+He%27s+also+the+man+to+talk+to+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2008/01/10/getting-to-grips-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

