<?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>thesaucymare &#187; WordPress MU</title>
	<atom:link href="http://thesaucymare.co.za/tag/wordpress-mu/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesaucymare.co.za</link>
	<description></description>
	<lastBuildDate>Tue, 02 Aug 2011 09:22:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Disable your BuddyBar</title>
		<link>http://thesaucymare.co.za/disable-your-buddybar/</link>
		<comments>http://thesaucymare.co.za/disable-your-buddybar/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:51:54 +0000</pubDate>
		<dc:creator>Booth Warwick</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[buddybar]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[disable]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=139</guid>
		<description><![CDATA[Somtimes you do not want]]></description>
			<content:encoded><![CDATA[<p>Somtimes you do not want the buddybar to display on your site. You can hide it with css but WordPress will still process all the info for it.</p>
<p>Add the following line to your functions.php file to disable the BuddyBar</p>
<pre>define ('BP_DISABLE_ADMIN_BAR', false);</pre>
]]></content:encoded>
			<wfw:commentRss>http://thesaucymare.co.za/disable-your-buddybar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Define you BuddyPress Slugs</title>
		<link>http://thesaucymare.co.za/define-you-buddypress-slugs/</link>
		<comments>http://thesaucymare.co.za/define-you-buddypress-slugs/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:39:14 +0000</pubDate>
		<dc:creator>Booth Warwick</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups memebrs]]></category>
		<category><![CDATA[slugs]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=130</guid>
		<description><![CDATA[Add these lines of code]]></description>
			<content:encoded><![CDATA[<p>Add these lines of code to your wp-config.php file to rename the slugs of the buddypress components ( these are for the members slug and the groups slug )</p>
<pre>define( 'BP_GROUPS_SLUG', 'companies' );</pre>
<pre>define( 'BP_MEMBERS_SLUG', 'volunteers' );</pre>
]]></content:encoded>
			<wfw:commentRss>http://thesaucymare.co.za/define-you-buddypress-slugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running quick tags outside of the loop</title>
		<link>http://thesaucymare.co.za/running-quick-tags-outside-of-the-loop/</link>
		<comments>http://thesaucymare.co.za/running-quick-tags-outside-of-the-loop/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 10:25:30 +0000</pubDate>
		<dc:creator>Booth Warwick</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[quick tag]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=80</guid>
		<description><![CDATA[For anyone who has had]]></description>
			<content:encoded><![CDATA[<p>For anyone who has had the same frustration I have where you need tocall a function from a plugin, but they only have a quick tag you insert into the post/page.</p>
<p><strong>Solution</strong></p>
<p>&lt;?php echo apply_filters(&#8220;the_content&#8221;,&#8221;[Insert Your Quick Tag Here]&#8220;); ?&gt;</p>
<p>This will apply the filter that is usually applied when a post is queried, and display the quick tag as it would normall if you inserted via the backend.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesaucymare.co.za/running-quick-tags-outside-of-the-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

