<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Documentation</title>
	<atom:link href="http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/feed/" rel="self" type="application/rss+xml" />
	<link>http://mtekk.us</link>
	<description>Enemy of the Spammers</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:47:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Troy Wical</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-35854</link>
		<dc:creator>Troy Wical</dc:creator>
		<pubDate>Sat, 04 Feb 2012 04:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-35854</guid>
		<description>@mat, try this...
&lt;code&gt;
&lt;div class=&quot;breadcrumbs&quot;&gt;
    Currently viewing:&lt;?php if(function_exists(&#039;bcn_display&#039;))
    {
        bcn_display();
    }?&gt;
&lt;/div&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@mat, try this&#8230;<br />
<code><br />
&lt;div class=&quot;breadcrumbs&quot;&gt;<br />
    Currently viewing:&lt;?php if(function_exists('bcn_display'))<br />
    {<br />
        bcn_display();<br />
    }?&gt;<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-35740</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Thu, 02 Feb 2012 12:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-35740</guid>
		<description>Hi,
Thanks for a great plugin!
Just one thing I cannot get working.
I’d like to add a couple of words (unlinked) before Home, like:

This is a breadcrumb: Home &gt; page &gt; page

How do I do that?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for a great plugin!<br />
Just one thing I cannot get working.<br />
I’d like to add a couple of words (unlinked) before Home, like:</p>
<p>This is a breadcrumb: Home &gt; page &gt; page</p>
<p>How do I do that?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Havlik</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-35277</link>
		<dc:creator>John Havlik</dc:creator>
		<pubDate>Thu, 26 Jan 2012 02:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-35277</guid>
		<description>Tim,

If the breadcrumb trail is being produced properly, e.g. the Crumb &gt; Crumb &gt; Title, I&#039;m not sure how the rest is related to the plugin. This is something I think you need to modify in your theme (possibly adding a call to &lt;code&gt;the_title();&lt;/code&gt; in an appropriate place within &lt;a href=&quot;http://codex.wordpress.org/The_Loop&quot; rel=&quot;nofollow&quot;&gt;the loop&lt;/a&gt;).

-John Havlik</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>If the breadcrumb trail is being produced properly, e.g. the Crumb > Crumb > Title, I&#8217;m not sure how the rest is related to the plugin. This is something I think you need to modify in your theme (possibly adding a call to <code>the_title();</code> in an appropriate place within <a href="http://codex.wordpress.org/The_Loop" rel="nofollow">the loop</a>).</p>
<p>-John Havlik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-35267</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 25 Jan 2012 21:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-35267</guid>
		<description>I&#039;d like to display the breadcrumb trail, and then below that the page title. This is what I currently have:

Crumb &gt; Crumb &gt; Title
-----------------------------
Page content...

This is what I&#039;d like:

Crumb &gt; Crumb &gt; Page title
-----------------------------
Page Title
-----------------------------
Page content...

I&#039;ve looked through the code, but don&#039;t quite see how to accomplish this.

thanks for any help.
Tim</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to display the breadcrumb trail, and then below that the page title. This is what I currently have:</p>
<p>Crumb &gt; Crumb &gt; Title<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Page content&#8230;</p>
<p>This is what I&#8217;d like:</p>
<p>Crumb &gt; Crumb &gt; Page title<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Page Title<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Page content&#8230;</p>
<p>I&#8217;ve looked through the code, but don&#8217;t quite see how to accomplish this.</p>
<p>thanks for any help.<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-34608</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 15 Jan 2012 14:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-34608</guid>
		<description>thx for this great plugin. But I have troubles to design it. Tried your ccs example, but the plugin don&#039;t use a css class. Maybe I didn&#039;t unterstand something or doing something wrong? Maybe you can help me.
thx</description>
		<content:encoded><![CDATA[<p>thx for this great plugin. But I have troubles to design it. Tried your ccs example, but the plugin don&#8217;t use a css class. Maybe I didn&#8217;t unterstand something or doing something wrong? Maybe you can help me.<br />
thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Havlik</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-31467</link>
		<dc:creator>John Havlik</dc:creator>
		<pubDate>Fri, 02 Dec 2011 02:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-31467</guid>
		<description>Tiger,

Prior to Breadcrumb NavXT 4.0, the current item link is just a blank anchor. This is meant to exploit the behavior of most web browsers, which will fill in the correct URL. In Breadcrumb NavXT 4.0, an actual URL will be generated.

-John Havlik</description>
		<content:encoded><![CDATA[<p>Tiger,</p>
<p>Prior to Breadcrumb NavXT 4.0, the current item link is just a blank anchor. This is meant to exploit the behavior of most web browsers, which will fill in the correct URL. In Breadcrumb NavXT 4.0, an actual URL will be generated.</p>
<p>-John Havlik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Havlik</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-31466</link>
		<dc:creator>John Havlik</dc:creator>
		<pubDate>Fri, 02 Dec 2011 02:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-31466</guid>
		<description>Zed,

Use something along the lines of:
&lt;code&gt;if(function_exists(&#039;bcn_display&#039;) &amp;&amp; !is_front_page())
{
    bcn_display();
}&lt;/code&gt;

as your calling code. That should prevent the breadcrumb trail from appearing on the home/front page.

-John Havlik</description>
		<content:encoded><![CDATA[<p>Zed,</p>
<p>Use something along the lines of:<br />
<code>if(function_exists('bcn_display') &amp;&amp; !is_front_page())<br />
{<br />
    bcn_display();<br />
}</code></p>
<p>as your calling code. That should prevent the breadcrumb trail from appearing on the home/front page.</p>
<p>-John Havlik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zed Chamaa</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-31408</link>
		<dc:creator>Zed Chamaa</dc:creator>
		<pubDate>Thu, 01 Dec 2011 08:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-31408</guid>
		<description>Hi John,

I have installed your plugin on my website &lt;a href=&quot;http://www.native.ae/&quot; rel=&quot;nofollow&quot;&gt;www.native.ae&lt;/a&gt; and all is working fine, except on the Home page where the breadcrumb Home menu/text is showing above the &quot;Integrated Security&quot; section.

Please advise how to remove (or hide)  it from the website&#039;s hope page.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I have installed your plugin on my website <a href="http://www.native.ae/" rel="nofollow">http://www.native.ae</a> and all is working fine, except on the Home page where the breadcrumb Home menu/text is showing above the &#8220;Integrated Security&#8221; section.</p>
<p>Please advise how to remove (or hide)  it from the website&#8217;s hope page.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiger Huang</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-31329</link>
		<dc:creator>Tiger Huang</dc:creator>
		<pubDate>Wed, 30 Nov 2011 02:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-31329</guid>
		<description>I tried to use Breadcrumb NavXT, I opened link to current item, but I found that the link to current item is always to home page, how can I change it?</description>
		<content:encoded><![CDATA[<p>I tried to use Breadcrumb NavXT, I opened link to current item, but I found that the link to current item is always to home page, how can I change it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Havlik</title>
		<link>http://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/comment-page-2/#comment-31178</link>
		<dc:creator>John Havlik</dc:creator>
		<pubDate>Sun, 27 Nov 2011 19:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://mtekk.weblogs.us/?page_id=412#comment-31178</guid>
		<description>Mark,

From what I can tell, you are using a page post type as an archive page and are have some extra code to pull in content. Breadcrumb NavXT will probably not work as you want it to in this type of a setup. It will figure out you are on a page post type, and just display the name for that page.

If you want the additional information, you need to change how that page is setup so it is an actual archive page type (maybe use a custom post type for the postings). Then there will be a few settings to adjust for Breadcrumb NavXT, but you should be able to do what you want then.

-John Havlik</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>From what I can tell, you are using a page post type as an archive page and are have some extra code to pull in content. Breadcrumb NavXT will probably not work as you want it to in this type of a setup. It will figure out you are on a page post type, and just display the name for that page.</p>
<p>If you want the additional information, you need to change how that page is setup so it is an actual archive page type (maybe use a custom post type for the postings). Then there will be a few settings to adjust for Breadcrumb NavXT, but you should be able to do what you want then.</p>
<p>-John Havlik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

