<?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>Web Development &#187; WordPress Tips and Tricks</title>
	<atom:link href="http://strategy11.techblogcentral.com/category/wordpress-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://strategy11.techblogcentral.com</link>
	<description>Just another TechBlogCentral weblog</description>
	<lastBuildDate>Thu, 27 May 2010 21:35:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Quickly Integrate aMember and WordPressMU</title>
		<link>http://blog.strategy11.com/how-to-quickly-integrate-amember-and-wordpressmu/</link>
		<comments>http://blog.strategy11.com/how-to-quickly-integrate-amember-and-wordpressmu/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 17:17:23 +0000</pubDate>
		<dc:creator>Steph</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[aMember]]></category>

		<guid isPermaLink="false">http://blog.strategy11.com/?p=321</guid>
		<description><![CDATA[      		Before I started into an aMember plugin for WordPressMU and BuddyPress, I did a quick Google search in hopes of finding the code was already written. Instead, I found a mass of disappointed and frustrated developers and managers. So I resorted to an entirely different method than other aMember [...]]]></description>
			<content:encoded><![CDATA[      		Before I started into an aMember plugin for WordPressMU and BuddyPress, I did a quick Google search in hopes of finding the code was already written. Instead, I found a mass of disappointed and frustrated developers and managers. So I resorted to an entirely... <a href="http://blog.strategy11.com/how-to-quickly-integrate-amember-and-wordpressmu/#more-" class="more-link">Read More</a>]]></content:encoded>
			<wfw:commentRss>http://blog.strategy11.com/how-to-quickly-integrate-amember-and-wordpressmu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 5 Best WordPress Add-Ons for Business</title>
		<link>http://blog.strategy11.com/best-wordpress-add-ons-for-business/</link>
		<comments>http://blog.strategy11.com/best-wordpress-add-ons-for-business/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 01:37:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Contact Form 7]]></category>
		<category><![CDATA[Pretty Link]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[aMember]]></category>

		<guid isPermaLink="false">http://blog.strategy11.com/?p=81</guid>
		<description><![CDATA[
      		I work as a contractor for several companies, one of which has been using a couple of Ruby on Rails web applications. I worked with a small team of developers to write them: a payment site, and the actual product/service site. As time went by, I became the only [...]]]></description>
			<content:encoded><![CDATA[
      		I work as a contractor for several companies, one of which has been using a couple of Ruby on Rails web applications. I worked with a small team of developers to write them: a payment site, and the actual product/service site. As time went... <a href="http://blog.strategy11.com/best-wordpress-add-ons-for-business/#more-" class="more-link">Read More</a>]]></content:encoded>
			<wfw:commentRss>http://blog.strategy11.com/best-wordpress-add-ons-for-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t show a WordPress category on posts page</title>
		<link>http://blog.strategy11.com/dont-show-a-wordpress-category-on-posts-page/</link>
		<comments>http://blog.strategy11.com/dont-show-a-wordpress-category-on-posts-page/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:55:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tips and Tricks]]></category>

		<guid isPermaLink="false">http://blog.strategy11.com/?p=71</guid>
		<description><![CDATA[      		Have you ever used WordPress posts for something other than a blog post? I use them for FAQ pages, but I don&#8217;t want the FAQs to show up in the main blog.
(?? = category id number)
function exclude_category($query) {
&#160; if ( $query-&#62;is_home )
&#160; &#160; $query-&#62;set(&#8217;cat&#8217;, &#8216;-??&#8217;);
&#160; return $query;
}
add_filter(&#8217;pre_get_posts&#8217;, &#8216;exclude_category&#8217;);
The minus [...]]]></description>
			<content:encoded><![CDATA[      		Have you ever used WordPress posts for something other than a blog post? I use them for FAQ pages, but I don&#8217;t want the FAQs to show up in the main blog.
(?? = category id number)
function exclude_category($query) {
&nbsp; if ( $query-&gt;is_home )
&nbsp; &nbsp; $query-&gt;set(&#8217;cat&#8217;,... <a href="http://blog.strategy11.com/dont-show-a-wordpress-category-on-posts-page/#more-" class="more-link">Read More</a>]]></content:encoded>
			<wfw:commentRss>http://blog.strategy11.com/dont-show-a-wordpress-category-on-posts-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
