<?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/"
	>

<channel>
	<title>UtomBox &#187; get_list_pages()</title>
	<atom:link href="http://utombox.com/tag/get_list_pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://utombox.com</link>
	<description>Give me the simple life!</description>
	<lastBuildDate>Mon, 09 Aug 2010 03:47:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Share a little code</title>
		<link>http://utombox.com/share-a-little-code/</link>
		<comments>http://utombox.com/share-a-little-code/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:48:02 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[get_list_pages()]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/?p=172</guid>
		<description><![CDATA[My friend asked me a question long before, how can use sliding doors CSS for list pages? I told him, use function wp_list_pages(). I later found that can&#8217;t do it. I&#8217;ve written a litter function code to support it. How to use? Download source code get_list_pages.zip; copy code content in your theme functions.php; Add anywhere: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://utombox.com/wp-content/uploads/2008/10/get_list_pages.php"></a><span class="word">My friend asked me a question long before</span>, how can use sliding doors CSS for list pages? I told him, use function <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages">wp_list_pages()</a>. I later found that can&#8217;t do it.</p>
<p>I&#8217;ve written a litter function code to support it.</p>
<p><strong>How to use?</strong></p>
<ol>
<li>Download source code <a href="http://utombox.com/wp-content/uploads/2008/10/get_list_pages.zip">get_list_pages.zip</a>;</li>
<li>copy code content in your theme <em>functions.php</em>;</li>
<li>Add anywhere:</li>
</ol>
<blockquote><p><code>&lt;ul&gt;<br />
&lt;?php get_list_pages(); ?&gt;<br />
&lt;/ul&gt;</code></p></blockquote>
<p><strong>Advanced</strong></p>
<ol>
<li><code>$index_title</code> &#8211; index title</li>
<li><code>$format</code> &#8211; show display format</li>
<li><code>$currentCSS</code> &#8211; current class name</li>
</ol>
<blockquote><p><code>get_list_pages('Home', '&lt;li{current}&gt;&lt;a href="{link}"&gt;&lt;span&gt;{name}&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;', 'current_page_item');</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/share-a-little-code/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
