<?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 - Tag: related - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/related</link>
		<description>Support Forum - Tag: related - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 07:03:00 +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/tags/related" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Related entries as a slider"</title>
			<link>http://www.kriesi.at/support/topic/related-entries-as-a-slider#post-104245</link>
			<pubDate>Thu, 04 Apr 2013 05:33:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I'm sorry but this is not easily possible and Devin's answer in the first post was wrong. Angular and Replete do NOT share the same related-posts.php and it's also not easily possible to &#34;add&#34; the slider Code from &#34;Angular&#34; to &#34;Replete&#34;. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StA on "Related entries as a slider"</title>
			<link>http://www.kriesi.at/support/topic/related-entries-as-a-slider#post-104060</link>
			<pubDate>Tue, 02 Apr 2013 17:37:28 +0000</pubDate>
			<dc:creator>StA</dc:creator>
			<guid isPermaLink="false">104060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi both,&#60;/p&#62;
&#60;p&#62;I've already tried altering that file with no joy...&#60;/p&#62;
&#60;p&#62;The code in the php is&#60;/p&#62;
&#60;p&#62;$is_portfolio 		= avia_is_portfolio_single();&#60;br /&#62;
$columns 			= 4;&#60;br /&#62;
$post_class 		= &#34;one_fourth no_margin&#34;;&#60;br /&#62;
$container_class	= &#34;&#34;;&#60;br /&#62;
$image_size 		= 'portfolio_small';&#60;br /&#62;
$related_posts 		= false;&#60;br /&#62;
$this_id 			= $post-&#38;gt;ID;&#60;br /&#62;
$slidecount 		= 0;&#60;br /&#62;
$postcount 			= ($columns * 1);&#60;br /&#62;
$format 			= &#34;&#34;;&#60;br /&#62;
$invisible_image	= &#34;&#34;;&#60;br /&#62;
$subtitle 			= &#34;&#34;;&#60;/p&#62;
&#60;p&#62;if($is_portfolio) // its a portfolio post&#60;br /&#62;
{&#60;br /&#62;
	$columns 			= 4;&#60;br /&#62;
	$container_class 	= 'stretch_full';&#60;br /&#62;
	$post_class 		= &#34;one_fourth no_margin&#34;;&#60;br /&#62;
	$format 			= 'portfolio';&#60;br /&#62;
	$postcount 			= ($columns * 2);&#60;br /&#62;
	$tags 				= wp_get_object_terms( $post-&#38;gt;ID, 'portfolio_entries');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I've tried changing the two references to $postcount to *3 in all the combinations possible (changing one, changing both etc.) and I don't get the slider appearing - just the referenced tagged portfolio entries shown in two rows. Am I missing something?&#60;/p&#62;
&#60;p&#62;S
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Related entries as a slider"</title>
			<link>http://www.kriesi.at/support/topic/related-entries-as-a-slider#post-103920</link>
			<pubDate>Tue, 02 Apr 2013 03:47:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">103920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Like Devin said, you need to edit related-posts.php in the includes folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StA on "Related entries as a slider"</title>
			<link>http://www.kriesi.at/support/topic/related-entries-as-a-slider#post-103919</link>
			<pubDate>Tue, 02 Apr 2013 03:40:07 +0000</pubDate>
			<dc:creator>StA</dc:creator>
			<guid isPermaLink="false">103919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;That post changes /includes/related-portfolio-posts.php. I don't seem to have that file - I have replayed-posts.php and changing that doesn't work. Which file should I be using?&#60;/p&#62;
&#60;p&#62;Thx in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Related entries as a slider"</title>
			<link>http://www.kriesi.at/support/topic/related-entries-as-a-slider#post-103846</link>
			<pubDate>Mon, 01 Apr 2013 15:33:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi StA,&#60;/p&#62;
&#60;p&#62;The two themes share the same related-posts file so the same change in the code should apply as in that post. Just remember related posts are done by Tags so you'll need common tags to show related items.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StA on "Related entries as a slider"</title>
			<link>http://www.kriesi.at/support/topic/related-entries-as-a-slider#post-103713</link>
			<pubDate>Sun, 31 Mar 2013 09:08:33 +0000</pubDate>
			<dc:creator>StA</dc:creator>
			<guid isPermaLink="false">103713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;There is another topic in the Angular forum about creating a slider for the 'related entries' on a portfolio page - containing all related entries (/topic/angular-portfolio-items-related-entries).&#60;/p&#62;
&#60;p&#62;Is this possible in Replete? If so, help appreciated&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "up-sells/related products show duplicate after update plugin WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/up-sellsrelated-products-show-duplicate-after-update-plugin-woocommerce#post-77088</link>
			<pubDate>Mon, 24 Sep 2012 09:43:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi luia,&#60;/p&#62;
&#60;p&#62;Glad that Peter helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luia on "up-sells/related products show duplicate after update plugin WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/up-sellsrelated-products-show-duplicate-after-update-plugin-woocommerce#post-77076</link>
			<pubDate>Mon, 24 Sep 2012 09:08:54 +0000</pubDate>
			<dc:creator>luia</dc:creator>
			<guid isPermaLink="false">77076@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much, All work ok now!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luia on "up-sells/related products show duplicate after update plugin WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/up-sellsrelated-products-show-duplicate-after-update-plugin-woocommerce#post-77066</link>
			<pubDate>Mon, 24 Sep 2012 08:29:09 +0000</pubDate>
			<dc:creator>luia</dc:creator>
			<guid isPermaLink="false">77066@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi thank you for the response, but a I made all the steps and now my theme show two times upsells products and one related products.&#60;br /&#62;
Before only repeat de products of upsells and didn´t show related products.&#60;/p&#62;
&#60;p&#62;Sorry for the inconvenience but I need a solution for this&#60;/p&#62;
&#60;p&#62;Tanks, ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "up-sells/related products show duplicate after update plugin WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/up-sellsrelated-products-show-duplicate-after-update-plugin-woocommerce#post-76893</link>
			<pubDate>Sat, 22 Sep 2012 07:49:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">76893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1. Open up propulsion/woocommerce-config/config.php&#60;/p&#62;
&#60;p&#62;2. Add following line to &#34;//single page removes&#34; section on top 1/4 of page:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;remove_action( &#38;#39;woocommerce_after_single_product_summary&#38;#39;, &#38;#39;woocommerce_upsell_display&#38;#39;, 15 );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Adding this removes new WC1.6.4 hook that places upsell box outside of the product summary section&#60;/p&#62;
&#60;p&#62;3. Switched order of include hooks in //single page adds section to place upsells above related:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;avia_woocommerce_output_upsells&#38;#39;, 60);
add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;,&#38;#39;avia_woocommerce_output_related_products&#38;#39;, 60);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Open up functions.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($meta === true)
		{
			get_search_form(); 

			echo &#38;#39;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#38;#39;;
				do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;header&#38;#39;);
				if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
				if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
				if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
				echo &#38;#39;	&#38;lt;li class=&#38;quot;rss&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;#39;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
			echo &#38;#39;&#38;lt;/ul&#38;gt;&#38;#39;;
		}
		else if(function_exists($meta))
		{
			$meta();
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($meta === true &#38;amp;&#38;amp; !is_product())
		{
			get_search_form(); 

			echo &#38;#39;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#38;#39;;
				do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;header&#38;#39;);
				if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
				if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
				if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
				echo &#38;#39;	&#38;lt;li class=&#38;quot;rss&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;#39;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
			echo &#38;#39;&#38;lt;/ul&#38;gt;&#38;#39;;
		}
		else if(function_exists($meta) &#38;amp;&#38;amp; !is_product())
		{
			$meta();
		}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>luia on "up-sells/related products show duplicate after update plugin WooCommerce"</title>
			<link>http://www.kriesi.at/support/topic/up-sellsrelated-products-show-duplicate-after-update-plugin-woocommerce#post-76686</link>
			<pubDate>Thu, 20 Sep 2012 15:05:21 +0000</pubDate>
			<dc:creator>luia</dc:creator>
			<guid isPermaLink="false">76686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need help!!! &#60;/p&#62;
&#60;p&#62;1_ After update plugin WooCommerce the of upsells, related products show two times in the single page of product.&#60;/p&#62;
&#60;p&#62;2 And I want delete de social bookmarks and search form in singles pages of products, really I want delete this in all theme. I want only show this when I create a dinamic template .&#60;/p&#62;
&#60;p&#62;Thank you so much!!! ;)&#60;br /&#62;
Sorry for my English
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72650</link>
			<pubDate>Fri, 24 Aug 2012 07:22:01 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">72650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter, Ismael&#60;/p&#62;
&#60;p&#62;It worked like a treat,&#60;/p&#62;
&#60;p&#62;... and thanx for the quick response :) you guys rock!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72637</link>
			<pubDate>Fri, 24 Aug 2012 07:00:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, this change will remove the flags. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72635</link>
			<pubDate>Fri, 24 Aug 2012 06:59:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up propulsion\config-woocommerce\config.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_flag(__(&#38;#39;Related Products&#38;#39;, &#38;#39;avia_framework&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_flag(__(&#38;#39;You may also like&#38;#39;, &#38;#39;avia_framework&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo __(&#38;#39;Related Products&#38;#39;, &#38;#39;avia_framework&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo __(&#38;#39;You may also like&#38;#39;, &#38;#39;avia_framework&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72633</link>
			<pubDate>Fri, 24 Aug 2012 06:58:14 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">72633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Will this remove the Flag or only change the Words? I would like to remove the Flag as well ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72627</link>
			<pubDate>Fri, 24 Aug 2012 06:47:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open config-woocommerce folder then edit config.php, find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_flag(__(&#38;#39;Related Products&#38;#39;, &#38;#39;avia_framework&#38;#39;));
		echo $content;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change &#34;Related Products&#34; text.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erikriemsdyk on "Remove Related Products Horizontal Divider Flag"</title>
			<link>http://www.kriesi.at/support/topic/remove-related-products-horizontal-divider-flag#post-72614</link>
			<pubDate>Fri, 24 Aug 2012 05:26:01 +0000</pubDate>
			<dc:creator>erikriemsdyk</dc:creator>
			<guid isPermaLink="false">72614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys, &#60;/p&#62;
&#60;p&#62;Please refer to the image below:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.oraclecollection.com/problems/flag-propulsion.png&#34; rel=&#34;nofollow&#34;&#62;http://www.oraclecollection.com/problems/flag-propulsion.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any idea how to remove the related Products Flag and replace it with the example in the image,&#60;/p&#62;
&#60;p&#62;The website is &#60;a href=&#34;http://www.oraclecollection.com/wp/?product=thalia-ii&#34; rel=&#34;nofollow&#34;&#62;http://www.oraclecollection.com/wp/?product=thalia-ii&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Related Projects"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-related-projects#post-62677</link>
			<pubDate>Thu, 28 Jun 2012 17:41:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi radugidei,&#60;/p&#62;
&#60;p&#62;For portfolio's it goes by Categories which should provide solid groups of related portfolio entries.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "Portfolio Related Projects"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-related-projects#post-62000</link>
			<pubDate>Mon, 25 Jun 2012 08:43:04 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">62000@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi devin,&#60;br /&#62;
that is fine for blog posts, but portfolio items have no tags! any help with this would be appreciated as at the moment, related projects is more like completely unrelated projects.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "How to put a button to view all jobs from a client?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-put-a-button-to-view-all-jobs-from-a-client#post-61277</link>
			<pubDate>Wed, 20 Jun 2012 22:10:16 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, this is not possible with the current implementation. I dont know if its possible at all to be honest.&#60;/p&#62;
&#60;p&#62;To make this work I would need to create a category/taxonomy for everything on the fly, something which might be total overkill and just slow down a page with many different tags, since wordpress would need to create a ton of new rewrite rules for all of those categories, and each page request would loop through all of them :/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Related Projects"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-related-projects#post-61182</link>
			<pubDate>Wed, 20 Jun 2012 17:33:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi radugidei,&#60;/p&#62;
&#60;p&#62;I believe the related posts function is actually manged by post tags. So it should display posts based on similar tags and not categories. You can see the full function in includes&#38;gt;related-posts.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "Portfolio Related Projects"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-related-projects#post-60905</link>
			<pubDate>Tue, 19 Jun 2012 08:42:34 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">60905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
Under portfolio categories, we have several general categories that each have a couple of children categories. Portfolio items have both the appropriate child and parent category ticked, but when viewing a portfolio item, under related projects, only projects sharing the parent category appear.&#60;br /&#62;
We would like to change it so that project having the child category appear first.&#60;br /&#62;
Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to put a button to view all jobs from a client?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-put-a-button-to-view-all-jobs-from-a-client#post-55679</link>
			<pubDate>Fri, 11 May 2012 07:04:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">55679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Angular does not offer such a feature out of the box and it requires some work to add it to the theme (eg custom template with a custom field/post meta query based on the button parameters). I'll mark this thread for Kriesi - maybe he's interested in adding this feature to Angular.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrwoll on "How to put a button to view all jobs from a client?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-put-a-button-to-view-all-jobs-from-a-client#post-55298</link>
			<pubDate>Wed, 09 May 2012 10:17:09 +0000</pubDate>
			<dc:creator>mrwoll</dc:creator>
			<guid isPermaLink="false">55298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I too would very much like to know how to do this.&#60;/p&#62;
&#60;p&#62;I added all the clients I have done work for at the bottom of my Welcome page - in the Partner section. I would like to know how to tag these as clients so that I can them bring back all work for that client when clicked, similarly to above to bring back related entries when looking at portfolio items for that client.&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Display Loading.gif for related posts"</title>
			<link>http://www.kriesi.at/support/topic/display-loadinggif-for-related-posts#post-53030</link>
			<pubDate>Tue, 24 Apr 2012 05:50:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53030@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can refer to this link for adding a loading.gif.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.dynamixlabs.com/2008/01/17/a-quick-look-add-a-loading-icon-to-your-larger-images/&#34; rel=&#34;nofollow&#34;&#62;http://www.dynamixlabs.com/2008/01/17/a-quick-look-add-a-loading-icon-to-your-larger-images/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can apply the style for loading.gif on span.related_image_wrap. Good luck. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rocco2004 on "Display Loading.gif for related posts"</title>
			<link>http://www.kriesi.at/support/topic/display-loadinggif-for-related-posts#post-52815</link>
			<pubDate>Sun, 22 Apr 2012 23:27:24 +0000</pubDate>
			<dc:creator>rocco2004</dc:creator>
			<guid isPermaLink="false">52815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to have the loading.gif icon when loading thumbnails for related posts. How can I do this?&#60;br /&#62;
I was also wondering if images in the related posts are loading via ajax like the portfolio items or directly to the page?&#60;/p&#62;
&#60;p&#62;Many Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boldstudio on "How to put a button to view all jobs from a client?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-put-a-button-to-view-all-jobs-from-a-client#post-43629</link>
			<pubDate>Mon, 27 Feb 2012 12:35:26 +0000</pubDate>
			<dc:creator>boldstudio</dc:creator>
			<guid isPermaLink="false">43629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no answers?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boldstudio on "How to put a button to view all jobs from a client?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-put-a-button-to-view-all-jobs-from-a-client#post-42705</link>
			<pubDate>Tue, 21 Feb 2012 10:53:06 +0000</pubDate>
			<dc:creator>boldstudio</dc:creator>
			<guid isPermaLink="false">42705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK!&#60;br /&#62;
The categories I use are: art direction, design, web, etc..&#60;br /&#62;
On the home page I select a project. It appears the link to read more. I hit the link. I entered the project page. At the bottom are related projects. My question is, can show the projects for a specific customer (Not with categories:art direction, design, web, etc.)? &#60;/p&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "How to put a button to view all jobs from a client?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-put-a-button-to-view-all-jobs-from-a-client#post-42585</link>
			<pubDate>Mon, 20 Feb 2012 18:27:50 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">42585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't know if this is what they mean but I think it's so you can click on the meta: client, and all relevant projects with the same client meta name pop up.&#60;/p&#62;
&#60;p&#62;as in filter by portfolio meta field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to put a button to view all jobs from a client?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-put-a-button-to-view-all-jobs-from-a-client#post-42581</link>
			<pubDate>Mon, 20 Feb 2012 18:08:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">42581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Boldstudio,&#60;/p&#62;
&#60;p&#62;I'm not quite sure what you mean. Can you go into a little more detail on what you are looking for?&#60;/p&#62;
&#60;p&#62;Thanks! :D
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
