<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Section and article navigation with TXP</title>
 <description>Section and article navigation with TXP - comments</description>
 <link>https://textpattern.tips/section-and-article-navigation-with-txp</link>
 <atom:link href="https://textpattern.tips/section-and-article-navigation-with-txp?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Tue, 10 Mar 15 03:09:16 +0000</pubDate>

 <item>
     <title>Comment on Section and article navigation with TXP by Marie Poulin</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000070" id="c000070">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000070" id="c000070">1</a></guid>
     <pubDate>Tue, 06 Jan 09 17:07:53 +0000</pubDate>
     <description><![CDATA[<p>This was an <span class="caps">INCREDIBLY</span> useful tutorial&#8230; my only question is, could you do this with ul and li instead of dt and dd? Would you just &#8220;nest&#8221; the second li?</p><p>Thank you for clarifying a lot of these tags for me. I&#8217;ve been using plugins to acheive my subnavs, but if I can do it without, that would be fantastic. thanks again!</p>]]></description>
     <content:encoded><![CDATA[<p>This was an <span class="caps">INCREDIBLY</span> useful tutorial&#8230; my only question is, could you do this with ul and li instead of dt and dd? Would you just &#8220;nest&#8221; the second li?</p><p>Thank you for clarifying a lot of these tags for me. I&#8217;ve been using plugins to acheive my subnavs, but if I can do it without, that would be fantastic. thanks again!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.mariepoulin.com">Marie Poulin</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Marie Poulin</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000071" id="c000071">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000071" id="c000071">1</a></guid>
     <pubDate>Tue, 06 Jan 09 18:30:39 +0000</pubDate>
     <description><![CDATA[<p>Ok i figured out how to get this effect using ul and li (and nested list items) instead of dd, dt. (i enjoy working with lists for navigation- i find it more flexible, but thats just personal preference </p><p>here is what i used: </p><p>&lt;txp:section_list default_title=&#8217;&lt;txp:text item=&#8220;home&#8221; /&gt;&#8217; include_default=&#8220;1&#8221; wraptag=&#8220;ul&#8221; break=&#8221;&#8220; form=&#8220;navbuild&#8221; /&gt;</p><p>navbuild form:</p><p>&lt;txp:if_different&gt;<br>&lt;li&lt;txp:if_section name=&#8217;&lt;txp:section /&gt;&#8217;&gt;<br>&lt;txp:if_individual_article&gt;class=&#8220;active&#8221;&lt;txp:else /&gt;class=&#8220;active&#8221;&lt;/txp:if_individual_article&gt;&lt;/txp:if_section&gt;&gt;<br>&lt;txp:section link=&#8220;1&#8221; title=&#8220;1&#8221; /&gt;&lt;/li&gt;<br>&lt;/txp:if_different&gt;</p><p>&lt;txp:if_section name=&#8217;&lt;txp:section /&gt;&#8217;&gt;<br>&lt;txp:article_custom section=&#8217;&lt;txp:section /&gt;&#8217; form=&#8220;navbuildlinks&#8221; wraptag=&#8220;ul&#8221; class=&#8220;subnav&#8221; /&gt;<br>&lt;/txp:if_section&gt;</p><p>navbuildlinks form:</p><p>&lt;li&lt;txp:if_article_id&gt; class=&#8220;active&#8221;&lt;/txp:if_article_id&gt;&gt;&lt;a href=&#8221;&lt;txp:permlink /&gt;&#8221;&gt;&lt;txp:title /&gt;&lt;/a&gt;&lt;/li&gt;</p><p>Thanks for helping me with this!</p>]]></description>
     <content:encoded><![CDATA[<p>Ok i figured out how to get this effect using ul and li (and nested list items) instead of dd, dt. (i enjoy working with lists for navigation- i find it more flexible, but thats just personal preference </p><p>here is what i used: </p><p>&lt;txp:section_list default_title=&#8217;&lt;txp:text item=&#8220;home&#8221; /&gt;&#8217; include_default=&#8220;1&#8221; wraptag=&#8220;ul&#8221; break=&#8221;&#8220; form=&#8220;navbuild&#8221; /&gt;</p><p>navbuild form:</p><p>&lt;txp:if_different&gt;<br>&lt;li&lt;txp:if_section name=&#8217;&lt;txp:section /&gt;&#8217;&gt;<br>&lt;txp:if_individual_article&gt;class=&#8220;active&#8221;&lt;txp:else /&gt;class=&#8220;active&#8221;&lt;/txp:if_individual_article&gt;&lt;/txp:if_section&gt;&gt;<br>&lt;txp:section link=&#8220;1&#8221; title=&#8220;1&#8221; /&gt;&lt;/li&gt;<br>&lt;/txp:if_different&gt;</p><p>&lt;txp:if_section name=&#8217;&lt;txp:section /&gt;&#8217;&gt;<br>&lt;txp:article_custom section=&#8217;&lt;txp:section /&gt;&#8217; form=&#8220;navbuildlinks&#8221; wraptag=&#8220;ul&#8221; class=&#8220;subnav&#8221; /&gt;<br>&lt;/txp:if_section&gt;</p><p>navbuildlinks form:</p><p>&lt;li&lt;txp:if_article_id&gt; class=&#8220;active&#8221;&lt;/txp:if_article_id&gt;&gt;&lt;a href=&#8221;&lt;txp:permlink /&gt;&#8221;&gt;&lt;txp:title /&gt;&lt;/a&gt;&lt;/li&gt;</p><p>Thanks for helping me with this!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.mariepoulin.com">Marie Poulin</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Alan Bristow</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000074" id="c000074">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000074" id="c000074">1</a></guid>
     <pubDate>Sat, 17 Jan 09 04:34:06 +0000</pubDate>
     <description><![CDATA[<p>Wow&#8230; This is <em>exactly</em> what I have been looking for.</p><p>An intelligent way to tackle Section, Landing and Article nav with pure <span class="caps">TXP</span>. And I can&#8217;t believe how timely it was me finding it, after I&#8217;d just decided to use Static pages for landing pages &#8212; your solution uses precisely this. Hurrah! Most grateful to you.</p><p><span class="caps">AND</span> I&#8217;m a fan of DL too (not that ULs aren&#8217;t excellent too for nav ;)</p><p>Cheers!</p>]]></description>
     <content:encoded><![CDATA[<p>Wow&#8230; This is <em>exactly</em> what I have been looking for.</p><p>An intelligent way to tackle Section, Landing and Article nav with pure <span class="caps">TXP</span>. And I can&#8217;t believe how timely it was me finding it, after I&#8217;d just decided to use Static pages for landing pages &#8212; your solution uses precisely this. Hurrah! Most grateful to you.</p><p><span class="caps">AND</span> I&#8217;m a fan of DL too (not that ULs aren&#8217;t excellent too for nav ;)</p><p>Cheers!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.fluffdesign.com">Alan Bristow</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Kevin Potts</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000075" id="c000075">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000075" id="c000075">1</a></guid>
     <pubDate>Sat, 17 Jan 09 23:15:36 +0000</pubDate>
     <description><![CDATA[<p>Thanks for the positive feedback, and I&#8217;m glad people found it useful. Marie &#8212; that is a great tweak so can use @&lt;ul&gt;@ instead of @&lt;dl&gt;@. Very clever.</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks for the positive feedback, and I&#8217;m glad people found it useful. Marie &#8212; that is a great tweak so can use @&lt;ul&gt;@ instead of @&lt;dl&gt;@. Very clever.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.graphicpush.com">Kevin Potts</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Alan Bristow</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000076" id="c000076">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000076" id="c000076">1</a></guid>
     <pubDate>Sun, 18 Jan 09 14:18:59 +0000</pubDate>
     <description><![CDATA[<p>Hi Kevin,</p><p>I seem to have a weird problem with <span class="caps">TXP</span>, immediately following the appearance of the nav.</p><p>To test it, I add before and after, the section command so the page I am viewing reports the section I am on, like this:</p><p><span class="caps">BEOFRE</span>: txp:section</p><p>txp:output_form form=&#8220;nav&#8221; </p><p><span class="caps">AFTER</span>: txp:section</p><p>The section changes, the <span class="caps">BEFORE</span> one reports correctly, and the <span class="caps">AFTER</span> always reports the last section in <span class="caps">TXP</span>.</p><p>I have tried hard to find/fix this, even just creating a vanilla install of 4.0.7, but the problem persists.</p><p>It seems that in my line that brings the nav into my page:</p><p>txp:section_list form=&#8220;nav_build&#8221; etc&#8230;</p><p>if I include the form=&#8220;nav_build&#8221; attribute, then it goes wrong &#8212; even if I include it but then have nothing in the subsequent forms (empty them). So I don&#8217;t think your code is wrong.</p><p>Sorry this is vague and don&#8217;t feel you have to reply, I am just itching to use this nav solution and would love to work out the problem. I am wondering if it is a 4.0.7 problem(?) — although I can&#8217;t believe it is&#8230;</p><p>Thanks again in advance for the post in the first place, whether you have time to reply or not.</p><p>Cheers, -Alan</p>]]></description>
     <content:encoded><![CDATA[<p>Hi Kevin,</p><p>I seem to have a weird problem with <span class="caps">TXP</span>, immediately following the appearance of the nav.</p><p>To test it, I add before and after, the section command so the page I am viewing reports the section I am on, like this:</p><p><span class="caps">BEOFRE</span>: txp:section</p><p>txp:output_form form=&#8220;nav&#8221; </p><p><span class="caps">AFTER</span>: txp:section</p><p>The section changes, the <span class="caps">BEFORE</span> one reports correctly, and the <span class="caps">AFTER</span> always reports the last section in <span class="caps">TXP</span>.</p><p>I have tried hard to find/fix this, even just creating a vanilla install of 4.0.7, but the problem persists.</p><p>It seems that in my line that brings the nav into my page:</p><p>txp:section_list form=&#8220;nav_build&#8221; etc&#8230;</p><p>if I include the form=&#8220;nav_build&#8221; attribute, then it goes wrong &#8212; even if I include it but then have nothing in the subsequent forms (empty them). So I don&#8217;t think your code is wrong.</p><p>Sorry this is vague and don&#8217;t feel you have to reply, I am just itching to use this nav solution and would love to work out the problem. I am wondering if it is a 4.0.7 problem(?) — although I can&#8217;t believe it is&#8230;</p><p>Thanks again in advance for the post in the first place, whether you have time to reply or not.</p><p>Cheers, -Alan</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.fluffdesign.com">Alan Bristow</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Alan Bristow</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000077" id="c000077">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000077" id="c000077">1</a></guid>
     <pubDate>Sun, 18 Jan 09 17:48:55 +0000</pubDate>
     <description><![CDATA[<p>Hi Kevin,</p><p>This problem I noted above is a bug in 4.0.7, about to be fixed in 4.08., I think.</p><p>Cheers, -Alan</p><p>See: http://forum.textpattern.com/viewtopic.php?pid=198217</p>]]></description>
     <content:encoded><![CDATA[<p>Hi Kevin,</p><p>This problem I noted above is a bug in 4.0.7, about to be fixed in 4.08., I think.</p><p>Cheers, -Alan</p><p>See: http://forum.textpattern.com/viewtopic.php?pid=198217</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.fluffdesign.com">Alan Bristow</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Christoph</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000086" id="c000086">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000086" id="c000086">1</a></guid>
     <pubDate>Sat, 31 Jan 09 10:45:38 +0000</pubDate>
     <description><![CDATA[<p>This is a very good tutorial. But I have two problems:<br>1) This is very complicated, is there really no easier way in textpattern to output a nested list? This shown here isn&#8217;t far away from coding php!<br>2) What about only one article in one section? The menu then show the section and the article title, but I only need the section in my menu. Any idea?<br>Thanks</p>]]></description>
     <content:encoded><![CDATA[<p>This is a very good tutorial. But I have two problems:<br>1) This is very complicated, is there really no easier way in textpattern to output a nested list? This shown here isn&#8217;t far away from coding php!<br>2) What about only one article in one section? The menu then show the section and the article title, but I only need the section in my menu. Any idea?<br>Thanks</p>]]></content:encoded>
     <dc:creator>Christoph</dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000094" id="c000094">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000094" id="c000094">1</a></guid>
     <pubDate>Sat, 14 Feb 09 08:05:43 +0000</pubDate>
     <description><![CDATA[<p>Christoph, we just published a new tip from Els that is a response to your comment. <a href="https://textpattern.tips/create-an-archive-or-sitemap-page-by-section" rel="nofollow">Take a look</a>.</p>]]></description>
     <content:encoded><![CDATA[<p>Christoph, we just published a new tip from Els that is a response to your comment. <a href="https://textpattern.tips/create-an-archive-or-sitemap-page-by-section" rel="nofollow">Take a look</a>.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Kevin Potts</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000099" id="c000099">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000099" id="c000099">1</a></guid>
     <pubDate>Tue, 17 Feb 09 03:06:27 +0000</pubDate>
     <description><![CDATA[<p>@Christoph &#8212;</p><p>1) The reason for the complexity is because the navigation is completely dynamic. It has to sniff out a lot of stuff in order to display the correct info. You can always hard-code nav links to avoid all of the conditionals.</p><p>2) Jonathan&#8217;s new tip is nice, but my solution is simpler :) &#8230;</p><p>txp:section list=&#8220;first,group,of,multi-article,sections&#8221;<br>txp:section name=&#8220;single-article-section&#8221; title=&#8220;1&#8221; link=&#8220;1&#8221;<br>txp:section list=&#8220;second,group,of,multi-article,sections&#8221; </p><p>Not very elegant, but it works like a charm, and allows me to retain explicit control of the order of the sections.</p>]]></description>
     <content:encoded><![CDATA[<p>@Christoph &#8212;</p><p>1) The reason for the complexity is because the navigation is completely dynamic. It has to sniff out a lot of stuff in order to display the correct info. You can always hard-code nav links to avoid all of the conditionals.</p><p>2) Jonathan&#8217;s new tip is nice, but my solution is simpler :) &#8230;</p><p>txp:section list=&#8220;first,group,of,multi-article,sections&#8221;<br>txp:section name=&#8220;single-article-section&#8221; title=&#8220;1&#8221; link=&#8220;1&#8221;<br>txp:section list=&#8220;second,group,of,multi-article,sections&#8221; </p><p>Not very elegant, but it works like a charm, and allows me to retain explicit control of the order of the sections.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.graphicpush.com">Kevin Potts</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Kevin Potts</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000100" id="c000100">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000100" id="c000100">1</a></guid>
     <pubDate>Fri, 20 Feb 09 12:35:09 +0000</pubDate>
     <description><![CDATA[<p>Actually, in going over what I just wrote, and using this technique on another site, I just realized that splitting the navigation into different tags is unnecessary if you use the txp:if_individual_article conditional tag that I mentioned in the begining of the article to display section landing pages versus individual article pages.</p>]]></description>
     <content:encoded><![CDATA[<p>Actually, in going over what I just wrote, and using this technique on another site, I just realized that splitting the navigation into different tags is unnecessary if you use the txp:if_individual_article conditional tag that I mentioned in the begining of the article to display section landing pages versus individual article pages.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.graphicpush.com">Kevin Potts</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Tym</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000102" id="c000102">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000102" id="c000102">1</a></guid>
     <pubDate>Sat, 21 Feb 09 22:33:48 +0000</pubDate>
     <description><![CDATA[<p>Kevin, the article is great. Furthermore, you never posted an easy solution (create these forms with that content), which forces to read the whole article and makes the reader understand the logic behind it &#8211; very nice since not every TxP user has to know it in such depth. I realy like it.</p><p>A question, maybe dummy. As far as the section list goes, the order of items is quite obvious. Since I am not TxP heavy user (just need this navigation, really), is there a way to sort (by title, for instance) the list of articles in sections? I mean the way these are displayed beneath the section names inthe navigation. Thanks in advance.</p>]]></description>
     <content:encoded><![CDATA[<p>Kevin, the article is great. Furthermore, you never posted an easy solution (create these forms with that content), which forces to read the whole article and makes the reader understand the logic behind it &#8211; very nice since not every TxP user has to know it in such depth. I realy like it.</p><p>A question, maybe dummy. As far as the section list goes, the order of items is quite obvious. Since I am not TxP heavy user (just need this navigation, really), is there a way to sort (by title, for instance) the list of articles in sections? I mean the way these are displayed beneath the section names inthe navigation. Thanks in advance.</p>]]></content:encoded>
     <dc:creator>Tym</dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Jan De Wilde</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000315" id="c000315">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000315" id="c000315">1</a></guid>
     <pubDate>Tue, 24 Feb 09 15:13:21 +0000</pubDate>
     <description><![CDATA[<p>@tym These are all tags that have a sort attribute <a href="https://docs.textpattern.com/tags/tag-attributes-cross-reference#sort" rel=„nofollow">Tag attribute cross-reference for sort</a></p>]]></description>
     <content:encoded><![CDATA[<p>@tym These are all tags that have a sort attribute <a href="https://docs.textpattern.com/tags/tag-attributes-cross-reference#sort" rel=„nofollow">Tag attribute cross-reference for sort</a></p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.jandewilde.com">Jan De Wilde</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Lars Andersen</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000448" id="c000448">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000448" id="c000448">1</a></guid>
     <pubDate>Sat, 28 Mar 09 18:15:05 +0000</pubDate>
     <description><![CDATA[<p>Nice tutorial! The effect of showing the changes in the code examples in bold does not work, instead there are asterisks embedded in the code examples!</p><p>Another thing: why does my navigation show the article id in the url? Like this: /services/08/gutter-cleaning ? :-)</p>]]></description>
     <content:encoded><![CDATA[<p>Nice tutorial! The effect of showing the changes in the code examples in bold does not work, instead there are asterisks embedded in the code examples!</p><p>Another thing: why does my navigation show the article id in the url? Like this: /services/08/gutter-cleaning ? :-)</p>]]></content:encoded>
     <dc:creator>Lars Andersen</dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Lars Andersen</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000449" id="c000449">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000449" id="c000449">1</a></guid>
     <pubDate>Sat, 28 Mar 09 18:16:50 +0000</pubDate>
     <description><![CDATA[<p>Sorry, I&#8217;ve found out why on my own. :-)</p>]]></description>
     <content:encoded><![CDATA[<p>Sorry, I&#8217;ve found out why on my own. :-)</p>]]></content:encoded>
     <dc:creator>Lars Andersen</dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000450" id="c000450">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000450" id="c000450">1</a></guid>
     <pubDate>Sun, 29 Mar 09 06:13:57 +0000</pubDate>
     <description><![CDATA[<p>@Lars &#8211; the asterisks in the code were originally bold tags set by the author, but unfortunately, Textile does not display bold tags within a code block. I left the asterisks as a visual aid.</p>]]></description>
     <content:encoded><![CDATA[<p>@Lars &#8211; the asterisks in the code were originally bold tags set by the author, but unfortunately, Textile does not display bold tags within a code block. I left the asterisks as a visual aid.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Sebastian</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000463" id="c000463">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000463" id="c000463">1</a></guid>
     <pubDate>Thu, 09 Apr 09 12:45:35 +0000</pubDate>
     <description><![CDATA[<p>Wow, this article gave me a jump start in building dynamic navigations.</p><p>I&#8217;ve tried to extend the navigation by a third layer:  sections/categories/articles</p><p>The problem I&#8217;m now struggling with is that whenever I navigate through section/category/article, my navigation is completely resetted. The categories fold again and my article list vanishes. I suppose that&#8217;s because the category isn&#8217;t handed over in the article url. Is there a workaround that or can I achieve building a 3-level navigation  without using categories?</p><p>Thanks,<br>Sebastian</p>]]></description>
     <content:encoded><![CDATA[<p>Wow, this article gave me a jump start in building dynamic navigations.</p><p>I&#8217;ve tried to extend the navigation by a third layer:  sections/categories/articles</p><p>The problem I&#8217;m now struggling with is that whenever I navigate through section/category/article, my navigation is completely resetted. The categories fold again and my article list vanishes. I suppose that&#8217;s because the category isn&#8217;t handed over in the article url. Is there a workaround that or can I achieve building a 3-level navigation  without using categories?</p><p>Thanks,<br>Sebastian</p>]]></content:encoded>
     <dc:creator>Sebastian</dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Kevin Potts</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000484" id="c000484">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000484" id="c000484">1</a></guid>
     <pubDate>Tue, 19 May 09 01:27:00 +0000</pubDate>
     <description><![CDATA[<p>@Sebastian &#8212; <span class="caps">TXP</span> does not support this <span class="caps">URL</span> structure out of the box. instead you need to use a plugin like <a href="https://textpattern.org/plugins/707/gbp_permanent_links" rel="nofollow">gbp_permanent_links</a> which is far, far beyond the scope of this tutorial :)</p>]]></description>
     <content:encoded><![CDATA[<p>@Sebastian &#8212; <span class="caps">TXP</span> does not support this <span class="caps">URL</span> structure out of the box. instead you need to use a plugin like <a href="https://textpattern.org/plugins/707/gbp_permanent_links" rel="nofollow">gbp_permanent_links</a> which is far, far beyond the scope of this tutorial :)</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.graphicpush.com">Kevin Potts</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Keith Reeder</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000512" id="c000512">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000512" id="c000512">1</a></guid>
     <pubDate>Mon, 27 Jul 09 15:41:20 +0000</pubDate>
     <description><![CDATA[<p>Excellent tutorial gents &#8211; I recently referred a buddy to it who <em>could not</em> get Txp&#8217;s navigation logic, and now he&#8217;s talking like an expert!</p>]]></description>
     <content:encoded><![CDATA[<p>Excellent tutorial gents &#8211; I recently referred a buddy to it who <em>could not</em> get Txp&#8217;s navigation logic, and now he&#8217;s talking like an expert!</p>]]></content:encoded>
     <dc:creator>Keith Reeder</dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Josh</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000581" id="c000581">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000581" id="c000581">1</a></guid>
     <pubDate>Thu, 12 Nov 09 15:06:21 +0000</pubDate>
     <description><![CDATA[<p>This is a great strategy for creating sub pages/subnav. What&#8217;s a sound, textpattern-native strategy for adding an additional level below the subpages?</p><p>For instance:</p><ul><li><span class="caps">ABOUT</span><br>- principals<br>- history<br>&#8212;- 1900-1955<br>&#8212;- 1955 to present<br>- news &amp; press <br>&#8212;- industry news<br>&#8212;- company press</li></ul>]]></description>
     <content:encoded><![CDATA[<p>This is a great strategy for creating sub pages/subnav. What&#8217;s a sound, textpattern-native strategy for adding an additional level below the subpages?</p><p>For instance:</p><ul><li><span class="caps">ABOUT</span><br>- principals<br>- history<br>&#8212;- 1900-1955<br>&#8212;- 1955 to present<br>- news &amp; press <br>&#8212;- industry news<br>&#8212;- company press</li></ul>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.cranstonstyle.com">Josh</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by dsgnr</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000765" id="c000765">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000765" id="c000765">1</a></guid>
     <pubDate>Wed, 14 Jul 10 19:06:17 +0000</pubDate>
     <description><![CDATA[<p>new to <span class="caps">TXP</span> here.<br>I have followed the above, but cannot get the sticky to work.<br>Using &lt;txp:article status=&#8220;sticky&#8221; /&gt; causes nothing to appear when a section is clicked.</p><p>Side <span class="caps">NOTE</span>: I actually cant get &#8220;sticky&#8221; to work at all. Whenever it is used content disappears (e.g. if an article is set to &#8220;sticky&#8221; through the article tab, that article will not be displayed on the live site and is also removed from the article listing)</p><p>Any help, guidance or direction, would be greatly appreciated.<br>Thank you in advance</p>]]></description>
     <content:encoded><![CDATA[<p>new to <span class="caps">TXP</span> here.<br>I have followed the above, but cannot get the sticky to work.<br>Using &lt;txp:article status=&#8220;sticky&#8221; /&gt; causes nothing to appear when a section is clicked.</p><p>Side <span class="caps">NOTE</span>: I actually cant get &#8220;sticky&#8221; to work at all. Whenever it is used content disappears (e.g. if an article is set to &#8220;sticky&#8221; through the article tab, that article will not be displayed on the live site and is also removed from the article listing)</p><p>Any help, guidance or direction, would be greatly appreciated.<br>Thank you in advance</p>]]></content:encoded>
     <dc:creator>dsgnr</dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000766" id="c000766">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000766" id="c000766">1</a></guid>
     <pubDate>Fri, 16 Jul 10 06:25:25 +0000</pubDate>
     <description><![CDATA[<p>@dsgnr &#8211; suggest you post on the <span class="caps">TXP</span> forums for help with your issue.</p>]]></description>
     <content:encoded><![CDATA[<p>@dsgnr &#8211; suggest you post on the <span class="caps">TXP</span> forums for help with your issue.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Web Design</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000782" id="c000782">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000782" id="c000782">1</a></guid>
     <pubDate>Mon, 09 Aug 10 03:14:28 +0000</pubDate>
     <description><![CDATA[<p>I always like reading what Kevin has to say&#8230;.great techniques and insights.</p>]]></description>
     <content:encoded><![CDATA[<p>I always like reading what Kevin has to say&#8230;.great techniques and insights.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.bswdmedia.net">Web Design</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Pete Fairhurst</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000901" id="c000901">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c000901" id="c000901">1</a></guid>
     <pubDate>Mon, 28 Mar 11 13:00:01 +0000</pubDate>
     <description><![CDATA[<p>Just found this article via a friend and, whilst I&#8217;m not a Textpattern dev, I did want to throw something into the mix about accessibility and usability…</p><p>Whilst it&#8217;s essential to show the user where they are in your site structure, simply adding a class imparts nothing semantically. Neither does linking to the page you&#8217;re currently on in the same structure.</p><p>Personally, if the publishing platform I&#8217;m developing for will allow it (and Textpattern looks good enough to do it), I swap out the current page&#8217;s A tag in side navigation for an EM element.</p><p>By all means, keep the &#8220;current&#8221; class declaration in there if it helps programatically. But relying on non-semantic element attributes to imply location isn&#8217;t as broadly useful as using a meaningful element.</p>]]></description>
     <content:encoded><![CDATA[<p>Just found this article via a friend and, whilst I&#8217;m not a Textpattern dev, I did want to throw something into the mix about accessibility and usability…</p><p>Whilst it&#8217;s essential to show the user where they are in your site structure, simply adding a class imparts nothing semantically. Neither does linking to the page you&#8217;re currently on in the same structure.</p><p>Personally, if the publishing platform I&#8217;m developing for will allow it (and Textpattern looks good enough to do it), I swap out the current page&#8217;s A tag in side navigation for an EM element.</p><p>By all means, keep the &#8220;current&#8221; class declaration in there if it helps programatically. But relying on non-semantic element attributes to imply location isn&#8217;t as broadly useful as using a meaningful element.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://twitter.com/markedup">Pete Fairhurst</a></dc:creator>
 
</item>
<item>
     <title>Comment on Section and article navigation with TXP by Morrey</title>
     <link><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c001252" id="c001252">1</a></link>
     <guid><a href="https://textpattern.tips/section-and-article-navigation-with-txp#c001252" id="c001252">1</a></guid>
     <pubDate>Tue, 10 Mar 15 03:09:16 +0000</pubDate>
     <description><![CDATA[<p>hi . i have it working fine  (using Marie's UL/LI version). I wanted a submenu listing for the parent galleries and its sub-categories. But on About and Contact sections it adds a submenu for the articles in each section. I don't want any submenus for About and Contact as those sections only HAVE one entry. how to fix that?</p>]]></description>
     <content:encoded><![CDATA[<p>hi . i have it working fine  (using Marie's UL/LI version). I wanted a submenu listing for the parent galleries and its sub-categories. But on About and Contact sections it adds a submenu for the articles in each section. I don't want any submenus for About and Contact as those sections only HAVE one entry. how to fix that?</p>]]></content:encoded>
     <dc:creator>Morrey</dc:creator>
 
</item>

</channel>
</rss>