<?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: &#8216;Layers&#8217; supports microformats now!</title>
	<atom:link href="http://jaipandya.com/2008/07/layers-supports-microformats-now/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaipandya.com/2008/07/layers-supports-microformats-now/</link>
	<description>Things, I do, talk about, live around</description>
	<lastBuildDate>Fri, 11 Mar 2011 09:30:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: David</title>
		<link>http://jaipandya.com/2008/07/layers-supports-microformats-now/comment-page-1/#comment-28</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 04 Aug 2008 22:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://jaipandya.com/?p=95#comment-28</guid>
		<description>This is a very nice theme for my best photos. It works better than a standard photoblog. I like the way you can put all the distracting stuff below the photos.  I don&#039;t understand microformats but really don&#039;t care too much about that. This theme is very good for photos.</description>
		<content:encoded><![CDATA[<p>This is a very nice theme for my best photos. It works better than a standard photoblog. I like the way you can put all the distracting stuff below the photos.  I don&#8217;t understand microformats but really don&#8217;t care too much about that. This theme is very good for photos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jai</title>
		<link>http://jaipandya.com/2008/07/layers-supports-microformats-now/comment-page-1/#comment-26</link>
		<dc:creator>jai</dc:creator>
		<pubDate>Sun, 03 Aug 2008 05:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://jaipandya.com/?p=95#comment-26</guid>
		<description>Ron,

Thanks for the appreciation. There may be two ways to achieve what you want. 

1. On the easier side, adding a page from wordpress admin panel will get you a new tab on the navigation bar with page name as the tab name. 

2. If you want the tab to connect to an external page, then you will have to dig little bit into the code. In the layers theme folder, open up &lt;strong&gt;header.php&lt;/strong&gt;. You will see something like this there...

&lt;code&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;&lt;?php echo get_option(&#039;home&#039;); ? rel=&quot;nofollow&quot;&gt;/&quot;&gt;Blog&lt;/a&gt;&lt;/li&gt;
&lt; ?php wp_list_pages(&#039;title_li=&amp;depth=1&#039;); ?&gt;
&lt;/ul&gt;
&lt;/code&gt;

Just before ending &lt;em&gt;ul&lt;/em&gt; tag, add hyperlink to the external page.e.g.

&lt;code&gt;&lt;li&gt;&lt;a href=http://example.com&quot; title=&quot;navigate to the external page&quot; &gt;Example&lt;/a&gt;&lt;/li&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ron,</p>
<p>Thanks for the appreciation. There may be two ways to achieve what you want. </p>
<p>1. On the easier side, adding a page from wordpress admin panel will get you a new tab on the navigation bar with page name as the tab name. </p>
<p>2. If you want the tab to connect to an external page, then you will have to dig little bit into the code. In the layers theme folder, open up <strong>header.php</strong>. You will see something like this there&#8230;</p>
<p><code>&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;&lt;?php echo get_option('home'); ? rel=&quot;nofollow&quot;&gt;/&quot;&gt;Blog&lt;/a&gt;&lt;/li&gt;<br />
&lt; ?php wp_list_pages('title_li=&amp;depth=1'); ?&gt;<br />
&lt;/ul&gt;<br />
</code></p>
<p>Just before ending <em>ul</em> tag, add hyperlink to the external page.e.g.</p>
<p><code>&lt;li&gt;&lt;a href=http://example.com&quot; title=&quot;navigate to the external page&quot; &gt;Example&lt;/a&gt;&lt;/li&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Longo</title>
		<link>http://jaipandya.com/2008/07/layers-supports-microformats-now/comment-page-1/#comment-25</link>
		<dc:creator>Ron Longo</dc:creator>
		<pubDate>Sun, 03 Aug 2008 05:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://jaipandya.com/?p=95#comment-25</guid>
		<description>Jai,

Hi. I really like the Layers theme...it really fits with my website. Unfortunately, I am not really a designer, so my question may be really ignorant. I want to add some buttons to the navigation bar (right now I just have &quot;Blog&quot; which is the default). I want to link my website with a navigation button. Is there a simple way to do this? Please advise.

Thanks!
Ron</description>
		<content:encoded><![CDATA[<p>Jai,</p>
<p>Hi. I really like the Layers theme&#8230;it really fits with my website. Unfortunately, I am not really a designer, so my question may be really ignorant. I want to add some buttons to the navigation bar (right now I just have &#8220;Blog&#8221; which is the default). I want to link my website with a navigation button. Is there a simple way to do this? Please advise.</p>
<p>Thanks!<br />
Ron</p>
]]></content:encoded>
	</item>
</channel>
</rss>

