<?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>WordPress Relief&#187; WordPress Relief Tag: root directory</title>
	<atom:link href="http://wp-relief.com/tag/root-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp-relief.com</link>
	<description>Helping you find relief and returns from your WordPress blog</description>
	<lastBuildDate>Sat, 28 Aug 2010 22:54:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Get the total post count across all your WPMU blogs</title>
		<link>http://wp-relief.com/2010/08/28/get-the-total-post-count-across-all-your-wpmu-blogs/</link>
		<comments>http://wp-relief.com/2010/08/28/get-the-total-post-count-across-all-your-wpmu-blogs/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 22:50:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Suggested Plugins]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Dashboard Widget]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[grabs]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[root directory]]></category>
		<category><![CDATA[select count]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=754</guid>
		<description><![CDATA[Just drop this code into a script in your blog&#8217;s root directory: &#60;?php require&#40; dirname&#40;__FILE__&#41; . &#39;/wp-load.php&#39; &#41;; global $wpdb; $res = $wpdb-&#62;get_results&#40;&#39;select blog_id from wp_blogs&#39;, ARRAY_A&#41;; $total = 0; foreach &#40;$res as $result&#41; &#123; &#160; &#160;$wpdb-&#62;set_blog_id&#40;$result&#91;&#39;blog_id&#39;&#93;&#41;; &#160; &#160;$val = &#40;int&#41;$wpdb-&#62;get_var&#40;&#34;SELECT COUNT(*) FROM $wpdb-&#62;posts WHERE post_status = &#39;publish&#39; AND post_date_gmt &#60; &#39;&#34; . gmdate&#40;&#34;Y-m-d H:i:s&#34;,time&#40;&#41;&#41; [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/08/28/get-the-total-post-count-across-all-your-wpmu-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Your WordPress Site to a New Server</title>
		<link>http://wp-relief.com/2010/07/05/moving-your-wordpress-site-to-a-new-server/</link>
		<comments>http://wp-relief.com/2010/07/05/moving-your-wordpress-site-to-a-new-server/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 02:50:37 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Advanced Use]]></category>
		<category><![CDATA[caveats]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[database backup]]></category>
		<category><![CDATA[domain changes]]></category>
		<category><![CDATA[export functionality]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[hosting company]]></category>
		<category><![CDATA[knowledge base kb]]></category>
		<category><![CDATA[old server]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[root directory]]></category>
		<category><![CDATA[step 2]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=476</guid>
		<description><![CDATA[If you are changing your site&#8217;s domain, please read our article &#8220;Changing the Domain of your WordPress Site&#8221; as well as this one. &#8212;&#8211; To change the server your WordPress site is hosted on is actually a fairly simple activity. The most important thing to do is NEVER take down the old server until you [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2010/07/05/moving-your-wordpress-site-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Logging Into WordPress</title>
		<link>http://wp-relief.com/2008/06/24/logging-into-wordpress/</link>
		<comments>http://wp-relief.com/2008/06/24/logging-into-wordpress/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 18:00:40 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Basic Use]]></category>
		<category><![CDATA[-admin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[com blog]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[logging in]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Profile]]></category>
		<category><![CDATA[root directory]]></category>
		<category><![CDATA[Username]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.wp-relief.com/?p=8</guid>
		<description><![CDATA[In order to log into WordPress, you can always go to http://www.yourdomain.com/wp-admin/.  This of course is where &#8220;yourdomain&#8221; is the domain name you run your site from. If your blog is installed to another directory than the root directory for your website, say /blog/, you would go to http://www.yourdomain.com/blog/wp-admin/. Enter your username and password, and [...]]]></description>
		<wfw:commentRss>http://wp-relief.com/2008/06/24/logging-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
