<?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>Facilitating Change &#187; wordpress</title>
	<atom:link href="http://facilitatingchange.org/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://facilitatingchange.org</link>
	<description>one butterfly flapping its wings</description>
	<lastBuildDate>Tue, 17 Jan 2012 14:29:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress taxonomy unions</title>
		<link>http://facilitatingchange.org/2010/10/wordpress-taxonomy-unions/</link>
		<comments>http://facilitatingchange.org/2010/10/wordpress-taxonomy-unions/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 04:34:04 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://facilitatingchange.org/?p=1278</guid>
		<description><![CDATA[How do I get Wordpress to display everything in my website tagged "publications" AND "employability"? After looking for "WordPress multiple tags" allover the place I realized my novice self was not even searching for the right terms. What I should have been looking for is "Wordpress taxonomy intersections unions" (e.e.: always the beautiful answer who asks a more beautiful question).]]></description>
			<content:encoded><![CDATA[<p><em>Or, </em>How to get WordPress to display content tagged with multiple tags.</p>
<p>Okay this is very geeky. And I&#8217;m not really a geek. So I&#8217;m in territory that&#8217;s <em>far</em> beyond the edges of my understanding. I may have this wrong. But as of tonight I got WordPress to do what I wanted to. So <em>there</em>.</p>
<h2>How do I get WordPress to display everything in my website tagged &#8220;publications&#8221; AND &#8220;employability&#8221;?</h2>
<p>After looking for &#8220;WordPress multiple tags&#8221; allover the place I realized my novice self was not even searching for the right terms. What I should have been looking for is &#8220;WordPress taxonomy intersections unions&#8221; (e.e.: always the beautiful answer who asks a more beautiful question). Sounds kinda kinky if you ask me. <a href="http://www.delicious.com/cprefontaine/wordpress+taxonomy+unions">Here&#8217;s what I&#8217;ve found on this so far</a> (see <a href="http://ryan.boren.me/2007/10/01/taxonomy-intersections-and-unions/">especially this</a>, with a comment from <a href="http://simianuprising.com/">Jeremy</a>, <em>nice!</em>). The important part:</p>
<ul>
<li><strong>INTERSECTION</strong><br />http://www.yoursite.org/?tag=publications,employability<br />http://www.yoursite.org/tag/publications,employability/<br />— either of these return posts with the tags publications OR employability </li>
<li><strong>UNION</strong><br />http://www.yoursite.org/?tag=publications+employability<br />http://www.yoursite.org/tag/publications+employability/<br />— either of these return posts with the tags publications AND employability</li>
</ul>
<p>Annoying thing is, it won&#8217;t tell you so at the top of the page. It will appear as if it is just returning posts with the first tag. If I understand correctly there&#8217;s a way to fix this by messing around with the wp-includes/canonical.php. But that&#8217;s waaaaay beyond my PHP skillz (!).</p>
<p>So&#8230; in the interim I found this <a href="http://wordpress.org/extend/plugins/tdo-tag-fixes/">nice little plugin</a>. It&#8217;s odd but works for now displaying the union of two tags, and you can specify that it shows just what is in a particular category. Example</p>
<ul>
<li>All content tagged publications and employability: <br />http://yoursite.org/?tdo_tag=publications+employability/</li>
<li>Just content in resources category tagged publications and employability: <br />http://yoursite.org/category/resources/?tdo_tag=publications+employability/</li>
</ul>
<p>accros <em>within a category</em>. <a href="http://wordpress.org/support/topic/alternative-to-tdo-tag-fixes-tags-within-a-single-category?">It may not be scalable</a>. But it will do for my dev site until I have everything figured out enough to hire a proper programmer.</p>
<p>PS. <em>Please </em>don&#8217;t add comments to this post asking for more details. A bunch of you did that <a href="http://facilitatingchange.org/2009/05/wordpress-blog-not-on-home-page/">last time I posted something I learned on WordPress</a>. Truth is: <em>I don&#8217;t know.</em> I&#8217;m muddling through this stuff too!</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://facilitatingchange.org/2010/10/wordpress-taxonomy-unions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Blog not on home page</title>
		<link>http://facilitatingchange.org/2009/05/wordpress-blog-not-on-home-page/</link>
		<comments>http://facilitatingchange.org/2009/05/wordpress-blog-not-on-home-page/#comments</comments>
		<pubDate>Wed, 27 May 2009 15:04:47 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.facilitatingchange.org/?p=579</guid>
		<description><![CDATA[Sharing this with you because I had a hard time figuring it out. I googled, and only lots of found out-dated information and complicated plug-ins. Finally, I just asked Patrick. He sent me a quick, elegant answer: 1. Create a page with the title the same as the address you want for the blog. Usually [...]]]></description>
			<content:encoded><![CDATA[<p>Sharing this with you because I had a hard time figuring it out. I googled, and only lots of found out-dated information and complicated plug-ins. Finally, <a href="http://i.never.nu/">I just asked Patrick</a>. He sent me a quick, elegant answer:</p>
<blockquote><p>1. Create a page with the title the same as the address you want for the blog. Usually &#8220;Blog&#8221; but it could be anything, like &#8220;Discussion Area&#8221; which would become &#8220;discussion-area&#8221; in the URL.</p>
<p>2. Go under &#8220;Settings&#8221; and then &#8220;Reading&#8221;. You&#8217;ll see at the top that you have a pulldown to decide which existing page (so create it first) you want to use as frontpage and which page you want to use for the blog (&#8220;Posts Page&#8221;). It&#8217;s a bit dumb because the page you tell it to use as the &#8220;Posts Page&#8221; won&#8217;t ever be shown, you just create it so you can use its URL for your blog posts.</p></blockquote>
<p>Worked like a charm. I set the home page (frontpage) to &#8220;About&#8221;. You could also create a page called &#8220;Home&#8221; and then link to that. If you want to hide the page name you&#8217;ll have to do it in the theme — when I figure out how will let you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://facilitatingchange.org/2009/05/wordpress-blog-not-on-home-page/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

