<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Transitive Defect »  | dev.walkingwithadamah.com</title>
	
	<link>http://dev.walkingwithadamah.com</link>
	<description>News, views, and tips for digital media</description>
	<lastBuildDate>Sun, 05 Jul 2009 14:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/transitivedefect" /><feedburner:info uri="transitivedefect" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" /><feedburner:emailServiceId>transitivedefect</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Use Google Sitemap Generator with WordPress MU</title>
		<link>http://feedproxy.google.com/~r/transitivedefect/~3/_7hWtOynzFA/</link>
		<comments>http://dev.walkingwithadamah.com/howto-xml-sitemap-wordpress-mu/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 21:17:39 +0000</pubDate>
		<dc:creator>jihadhaidar</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[optimization strategies]]></category>
		<category><![CDATA[optimization tips]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress SEO]]></category>
		<category><![CDATA[xml sitemap]]></category>

		<guid isPermaLink="false">http://dev.walkingwithadamah.com/?p=14</guid>
		<description><![CDATA[Through this post I will outline the steps I followed to modify Google Sitemap Generator plug-in to make it compatible with WordPress MU. This content is based on a post at richadpalace.com with my own observations and modifications.]]></description>
			<content:encoded><![CDATA[<p>As you might know, it is important to create an XML sitemap for your site so that you specify what are the links you want search engines to crawl. While it might be argued that today&#8217;s search engines would eventually crawl your entire website even without one, an XML sitemap helps you expose links to the search engines that might not be easily visible otherwise, among other things. Also, you need one if you want to effectively use Google&#8217;s webmaster tools.</p>
<p>For users of WordPress, there is a popular plug-in called <a title="This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog." href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google Sitemap Generator</a> (aka Google XML Sitemaps). This plug-in can automatically generate your sitemap and submit it to Google, MSN Search, and Yahoo among other search engines. You can also generate a sitemap manually from the plug-in options page or by using a GET query if required.</p>
<p>The search engines look for the sitemap by default in the root directory of a website. This means that for a platform such as WordPress MU this will not work because MU uses virtual sub-domains to construct the addresses for each blog you create. This means that the root directory for each of those blogs, including the main blog, is the same. This is why the sitemaps for all your MU blogs will overwrite each other unless there is a way to save each blog&#8217;s sitemap in its own location and serve its address to the search engines&#8217; crawlers.</p>
<div id="attachment_16" class="wp-caption alignleft" style="width: 190px"><img class="size-full wp-image-16" title="blogs.dir directory structure" src="http://dev.walkingwithadamah.com/files/2009/07/blogsdir-structure.png" alt="blogs.dir directory structure" width="180" height="130" /><p class="wp-caption-text">Figure 1: blogs.dir directory structure</p></div>
<p>WordPress MU creates the following structure in order to store files relative your MU root directory: <em>wp-content/blogs.dir/<strong>blog_id</strong>/files</em>; where <strong>blog_id</strong> is a unique id number designated to each blog when it&#8217;s created. The main blog always defaults to an id value of 1.</p>
<p>There is a post at <a title="http://www.richardpalace.com" href="http://www.richardpalace.com/">richardpalace.com</a> that introduces a hack to Google Sitemap Generator to work with WordPress MU.  The post is titled <a title="richardpalace.com: As mentioned in my previous blog post SiteMap For WordPress MU, not only did I claimed to get the sitemap for WordPress MU working." href="http://www.richardpalace.com/2008/06/25/google-sitemap-for-wordpress-mu-plugin-1513101/">Google Sitemap for WordPress MU Plugin 1.513101</a>, and it shows the steps you need to follow in order for sitemaps to work properly with MU. I have followed that post for my blog, but found some redundant or unneeded steps especially if you are the only administrator of your MU blog; that is you do not have other users with their own blogs.</p>
<p>So, through this post I will outline the steps I followed with as much illustrations as possible and try to make the process clearer. I will use the original article for reference and quoting since my post is based on it.</p>
<h4>Update Google Sitemap Generator</h4>
<p>1<sup>st</sup> of all, update your version of Google Sitemap Generator to the latest. We need to change the core file of that plug-in, which means that every time it is updated the change will be overwritten and we would have to do it again. That is at least until an automated solution comes up. I assume you have the latest version of WordPress MU, but that does not matter since we will not be modifying any MU core files contrary to what the post we are referring to says.</p>
<h4>Modify sitemap-core.php</h4>
<p>Our next step is to modify the plug-in source file <strong>sitemap-core.php</strong> which is found in <em>wp-content/plugins/google-sitemap-generator/</em>.  You need to open the file in your favorite source editor (I use <a href="http://notepad-plus.sourceforge.net/">NotePad++</a>) and look for the second occurrence of<strong> return $res</strong>. For me that&#8217;s on line 954 using version 3.1.4 of the plug-in inside a function called <em>GetHomePath()</em>. Right before that line, add the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="php"><span class="kw2">global</span> <span class="re0">$blog_id</span><span class="sy0">;</span>
<span class="re0">$res</span> <span class="sy0">.=</span> <span class="st_h">'wp-content/blogs.dir/'</span><span class="sy0">.</span><span class="re0">$blog_id</span><span class="sy0">.</span><span class="st_h">'/files/'</span><span class="sy0">;</span></pre></div></div>

<p>What we have done here is tell the plug-in to return the WordPress MU blog’s directory when requested for each blog rather than always returning the root directory. This would solve the main issue allows the plug-in to save each blog’s sitemap in a directory specifically assigned to it.</p>
<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_google-sitemap-generator_wpmu_hack_726891546"
			class="flashmovie"
			width="510"
			height="286">
	<param name="movie" value="http://dev.walkingwithadamah.com/wp-content/blogs.dir/7/files/2009/07/google-sitemap-generator_wpmu_hack.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://dev.walkingwithadamah.com/wp-content/blogs.dir/7/files/2009/07/google-sitemap-generator_wpmu_hack.swf"
			name="fm_google-sitemap-generator_wpmu_hack_726891546"
			width="510"
			height="286">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
<blockquote><p><strong>Note</strong> that the original code suggested by the reference post has an if-condition which excludes the main blog from being referenced to <em>blogs.dir</em>. That is supposed to mean that the sitemap files for the main blog would go into the root directory. But as we see next in the .htaccess modifications, the redirecting statements will always do the redirects to <em>blogs.dir</em>, which is fine and works for our purpose.</p></blockquote>
<p>I have the file of v3.1.4 of the plug-in already modified for download: [Download not found].</p>
<h4>Setting Up Mime-Types</h4>
<p>This step is needed so to include the XML sitemap (<strong>.xml</strong>) and its compressed counterpart (<strong>.xml.gz</strong>) into WordPress MU trusted files list. Most probably you would not need to do these steps if you are the only administrator of your MU installation, but I chose to do the easy one which does not involve changing any of the MU files (in case you have other users with their own blogs in your MU installation, you need to do both steps).</p>
<p>From your dashboard, go to <em>Options </em>under <em>Site Admin</em>.  Scroll down if needed and you should come across a text field labeled “<em>Upload File Types</em>”. At the end of this text field’s content add a <strong>space</strong> then <strong>xml</strong> then another <strong>space</strong> and <strong>xml.gz</strong>. It should look something like the image below.</p>
<div id="attachment_19" class="wp-caption aligncenter" style="width: 310px"><a title="This shows the location of the text field where you need to add the XML upload file-type in WordPress MU." rel="lightbox" href="http://dev.walkingwithadamah.com/files/2009/07/upload-file-types.jpg"><img class="size-medium wp-image-19 " title="Site Admin, Options. File types text field." src="http://dev.walkingwithadamah.com/files/2009/07/upload-file-types-300x147.jpg" alt="Site Admin, Options. File types text field." width="300" height="147" /></a><p class="wp-caption-text">Figure 2: Site Admin, Options. File types text field.</p></div>
<p>Now if you need to do the other setting, which involves adding the xml mime-types to WordPress MU core source files, I would advise that you install and use a plug-in such as <a title="WordPress Mime-Config: This plug-in allows you to configure extra mime-types for support by the inline-uploader." href="http://blog.ftwr.co.uk/wordpress/mime-config/">WordPress Mime-Config</a> which allows you to configure extra mime-types without modifying any code. In the plug-in options for Mime-Config you need to add extension <strong>xml</strong> and <strong>text/xml</strong> as the corresponding mime-type.</p>
<p>Note that although the Mime-Config plug-in is old, it should work properly with the current version of WordPress MU, but I have not tried it myself.</p>
<h4>Modifying the .htaccess File</h4>
<p>The <strong>.htaccess</strong> file contains configurations and directives that are read and translated into actions by the Apache web server. One of the uses is to create <a title="mod_rewrite: A Beginner's Guide to URL Rewriting" href="http://www.sitepoint.com/article/guide-url-rewriting/">mod_rewriting</a> rules which allow WordPress to do all the magic things with URIs (aka URLs) like pretty links and redirections. Although some of you might have IIS 6 with a mod_rewriting emulator installed for WordPress MU to work, I am going to assume that this setup works exactly as Apache when it comes to the mod_rewriting feature since I have no information or experience with the IIS setup.</p>
<p>The <strong>.htaccess</strong> file can exist in many places throughout your website(s), but what we are interested in is the one in the root directory of the WordPress MU installation. You can download this file through FTP, modify it locally on your computer, and upload it again; or do it through a shell access to your hosting server (in case this feature is provided by your hosting provider). Personally, I have a VPS setup and prefer to do most, if not all, of the stuff in an SSH client.</p>
<p>Here you have to do steps 11 and 12 from the article on richardpalace.com and then save the file.</p>
<div style="border: 1px solid #e5e5e5; width: 100%; background-color: #f2f2f2; text-indent: 10px;">11. Open <strong>.htaccess</strong> and find</p>
<pre>RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]</pre>
<p>12. After the above line, add the following: (The lines might wrap. Each line starts with RewriteRule and ends with [L])</p>
<pre>RewriteRule ^(.*/)?sitemap.xml wp-content/blogs.php?file=sitemap.xml [L]</pre>
<pre>RewriteRule ^(.*/)?sitemap.xml.gz wp-content/blogs.php?file=sitemap.xml.gz [L]</pre>
</div>
<h4>Setting the Google Sitemap Generator Options</h4>
<p>Finally, you can now browse to the options page of the Google Sitemap Generator plug-in for each blog on your MU installation and do the necessary settings which include making sure that the selected location of the sitemap is <em>wp-content/blogs.dir/<strong>blog_id</strong>/files</em> and generate your sitemap(s). The plug-in will take care of submitting them to the search engines you have selected.</p>
<h4>Solving Permission Errors</h4>
<p>If you get permission errors from the plug-in when trying to generate the sitemaps, it means you have to do some extra work by creating the files yourself and setting write permissions to them. This should work through FTP. Create two empty files on your computer with the source/text editor of your choosing. One of them should be called <em>sitemap.xml</em> and the other <em>sitemap.xml.gz</em>. Upload these files to each of the <em>blogs.dir</em> corresponding directory. For example; blogs.dir/1/files, blogs.dir/2/files, etc; like shown in figure 3.</p>
<div id="attachment_18" class="wp-caption alignleft" style="width: 250px"><a rel="lightbox" href="http://dev.walkingwithadamah.com/files/2009/07/blogsdir-sitemap-location.jpg" title="Sitemap files locations, sitemap.xml and sitemap.xml.gz"><img class="size-medium wp-image-18 " title="Sitemap files locations, sitemap.xml and sitemap.xml.gz" src="http://dev.walkingwithadamah.com/files/2009/07/blogsdir-sitemap-location-300x180.jpg" alt="Sitemap files locations, sitemap.xml and sitemap.xml.gz" width="240" height="144" /></a><p class="wp-caption-text">Figure 3: Sitemap files locations, sitemap.xml and sitemap.xml.gz</p></div>
<p>Note that if the <strong>blog_id</strong> directory and/or the corresponding files directory did not exist; you need to create them first and give them the right ownership. I will explain how to do this in an SSH client session.</p>
<p>Assuming you are in the root directory of your WordPress MU installations, do the following:</p>
<p>1.       From the Blogs option in the Site Admin menu of your dashboard, take note of all the blogs that you want to create a sitemap for and their corresponding ID values.</p>
<p>2.       In your SSH client, and assuming you are already in your WordPress MU root directory:</p>
<pre>cd wp-content/blogs.dir</pre>
<p>3.       For each blog in the list you&#8217;ve created in step 1, do the following:</p>
<p>a.       Create the corresponding <strong>blog_id</strong> directory if it does not exist. Supposedly the blog_id is 3:</p>
<pre>[root@xyz blogs.dir]# mkdir 3
[root@xyz blogs.dir]# cd 3</pre>
<p>b.      In the blog_id directory, create a directory called files in case it does not already exist:</p>
<pre>[root@xyz 3]# mkdir files
[root@xyz 3]# cd files</pre>
<p>c.       In the files directory, create the two sitemap files required for the sitemap plug-in. Note that we are creating empty files, so the idea is to open the vi editor using the file name we want to create, write the file to the disk, and quite. The vi commands use the colon &#8220;:&#8221; and then a letter/phrase syntax:</p>
<pre>[root@xyz files]# vi sitemap.xml
:w
:q
[root@xyz files]# vi sitemap.xml.gz
:w
:q</pre>
<p>d.      Now you need to set the permissions on the two files for them to be writable by the plug-in.</p>
<pre>[root@xyz files]# chmod 777 sitemap.xml
[root@xyz files]# chmod 777 sitemap.xml.gz</pre>
<p>e.      Go back to the blogs.dir directory:</p>
<pre>[root@xyz files]# cd ../../</pre>
<p>f.        Repeat for the other blogs</p>
<p>4.       After you finish the procedure for all the blogs you have listed in step 1, go to <em>blogs.dir</em> directory and change ownership of all the <strong>blog_id</strong> directories from root (which is the login you most probably used for the SSH session) to your web-user account. The syntax of the command is as follows:</p>
<pre>[root@xyz blogs.dir]# chown -R &lt;webusername&gt;:&lt;webusergroup&gt;  *</pre>
<p><strong>Note</strong> that usually, the web user&#8217;s group name is similar to the web user&#8217;s account name; for example: <em>chown -R webmaster:webmaster *</em></p>
<p>Note: <strong>Be careful that you do not change ownership in other directories except where is specified here</strong> because you might have dire consequences for your site especially if somehow you ended up doing this in the root of your VPS. That would be a disaster-level event. Trust me, I know!</p>
<p>After you do all the steps outlined here, you should be able to tell the Google Sitemap Generator plug-in to create the sitemap in each blog&#8217;s corresponding options page of the plug-in.</p>
<h4>Other Options</h4>
<p>There is a plug-in on WPMU Dev Premium which is a hacked version of All-in-One SEO. You can install it in your mu-plugins directory and it will create a sitemap for each blog you create and submit it to Google.</p>
<p>Check the plug-in post <a title="The sitemap generator will automatically create sitemaps for every blog, that'll then be submitted to Google and updated every time a new post is made." href="http://premium.wpmudev.org/project/sitemaps-and-seo-wordpress-mu-style">Sitemaps and SEO &#8211; WordPress MU</a> Style for more information. You need to join the WPMU Dev premium service in order to be able to download and use this plug-in.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/0omz1HHQo1SxVmLam63MYt45j5I/0/da"><img src="http://feedads.g.doubleclick.net/~a/0omz1HHQo1SxVmLam63MYt45j5I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0omz1HHQo1SxVmLam63MYt45j5I/1/da"><img src="http://feedads.g.doubleclick.net/~a/0omz1HHQo1SxVmLam63MYt45j5I/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/transitivedefect/~4/_7hWtOynzFA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.walkingwithadamah.com/howto-xml-sitemap-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://dev.walkingwithadamah.com/howto-xml-sitemap-wordpress-mu/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=howto-xml-sitemap-wordpress-mu</feedburner:origLink></item>
		<item>
		<title>40 WordPress Optimization Tips from Joost de Valk</title>
		<link>http://feedproxy.google.com/~r/transitivedefect/~3/Bwf3JKIScns/</link>
		<comments>http://dev.walkingwithadamah.com/40-wordpress-tips/#comments</comments>
		<pubDate>Fri, 15 May 2009 13:57:22 +0000</pubDate>
		<dc:creator>jihadhaidar</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[optimization strategies]]></category>
		<category><![CDATA[optimization tips]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress SEO]]></category>

		<guid isPermaLink="false">http://dev.walkingwithadamah.com/2009/05/5/</guid>
		<description><![CDATA[<p><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bHQ9MTI*MjQwOTI2MTkyMSZwdD*xMjQyNDEwMDk5ODc1JnA9MTAxOTEmZD1zc19lbWJlZCZuPXdvcmRwcmVzcyZnPTImdD*mbz1iMjhjOWNkNzMwZWM*YmFkYTNkZTRiMmM5ZjAxOTllNyZvZj*w.gif" border="0" alt="" width="0" height="0" /></p>
<div style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="WordPress Optimisation - A4UExpo" href="http://www.slideshare.net/jdevalk/wordpress-optimisation-a4uexpo?type=powerpoint">WordPress Optimisation &#8211; A4UExpo</a></div>
<div id="__ss_1356656" style="width: 425px; text-align: left;">
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/jdevalk">Joost De valk</a>.</div>
</div>
<div>You can also find a text list of all the tips and optimization strategies from the presentation at <a title="a4uexpo “Wordpress Optimization Strategies” from Joost de Valk" rel="nofollow" rev="bookmark" href="http://www.seoxplorer.de/werkzeuge/a4uexpo-wordpress-optimization-strategies-from-joost-de-valk/">seoxplorer.de</a>.&#8230;</div>]]></description>
			<content:encoded><![CDATA[<p><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bHQ9MTI*MjQwOTI2MTkyMSZwdD*xMjQyNDEwMDk5ODc1JnA9MTAxOTEmZD1zc19lbWJlZCZuPXdvcmRwcmVzcyZnPTImdD*mbz1iMjhjOWNkNzMwZWM*YmFkYTNkZTRiMmM5ZjAxOTllNyZvZj*w.gif" border="0" alt="" width="0" height="0" /></p>
<div style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="WordPress Optimisation - A4UExpo" href="http://www.slideshare.net/jdevalk/wordpress-optimisation-a4uexpo?type=powerpoint">WordPress Optimisation &#8211; A4UExpo</a><object width="425" height="355" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=a4uexpowordpress-090428075931-phpapp01&amp;stripped_title=wordpress-optimisation-a4uexpo" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=a4uexpowordpress-090428075931-phpapp01&amp;stripped_title=wordpress-optimisation-a4uexpo" /><param name="allowfullscreen" value="true" /></object></div>
<div id="__ss_1356656" style="width: 425px; text-align: left;">
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/jdevalk">Joost De valk</a>.</div>
</div>
<div>You can also find a text list of all the tips and optimization strategies from the presentation at <a title="a4uexpo “Wordpress Optimization Strategies” from Joost de Valk" rel="nofollow" rev="bookmark" href="http://www.seoxplorer.de/werkzeuge/a4uexpo-wordpress-optimization-strategies-from-joost-de-valk/">seoxplorer.de</a>.</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdev.walkingwithadamah.com%2F40-wordpress-tips%2F&amp;title=40%20WordPress%20Optimization%20Tips%20from%20Joost%20de%20Valk" id="wpa2a_2"><img src="http://dev.walkingwithadamah.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/AreYXz_97Mz6VwUlHela1WusIRU/0/da"><img src="http://feedads.g.doubleclick.net/~a/AreYXz_97Mz6VwUlHela1WusIRU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AreYXz_97Mz6VwUlHela1WusIRU/1/da"><img src="http://feedads.g.doubleclick.net/~a/AreYXz_97Mz6VwUlHela1WusIRU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/transitivedefect/~4/Bwf3JKIScns" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.walkingwithadamah.com/40-wordpress-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.walkingwithadamah.com/40-wordpress-tips/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=40-wordpress-tips</feedburner:origLink></item>
	</channel>
</rss>

