<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Breadcrumb order in Portfolio Posts</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 15:52:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/#post-22354</guid>
					<title><![CDATA[Breadcrumb order in Portfolio Posts]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/#post-22354</link>
					<pubDate>Fri, 17 Jul 2015 01:06:19 +0000</pubDate>
					<dc:creator>webworks</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Can you tell me how to change the order of breadcrumbs in portfolio posts?</p>
<p>I have setup categories with parents, they currently show like this&#8230;</p>
<p>home -&gt; child -&gt; parent</p>
<p>I want them to show like this&#8230;</p>
<p>home -&gt; parent -&gt; child</p>
<p>I&#8217;ve had a look in boc_custom.php but it&#8217;s not obvious to me how to change this order. It works correctly in normal posts but seems to be reversed for portfolio posts.</p>
<p>thanks in advance,</p>
<p>Paul.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/#post-22355</guid>
					<title><![CDATA[Reply To: Breadcrumb order in Portfolio Posts]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/#post-22355</link>
					<pubDate>Fri, 17 Jul 2015 11:21:19 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Simply all categories the current item is in are listed in the breadcrumbs&#8230;<br />
To add a sorting according to parent_id add this:</p>
<pre><code>// Sort so ones with parent=0 list first
usort($terms, function($a, $b)
{
	return strcmp($a-&gt;parent, $b-&gt;parent);
});</code></pre>
<p>to your \includes\boc_custom.php right after these lines:</p>
<pre><code>$taxonomy = &#039;portfolio_category&#039;;
$terms = get_the_terms( $post-&gt;ID , $taxonomy );</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/#post-22359</guid>
					<title><![CDATA[Reply To: Breadcrumb order in Portfolio Posts]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/breadcrumb-order-in-portfolio-posts/#post-22359</link>
					<pubDate>Fri, 17 Jul 2015 13:50:05 +0000</pubDate>
					<dc:creator>webworks</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome, thank you.</p>
<p>and thanks for the quick response, much appreciated,</p>
<p>Paul.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

