<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Can&#039;t seem to get portfolio tags to work as normal tags on tag page.</title>
		<link>http://www.kriesi.at/support/topic/cant-seem-to-get-portfolio-tags-to-work-as-normal-tags-on-tag-page</link>
		<description>Support Forum - Topic: Can&#039;t seem to get portfolio tags to work as normal tags on tag page.</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 03:28:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/cant-seem-to-get-portfolio-tags-to-work-as-normal-tags-on-tag-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Can&#039;t seem to get portfolio tags to work as normal tags on tag page."</title>
			<link>http://www.kriesi.at/support/topic/cant-seem-to-get-portfolio-tags-to-work-as-normal-tags-on-tag-page#post-67515</link>
			<pubDate>Wed, 25 Jul 2012 06:42:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Did you try something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(
	&#38;#39;tax_query&#38;#39; =&#38;gt; array(
		&#38;#39;relation&#38;#39; =&#38;gt; &#38;#39;OR&#38;#39;,
		array(
			&#38;#39;taxonomy&#38;#39; =&#38;gt; &#38;#39;portfolio_entries&#38;#39;
		)
	),
&#38;#39;tag__in&#38;#39; =&#38;gt; array(&#38;#39;projects&#38;#39;,&#38;#39;branding&#38;#39;)
);
$query = new WP_Query( $args );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bootface50 on "Can&#039;t seem to get portfolio tags to work as normal tags on tag page."</title>
			<link>http://www.kriesi.at/support/topic/cant-seem-to-get-portfolio-tags-to-work-as-normal-tags-on-tag-page#post-67261</link>
			<pubDate>Mon, 23 Jul 2012 22:59:59 +0000</pubDate>
			<dc:creator>bootface50</dc:creator>
			<guid isPermaLink="false">67261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can anyone help please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bootface50 on "Can&#039;t seem to get portfolio tags to work as normal tags on tag page."</title>
			<link>http://www.kriesi.at/support/topic/cant-seem-to-get-portfolio-tags-to-work-as-normal-tags-on-tag-page#post-67156</link>
			<pubDate>Mon, 23 Jul 2012 09:13:18 +0000</pubDate>
			<dc:creator>bootface50</dc:creator>
			<guid isPermaLink="false">67156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry if this was too obscure or wierd as requests go, I have enabled tags on the portfolio taxonomy, but I'm not sure how to access these tags in the database to return portfolio posts with the same tags...&#60;/p&#62;
&#60;p&#62;I found something using 'tax_query':&#60;/p&#62;
&#60;p&#62;$myquery['tax_query'] = array(&#60;br /&#62;
	array(&#60;br /&#62;
		'taxonomy' =&#38;gt; 'category',&#60;br /&#62;
		'terms' =&#38;gt; array('foo'),&#60;br /&#62;
		'field' =&#38;gt; 'slug',&#60;br /&#62;
	),&#60;br /&#62;
	array(&#60;br /&#62;
		'taxonomy' =&#38;gt; 'post_tag',&#60;br /&#62;
		'terms' =&#38;gt; array('bar'),&#60;br /&#62;
		'field' =&#38;gt; 'slug',&#60;br /&#62;
	),&#60;br /&#62;
);&#60;br /&#62;
query_posts($myquery);&#60;/p&#62;
&#60;p&#62;But it isn't working how it is above, do you think I am even in the right ballpark?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bootface50 on "Can&#039;t seem to get portfolio tags to work as normal tags on tag page."</title>
			<link>http://www.kriesi.at/support/topic/cant-seem-to-get-portfolio-tags-to-work-as-normal-tags-on-tag-page#post-67079</link>
			<pubDate>Mon, 23 Jul 2012 03:28:39 +0000</pubDate>
			<dc:creator>bootface50</dc:creator>
			<guid isPermaLink="false">67079@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any help would be appreciated. Trying to get theme to output portfolio entries using tags:&#60;/p&#62;
&#60;p&#62;$args = array(&#60;br /&#62;
	'tax_query' =&#38;gt; array(&#60;br /&#62;
		array(&#60;br /&#62;
			'taxonomy' =&#38;gt; 'portfolio_entries',&#60;br /&#62;
			'field' =&#38;gt; 'id',&#60;br /&#62;
			'terms' =&#38;gt; 51&#60;br /&#62;
		)&#60;br /&#62;
	)&#60;br /&#62;
);&#60;br /&#62;
$current_category_loop = new WP_Query( $args );&#60;/p&#62;
&#60;p&#62;Can't seem to resolve this...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
