<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>Sapling Design Solutions - Mumbai, India - WordPress Website Developers, Usability Testing and Evaluation, Touch Screen User Interface Design &#187; WordPress Code</title>
	<atom:link href="http://sapling.in/archives/category/wordpress-code/feed" rel="self" type="application/rss+xml" />
	<link>http://sapling.in</link>
	<description>WordPress website design and development, usability testing and evaluation in Mumbai and Thane</description>
	<lastBuildDate>Thu, 06 Oct 2011 09:47:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hidden feature in new menu tag in WP 2.7?</title>
		<link>http://sapling.in/archives/245</link>
		<comments>http://sapling.in/archives/245#comments</comments>
		<pubDate>Fri, 23 Jan 2009 06:26:31 +0000</pubDate>
		<dc:creator>pixelplant</dc:creator>
				<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[wordpress 2.7]]></category>

		<guid isPermaLink="false">http://wordpress-websites.in/?p=8</guid>
		<description><![CDATA[There&#8217;s a neat new tag in WP 2.7 that lets you display a list of wordpress pages as links for navigation. You can even include the link to home much more painlessly than before. A typical tag will look like&#8230;]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a neat new tag in WP 2.7 that lets you display a list of wordpress pages as links for navigation. You can even include the link to home much more painlessly than before. A typical tag will look like this:<br />
<code><br />
&lt;?php wp_page_menu('show_home=1&amp;exclude=5,9,23&amp;menu_class=page-navi&amp;sort_column=menu_order'); ?&gt;<br />
</code><br />
However one feature that seems to be undocumented is the addition of depth. You can also specify the depth of the links by using &#8220;depth=x&#8221; as a parameter where &#8220;x&#8221; is the depth. 1 will display only the top level links, 2 will display 1 level of sub-links and so on.<br />
Works well with my suckerfish navigation. Try it!</p>
]]></content:encoded>
			<wfw:commentRss>http://sapling.in/archives/245/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

