<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Edit Breadcrumb Links</title>
		<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Edit Breadcrumb Links</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 01:01:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/edit-breadcrumb-links" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Edit Breadcrumb Links"</title>
			<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links#post-21205</link>
			<pubDate>Mon, 03 Jun 2013 09:35:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21205@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up with your findings :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Jamison64 on "Edit Breadcrumb Links"</title>
			<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links#post-21183</link>
			<pubDate>Fri, 31 May 2013 13:05:54 +0000</pubDate>
			<dc:creator>Jamison64</dc:creator>
			<guid isPermaLink="false">21183@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>thnx for your time but that one didn't work either. Following on from your last post, I have found an alternative solution. My breadcrumbs show "Home / ", that is good enough. I commented out from line 106/108..</p>
<pre><code>/*echo $currentBefore . &#039;&#039;;
      single_cat_title();
      echo &#039;&#039; . $currentAfter;</code></pre>
<p>all the way down to 134/136..</p>
<pre><code>echo $currentAfter;
    } elseif ( is_page() &#38;&#38; !$post-&#62;post_parent ) {
      echo $currentBefore;*/</code></pre>
<p>Thnx again
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Edit Breadcrumb Links"</title>
			<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links#post-21166</link>
			<pubDate>Fri, 31 May 2013 09:36:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21166@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try removing this on lines 122-123 instead...</p>
<pre><code>echo get_category_parents($cat, TRUE, &#039; &#039; . $delimiter . &#039; &#039;);
echo $currentBefore;</code></pre>
<p>Let me know if that works.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Jamison64 on "Edit Breadcrumb Links"</title>
			<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links#post-21153</link>
			<pubDate>Thu, 30 May 2013 16:11:55 +0000</pubDate>
			<dc:creator>Jamison64</dc:creator>
			<guid isPermaLink="false">21153@http://www.themolitor.com/forums/</guid>
			<description><p><a href="http://collectiveculcha.com.au/?p=34" rel="nofollow">http://collectiveculcha.com.au/?p=34</a>
</p></description>
		</item>
		<item>
			<title>Jamison64 on "Edit Breadcrumb Links"</title>
			<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links#post-21152</link>
			<pubDate>Thu, 30 May 2013 15:58:50 +0000</pubDate>
			<dc:creator>Jamison64</dc:creator>
			<guid isPermaLink="false">21152@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>Thnx for the tip. </p>
<p>I commented it out but no result.<br />
(FYi: on my functions.php, it was on 106-108)</p>
<p>Thnx
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Edit Breadcrumb Links"</title>
			<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links#post-21144</link>
			<pubDate>Thu, 30 May 2013 09:01:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21144@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Open up functions.php and remove the following on line 108-110...</p>
<pre><code>echo $currentBefore . &#039;&#039;;
single_cat_title();
echo &#039;&#039; . $currentAfter;</code></pre>
<p>Let me know if that helps.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Jamison64 on "Edit Breadcrumb Links"</title>
			<link>http://www.themolitor.com/forums/topic/edit-breadcrumb-links#post-21136</link>
			<pubDate>Wed, 29 May 2013 23:57:13 +0000</pubDate>
			<dc:creator>Jamison64</dc:creator>
			<guid isPermaLink="false">21136@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>I'd like to remove the category title from the breadcrumbs, so that it reads.. "Home / current Page"<br />
I've had a geez in the 'functions.php' file without success.</p>
<p>Any help appreciated.</p>
<p>Thnx
</p></description>
		</item>

	</channel>
</rss>
