<?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/" version="2.0">

<channel>
	<title>Blogging Extreme.com</title>
	
	<link>http://bloggingextreme.com</link>
	<description>Blogging Extreme.com ★ The Location For Learning Extreme Blogging ★</description>
	<lastBuildDate>Wed, 16 Nov 2011 02:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/bloggingextremecom" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="bloggingextremecom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">bloggingextremecom</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Dealing With Multi-Site In WordPress 3.0 Forward</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 22:44:25 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Multi Blogs]]></category>
		<category><![CDATA[WordPress Multi Installs]]></category>
		<category><![CDATA[WordPress Multi Sites]]></category>
		<category><![CDATA[WordPress Multi-Units]]></category>
		<category><![CDATA[WPMU]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=871</guid>
		<description><![CDATA[When I received the news that WordPress was upgrading to 3.0, I was ready to start preparing to upgrade my Blogs. I wanted to take a look see at what was involved in the new upgrade and to start getting my Plug-In list ready, and so on. As I looked into the new upgrade I [...]]]></description>
			<content:encoded><![CDATA[<p>When I received the news that WordPress was upgrading to 3.0,  I was ready to start preparing to upgrade my Blogs.  I wanted to take a look see at what was involved in the new upgrade and to start getting my Plug-In list ready, and so on.</p>
<p>As I looked into the new upgrade I found where &#8220;Multi-Site&#8221; was now a part of the upgrade or what<span id="more-871"></span> WordPress calls <a href="http://codex.wordpress.org/WordPress_MU" target="_blank">WPMU</a> allowing you to run multiple Blogs from a single installation of WordPress.  Oh man, not good!  I have always felt that Multi-Site was a security risk of the highest order.  I have a ton of Blogs out there in the Blogosphere and you have to find them to knock them down.  I&#8217;ve got them pretty well scattered.  But with Multi-Site, if you get hacked,  someone can take the whole thing down.</p>
<p>Sorry, I got a little carried away with that one.  Multi-Site is available with WordPress 3.0 and forward, but is disabled by default, so you have to activate it to get it to work.  If you don&#8217;t want to activate it you can just install one Blog per WordPress Installation. It takes some hard coding to get it to work, which is very good, so that you don&#8217;t activate it by mistake.  Because if you do activate it by mistake, you can&#8217;t go back and de-activate it.  So you have to be right on.</p>
<p>So let&#8217;s take a look at what is involved.  To activate WPMU you will need to add this code to your &#8220;wp-config.php&#8221; file in your home directory or root file:</p>
<p><strong>define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</strong></p>
<p>You will want to add this line of code to your &#8220;wp-config.php&#8221; file at the very beginning of the file like this:</p>
<p>&lt;?php<br />
/**<br />
* The base configurations of the WordPress.<br />
*<br />
* This file has the following configurations: MySQL settings, Table Prefix,<br />
* Secret Keys, WordPress Language, and ABSPATH. You can find more information<br />
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing<br />
* wp-config.php} Codex page. You can get the MySQL settings from your web host.<br />
*<br />
* This file is used by the wp-config.php creation script during the<br />
* installation. You don&#8217;t have to use the web site, you can just copy this file<br />
* to &#8220;wp-config.php&#8221; and fill in the values.<br />
*<br />
* @package WordPress<br />
*/</p>
<div style="background-color:yellow;width:250px;">define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</div>
<p></p>
<p>// ** MySQL settings &#8211; You can get this info from your web host ** //<br />
/** The name of the database for WordPress */</p>
<p>You can add this code after you install WordPress if you like or before installation, it does not really matter &#8230;&#8230; <strong>One note of caution though, do not activate any plug-ins until you are finished setting up your Multi-Sites Network.</strong></p>
<p>Once you have added this code you will need to go to your WordPress Dashboard &gt; Tools &gt; Nework,  which then brings you to the &#8220;Create a Network of WordPress Sites&#8221; screen.  Select your desired options then select &#8220;Install&#8221; and remember <strong>that this process is irreversible.</strong></p>
<p>Your next screen will be the &#8220;Enabling the Network&#8221;.  You will need to make some additional changes to you &#8220;.htaccess&#8221; and &#8220;wp-config.php&#8221; files.  Once you are finished, just save your changes and log-off and then log back in and you will now see a new menu bar for &#8220;Super Admin&#8221;.  This new menu will let you add sites and configure.</p>
<p>If you get into trouble with various plug-ins after you have enabled your network, you can reverse the process of installation, but why bother, you would just have to remove the Blogs that you installed under WPMU.  It is really much easier to start over with a fresh install or forgo the use of the offending plug-in.</p>
<p>For those of you that are wondering why the line of code to activate the WPMU is not already written in your wp-config.php file like you sometimes see with other bits of code. Someone can and undoubtedly will mistakenly enable (True) the multi site option which will make changes in whole WordPress installation. So to avoid accidental “enabled multi site” option, WordPress team haven’t included it in your &#8220;wp-config.php&#8221; file.</p>
<p>I would like to offer a very special thanks to <a href="http://bloggingjunkie.com" target="_blank">Imran Yousaf</a> for his assistance in helping me to define the finer points of installing &#8220;WPMU&#8221;.  You will find many helpful tips and tricks over at his very fine Blog. I highly recommend it.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-multi-site-in-wordpress-3-0-forward%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-multi-site-in-wordpress-3-0-forward%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Divjulz on “fatal error”</title>
		<link>http://wordpress.org/support/topic/fatal-error-226#post-1777184</link>
		<comments>http://wordpress.org/support/topic/fatal-error-226#post-1777184#comments</comments>
		<pubDate>Sat, 06 Nov 2010 21:03:19 +0000</pubDate>
		<dc:creator>Divjulz</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>Well, I fear I just made the problem worse. I had a friend set it up in hostgator for me to use wordpress. So, I went to hostgator and I did not see the plug in. I think I deleted what my friend did AND my way back into WP because now I get an error message and can no longer log into wordpress or see my website. *sigh* It will really suck if I have to start from scratch
</p>]]></description>
			<content:encoded><![CDATA[<p>Well, I fear I just made the problem worse. I had a friend set it up in hostgator for me to use wordpress. So, I went to hostgator and I did not see the plug in. I think I deleted what my friend did AND my way back into WP because now I get an error message and can no longer log into wordpress or see my website. *sigh* It will really suck if I have to start from scratch
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/divjulz-on-fatal-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress Fan on “Plugin Register Plus Redux”</title>
		<link>http://wordpress.org/support/topic/plugin-register-plus-redux-1#post-1777183</link>
		<comments>http://wordpress.org/support/topic/plugin-register-plus-redux-1#post-1777183#comments</comments>
		<pubDate>Sat, 06 Nov 2010 21:02:45 +0000</pubDate>
		<dc:creator>New WordPress Fan</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>Love what this Plugin is supposed to do, but unfortunately, it eliminated the "Register" link from the LogIn Screen and somehow re-directed the register page to the Home Page.  </p>
<p>If you type in the URL for the WordPress registration page in the browser, it takes you to the Home Page.  Likewise, when you click "Preview Registration Page" from the Plugin Settings, it takes you to the Home Page. So, there is no register page.  It got lost!</p>
<p>Help!!  Can this be fixed?</p>
<p>Using Atahualpa 3.5.3 Theme, With BuddyPress Plugin (and BuddyPress Template Pack).  WordPress 3.0.1</p>
<p>Many thanks!
</p>]]></description>
			<content:encoded><![CDATA[<p>Love what this Plugin is supposed to do, but unfortunately, it eliminated the "Register" link from the LogIn Screen and somehow re-directed the register page to the Home Page.  </p>
<p>If you type in the URL for the WordPress registration page in the browser, it takes you to the Home Page.  Likewise, when you click "Preview Registration Page" from the Plugin Settings, it takes you to the Home Page. So, there is no register page.  It got lost!</p>
<p>Help!!  Can this be fixed?</p>
<p>Using Atahualpa 3.5.3 Theme, With BuddyPress Plugin (and BuddyPress Template Pack).  WordPress 3.0.1</p>
<p>Many thanks!
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/new-wordpress-fan-on-plugin-register-plus-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>janmichaelguzman on “Permalink Failure”</title>
		<link>http://wordpress.org/support/topic/permalink-failure#post-1777182</link>
		<comments>http://wordpress.org/support/topic/permalink-failure#post-1777182#comments</comments>
		<pubDate>Sat, 06 Nov 2010 21:02:32 +0000</pubDate>
		<dc:creator>janmichaelguzman</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>Hey community,<br />
I have tried to scour these forums and the internet at large to find the answer to my problem, but to no avail. I am attempting to use WP's permalink option but am having a quirky error that I cant seem to tackle.</p>
<p>I am using the /%year%/%monthnum%/%postname%/ option to rewrite the urls. The issue comes up when I try to access a category ( ie /category/food/) the permalink rewrites it to the date followed by the category (ie /10/11/food/ )</p>
<p>To make it more annoying, this doesn't happen immediately after setting the permalink options. The switch seems to happen after I update a page.</p>
<p>To fix it i can reset the permalink options to the default selection (?p=1) and then choose the /%year%/%monthnum%/%postname%/ option again. This fixes the issue temporarily but then the problem reverts.</p>
<p>I've contacted my host, and kept an eye on the htaccess file (which is not being rewritten by anything). GoDaddy says that it is most likely an issue with WP. I am at my wits end can anyone please help me. My client is expecting this site to go live on Monday.
</p>]]></description>
			<content:encoded><![CDATA[<p>Hey community,<br />
I have tried to scour these forums and the internet at large to find the answer to my problem, but to no avail. I am attempting to use WP's permalink option but am having a quirky error that I cant seem to tackle.</p>
<p>I am using the /%year%/%monthnum%/%postname%/ option to rewrite the urls. The issue comes up when I try to access a category ( ie /category/food/) the permalink rewrites it to the date followed by the category (ie /10/11/food/ )</p>
<p>To make it more annoying, this doesn't happen immediately after setting the permalink options. The switch seems to happen after I update a page.</p>
<p>To fix it i can reset the permalink options to the default selection (?p=1) and then choose the /%year%/%monthnum%/%postname%/ option again. This fixes the issue temporarily but then the problem reverts.</p>
<p>I've contacted my host, and kept an eye on the htaccess file (which is not being rewritten by anything). GoDaddy says that it is most likely an issue with WP. I am at my wits end can anyone please help me. My client is expecting this site to go live on Monday.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/janmichaelguzman-on-permalink-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shopbic on “can’t get domain to map”</title>
		<link>http://wordpress.org/support/topic/cant-get-domain-to-map#post-1777181</link>
		<comments>http://wordpress.org/support/topic/cant-get-domain-to-map#post-1777181#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:59:22 +0000</pubDate>
		<dc:creator>shopbic</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>Andrea, hello and thank you for the response. I did as you said and deleted the "clickheretoquitsmoking" folder from my account. Then I added the "test" site. When I go to the super admin sites, I can see the "test' site listed. I can "visit" the test site from there and it shows up. I can go to the "backend" and I get to the dashboard for "test", all seems good. My question is if I add "clickheretoquitsmoking.org" in the same manner would someone then be able to type "www.clickheretoquitsmoking.org" into their browser and end up on the site?<br />
Again thank you so much. I have followed you through your posts and you do provide a lot of great help and info to others.<br />
Phil
</p>]]></description>
			<content:encoded><![CDATA[<p>Andrea, hello and thank you for the response. I did as you said and deleted the "clickheretoquitsmoking" folder from my account. Then I added the "test" site. When I go to the super admin sites, I can see the "test' site listed. I can "visit" the test site from there and it shows up. I can go to the "backend" and I get to the dashboard for "test", all seems good. My question is if I add "clickheretoquitsmoking.org" in the same manner would someone then be able to type "www.clickheretoquitsmoking.org" into their browser and end up on the site?<br />
Again thank you so much. I have followed you through your posts and you do provide a lot of great help and info to others.<br />
Phil
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/shopbic-on-cant-get-domain-to-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Darag on “Automatic Update Failure”</title>
		<link>http://wordpress.org/support/topic/automatic-update-failure-1#post-1777180</link>
		<comments>http://wordpress.org/support/topic/automatic-update-failure-1#post-1777180#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:54:22 +0000</pubDate>
		<dc:creator>Darag</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>On one of my sites the automatic update failed with this message:</p>
<p>Could not create directory.: /home/darag/public_html/wp-content/upgrade/wordpress-3.tmp</p>
<p>How do I fix that?</p>
<p>Thanks<br />
Darag
</p>]]></description>
			<content:encoded><![CDATA[<p>On one of my sites the automatic update failed with this message:</p>
<p>Could not create directory.: /home/darag/public_html/wp-content/upgrade/wordpress-3.tmp</p>
<p>How do I fix that?</p>
<p>Thanks<br />
Darag
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/darag-on-automatic-update-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phittguy_emp84 on “user-filters.php”</title>
		<link>http://wordpress.org/support/topic/user-filtersphp#post-1777179</link>
		<comments>http://wordpress.org/support/topic/user-filtersphp#post-1777179#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:53:59 +0000</pubDate>
		<dc:creator>phittguy_emp84</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>nevermind, i just removed the below code from line 19 because my "About" is my homepage:<br />
if (!yclads_is_home()) return false;
</p>]]></description>
			<content:encoded><![CDATA[<p>nevermind, i just removed the below code from line 19 because my "About" is my homepage:<br />
if (!yclads_is_home()) return false;
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/phittguy_emp84-on-user-filters-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>marktbaldridge on “[Plugin: OurProgress] Floating the Graphic”</title>
		<link>http://wordpress.org/support/topic/plugin-ourprogress-floating-the-graphic#post-1777178</link>
		<comments>http://wordpress.org/support/topic/plugin-ourprogress-floating-the-graphic#post-1777178#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:51:33 +0000</pubDate>
		<dc:creator>marktbaldridge</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>The ourprogress plugin is a really simple and effective, but, I have one problem, in a post, I use the [show_ourprogress_graphic] tag to show the graphic. It works well, but it insists on going to the top of the post. How do I make it inline, or float it so that the text will wrap around it?
</p>]]></description>
			<content:encoded><![CDATA[<p>The ourprogress plugin is a really simple and effective, but, I have one problem, in a post, I use the [show_ourprogress_graphic] tag to show the graphic. It works well, but it insists on going to the top of the post. How do I make it inline, or float it so that the text will wrap around it?
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/marktbaldridge-on-plugin-ourprogress-floating-the-graphic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dwoophx on “[Plugin: PhotoSmash Galleries] Annoying Duplicate Error”</title>
		<link>http://wordpress.org/support/topic/plugin-photosmash-galleries-annoying-duplicate-error#post-1777177</link>
		<comments>http://wordpress.org/support/topic/plugin-photosmash-galleries-annoying-duplicate-error#post-1777177#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:49:55 +0000</pubDate>
		<dc:creator>dwoophx</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>Something conflicts with this and gives a duplicate gallery error, the designer has no clue what causes it. I installed a fresh copy and even deleted the old db to no avail.
</p>]]></description>
			<content:encoded><![CDATA[<p>Something conflicts with this and gives a duplicate gallery error, the designer has no clue what causes it. I installed a fresh copy and even deleted the old db to no avail.
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/dwoophx-on-plugin-photosmash-galleries-annoying-duplicate-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pmc2001 on “Unable to Post in my blog after switching theme and revert back”</title>
		<link>http://wordpress.org/support/topic/unable-to-post-in-my-blog-after-switching-theme-and-revert-back#post-1777176</link>
		<comments>http://wordpress.org/support/topic/unable-to-post-in-my-blog-after-switching-theme-and-revert-back#post-1777176#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:49:43 +0000</pubDate>
		<dc:creator>pmc2001</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[<p>I switched themes on a working wordpress blog, then I revert to the previous theme.</p>
<p>When I reversed, recent articles, comments, archives are not showing up in the front page and the website is loaded very slow in Firefox and only load the top of the page in IE.</p>
<p>So, I back up the site from an earlier version and everything seems to be fine, but every time I add a post and publish, the front page does not show the recent articles, comments, archives.  Only the front page, all the other pages seems to work fine. And again, the front page loads very slow in Firefox and IE.  When I remove the post I added, everything goes back to normal.</p>
<p>Can someone please help me find out what the problem is please.  All the help will be greatly appreciated</p>
<p>Thanks
</p>]]></description>
			<content:encoded><![CDATA[<p>I switched themes on a working wordpress blog, then I revert to the previous theme.</p>
<p>When I reversed, recent articles, comments, archives are not showing up in the front page and the website is loaded very slow in Firefox and only load the top of the page in IE.</p>
<p>So, I back up the site from an earlier version and everything seems to be fine, but every time I add a post and publish, the front page does not show the recent articles, comments, archives.  Only the front page, all the other pages seems to work fine. And again, the front page loads very slow in Firefox and IE.  When I remove the post I added, everything goes back to normal.</p>
<p>Can someone please help me find out what the problem is please.  All the help will be greatly appreciated</p>
<p>Thanks
</p>]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/1/pmc2001-on-unable-to-post-in-my-blog-after-switching-theme-and-revert-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

