<?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 – Simple navigation menu with an active class</title>
 <description>Simple navigation menu with an active class - comments</description>
 <link>https://textpattern.tips/simple-navigation-menu-with-an-active-class</link>
 <atom:link href="https://textpattern.tips/simple-navigation-menu-with-an-active-class?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Sat, 08 Aug 09 07:27:13 +0000</pubDate>

 <item>
     <title>Comment on Simple navigation menu with an active class by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000010" id="c000010">1</a></link>
     <guid><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000010" id="c000010">1</a></guid>
     <pubDate>Sat, 11 Oct 08 17:12:31 +0000</pubDate>
     <description><![CDATA[<p>Hi Dave, you are right &#8211; its usually better to use section_list instead, but in simple sites this code is fine. Besides, the idea is to demonstrate the various options users have. The next menu tip is coming today &#8211; with section_list!</p>]]></description>
     <content:encoded><![CDATA[<p>Hi Dave, you are right &#8211; its usually better to use section_list instead, but in simple sites this code is fine. Besides, the idea is to demonstrate the various options users have. The next menu tip is coming today &#8211; with section_list!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Simple navigation menu with an active class by Craig</title>
     <link><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000044" id="c000044">1</a></link>
     <guid><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000044" id="c000044">1</a></guid>
     <pubDate>Tue, 11 Nov 08 05:56:38 +0000</pubDate>
     <description><![CDATA[<p>Awesome timesaver&#8230; This simple little tutorial worked like a champ</p><p>Thanks for making this available.</p><p>Craig Valadez</p>]]></description>
     <content:encoded><![CDATA[<p>Awesome timesaver&#8230; This simple little tutorial worked like a champ</p><p>Thanks for making this available.</p><p>Craig Valadez</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.struc1.com">Craig</a></dc:creator>
 
</item>
<item>
     <title>Comment on Simple navigation menu with an active class by cosmo</title>
     <link><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000522" id="c000522">1</a></link>
     <guid><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000522" id="c000522">1</a></guid>
     <pubDate>Fri, 07 Aug 09 23:28:49 +0000</pubDate>
     <description><![CDATA[<p>What if I use articles instead of categories? Like:</p>
<pre><code>&lt;a href="&lt;txp:site_url /&gt;something.htm" title=""&lt;txp:if_article_id id="1"&gt; class="active"&lt;/txp:if_article_id&gt;&gt;something&lt;/a&gt;</code></pre>]]></description>
     <content:encoded><![CDATA[<p>What if I use articles instead of categories? Like:</p>
<pre><code>&lt;a href="&lt;txp:site_url /&gt;something.htm" title=""&lt;txp:if_article_id id="1"&gt; class="active"&lt;/txp:if_article_id&gt;&gt;something&lt;/a&gt;</code></pre>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://blag.biz">cosmo</a></dc:creator>
 
</item>
<item>
     <title>Comment on Simple navigation menu with an active class by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000523" id="c000523">1</a></link>
     <guid><a href="https://textpattern.tips/simple-navigation-menu-with-an-active-class#c000523" id="c000523">1</a></guid>
     <pubDate>Sat, 08 Aug 09 07:27:13 +0000</pubDate>
     <description><![CDATA[<p>Hi cosmo,</p>
<p>You can also try this:</p>
<pre><code>&lt;a href="&lt;txp:site_url /&gt;something.htm" title=""&lt;txp:if_article_id id='&lt;txp:article_id /&gt;'&gt; class="active"&lt;/txp:if_article_id&gt;&gt;something&lt;/a&gt;</code></pre>]]></description>
     <content:encoded><![CDATA[<p>Hi cosmo,</p>
<p>You can also try this:</p>
<pre><code>&lt;a href="&lt;txp:site_url /&gt;something.htm" title=""&lt;txp:if_article_id id='&lt;txp:article_id /&gt;'&gt; class="active"&lt;/txp:if_article_id&gt;&gt;something&lt;/a&gt;</code></pre>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>

</channel>
</rss>