<?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: Implement Yoast breadcrumb function in Fortuna</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/feed/</link>
		<description></description>
		<pubDate>Mon, 24 Aug 2026 17:18:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30692</guid>
					<title><![CDATA[Implement Yoast breadcrumb function in Fortuna]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30692</link>
					<pubDate>Fri, 23 Dec 2016 11:34:32 +0000</pubDate>
					<dc:creator>derknet</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>thanks for your awesome theme, it works like a charme.</p>
<p>There is only one thing, I&#8217;d like to change. Is there an easy way to replace your breadcrumb function with those of the yoast plugin? I tried to do it myself, but I wasn&#8217;t able to find the right spot, where I should place the Yoast breadcrumb code.</p>
<p>Background: Why do I like to change it?<br />
I have sometimes long titles for my pages, which are at the moment completely displayed in the breadcrumbs. If you&#8217;re in a child-page, this destroys the design. With Yoast I&#8217;ll be able to replace the breadcrumb title with a shorter custom one. </p>
<p>Thanks for your help in advance<br />
derknet</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30698</guid>
					<title><![CDATA[Reply To: Implement Yoast breadcrumb function in Fortuna]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30698</link>
					<pubDate>Fri, 23 Dec 2016 13:28:36 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You could try to insert the custom code in the breadcrumbs method maybe?<br />
It&#8217;s &#8220;boc_breadcrumbs&#8221; function and it is found in the includes\boc_framework.php file.<br />
You could override the whole method in your child theme! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30702</guid>
					<title><![CDATA[Reply To: Implement Yoast breadcrumb function in Fortuna]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30702</link>
					<pubDate>Fri, 23 Dec 2016 15:48:39 +0000</pubDate>
					<dc:creator>derknet</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>thanks for your idea, I&#8217;ve managed it.<br />
Just in case somebody else needs this:</p>
<p>You need to put the following code in the <strong>function.php of your child-theme</strong>:</p>
<pre><code>// Yoast Breadcrumbs 
function boc_breadcrumbs() {
	
	if ( function_exists(&#039;yoast_breadcrumb&#039;) ) {
		yoast_breadcrumb(&#039;
		&lt;p id=&quot;breadcrumbs&quot; class=&quot;breadcrumb_right&quot;&gt;&#039;,&#039;&lt;/p&gt;
		&#039;);
		}
	}</code></pre>
<p>And to get almost the same look of the breadcrumps you need to put the following code into the <strong>style.css of your child-theme</strong>:</p>
<pre><code>.breadcrumb_right a, .breadcrumb_last {
	font-size: 12px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30708</guid>
					<title><![CDATA[Reply To: Implement Yoast breadcrumb function in Fortuna]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/implement-yoast-breadcrumb-function-in-fortuna/#post-30708</link>
					<pubDate>Tue, 27 Dec 2016 14:53:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Great work! Thanks for sharing! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

