<?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 for Jon Kristian</title>
	<atom:link href="http://jonkristian.no/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonkristian.no</link>
	<description>Mixing Business with Pleasure since 1999</description>
	<lastBuildDate>Tue, 25 Jan 2011 10:26:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on A Smarter Menu for WordPress by webdesignerslog</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-2730</link>
		<dc:creator>webdesignerslog</dc:creator>
		<pubDate>Tue, 25 Jan 2011 10:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-2730</guid>
		<description>Hi I&#039;m facing same problem can you mail me your corrected code... Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m facing same problem can you mail me your corrected code&#8230; Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by kadix</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-1329</link>
		<dc:creator>kadix</dc:creator>
		<pubDate>Tue, 18 May 2010 12:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-1329</guid>
		<description>Hi Kristian, thanks for sharing you work!
but where should I put your code in the Thematic theme?
I think it would be in functions.php would be missing something? (sorry for my bad english)</description>
		<content:encoded><![CDATA[<p>Hi Kristian, thanks for sharing you work!<br />
but where should I put your code in the Thematic theme?<br />
I think it would be in functions.php would be missing something? (sorry for my bad english)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by Ollie McCarthy</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-1039</link>
		<dc:creator>Ollie McCarthy</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-1039</guid>
		<description>OK I got it to work :)

I took a different approach. It now spits out the pages, subtitles and the child pages nested in the correct, semantic manner. 

I&#039;d paste it in here but the  tag doesn&#039;t seem to be working. Will I email it to you instead?</description>
		<content:encoded><![CDATA[<p>OK I got it to work :)</p>
<p>I took a different approach. It now spits out the pages, subtitles and the child pages nested in the correct, semantic manner. </p>
<p>I&#8217;d paste it in here but the  tag doesn&#8217;t seem to be working. Will I email it to you instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by Ollie McCarthy</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-1035</link>
		<dc:creator>Ollie McCarthy</dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-1035</guid>
		<description>My formatting was deleted. Do i use code tags?</description>
		<content:encoded><![CDATA[<p>My formatting was deleted. Do i use code tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by Ollie McCarthy</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-1034</link>
		<dc:creator>Ollie McCarthy</dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-1034</guid>
		<description>Hi Kristian,

Thanks for the code. I tried out the new version and although it shows the child pages it nests them in an unusual way.

Lets say I have one parent page and two child pages; this is what is outputted.

&lt;code&gt;

    Parent&lt;/a&gt;
    Sub1
    Sub2

&lt;/code&gt;

As you can see it doesn&#039;t nest them inside the parent li and also it creates two separate ul. 

What do you think?</description>
		<content:encoded><![CDATA[<p>Hi Kristian,</p>
<p>Thanks for the code. I tried out the new version and although it shows the child pages it nests them in an unusual way.</p>
<p>Lets say I have one parent page and two child pages; this is what is outputted.</p>
<p><code></p>
<p>    Parent<br />
    Sub1<br />
    Sub2</p>
<p></code></p>
<p>As you can see it doesn&#8217;t nest them inside the parent li and also it creates two separate ul. </p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by Jon Kristian</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-976</link>
		<dc:creator>Jon Kristian</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-976</guid>
		<description>Yeah I can look into that, however you could try border-right and the :last-child selector to remove it at the end.</description>
		<content:encoded><![CDATA[<p>Yeah I can look into that, however you could try border-right and the :last-child selector to remove it at the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by s4l4x</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-973</link>
		<dc:creator>s4l4x</dc:creator>
		<pubDate>Sun, 21 Mar 2010 08:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-973</guid>
		<description>It would be great to add an option to add a separator between menu items.  This could be a &quot; &#124; &quot; by default, but could also be an image.</description>
		<content:encoded><![CDATA[<p>It would be great to add an option to add a separator between menu items.  This could be a &#8221; | &#8221; by default, but could also be an image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by Jon Kristian</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-961</link>
		<dc:creator>Jon Kristian</dc:creator>
		<pubDate>Fri, 19 Mar 2010 00:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-961</guid>
		<description>Cool, I got a new version coming soon with some changes and more options, will add sorting. I am considering writing it as a plug-in if enough people still wants/uses it:)</description>
		<content:encoded><![CDATA[<p>Cool, I got a new version coming soon with some changes and more options, will add sorting. I am considering writing it as a plug-in if enough people still wants/uses it:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by Ryan</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-935</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 16 Mar 2010 19:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-935</guid>
		<description>I figured it out.  Add &quot;sort_column=menu_order&amp;title_li=&quot; inside the get_pages();</description>
		<content:encoded><![CDATA[<p>I figured it out.  Add &#8220;sort_column=menu_order&amp;title_li=&#8221; inside the get_pages();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Smarter Menu for WordPress by Ryan</title>
		<link>http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/#comment-934</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://jonkristian.no/?p=204#comment-934</guid>
		<description>How do you sort the list items?  I want it sorted by menu order, but it&#039;s sorting it in descending order by default.</description>
		<content:encoded><![CDATA[<p>How do you sort the list items?  I want it sorted by menu order, but it&#8217;s sorting it in descending order by default.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

