<?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>www.wpfood.com &#187; pages</title>
	<atom:link href="http://www.wpfood.com/tag/pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpfood.com</link>
	<description>WordPress for Beginners</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:32:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Add Pages</title>
		<link>http://www.wpfood.com/2009/02/03/the-stars-theme-adding-pages-to-the-menu/</link>
		<comments>http://www.wpfood.com/2009/02/03/the-stars-theme-adding-pages-to-the-menu/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 15:25:45 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[The stars]]></category>
		<category><![CDATA[Theme Support]]></category>
		<category><![CDATA[adding]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpfood.com/?p=21</guid>
		<description><![CDATA[Premium Wordpress themes are like TheStars give developers and WordPress ...]]></description>
			<content:encoded><![CDATA[<p>Premium Wordpress themes are like TheStars give developers and WordPress users a great option for a good looking site.</p>
<p><strong>Adding Pages to the top of the Menu:</strong></p>
<p><strong>First:</strong> open up the header.php from your theme editor.</p>
<p><strong>Second:</strong> Look for this line of code:</p>
<pre class="brush: php;">&lt;div id=&quot;top&quot;&gt;
&lt;div class=&quot;pads clearfix&quot;&gt;
&lt;ul&gt;</pre>
<p><strong>Third:</strong> Then Add this line of code:</p>
<pre class="brush: php;">&lt;?php wp_list_pages('title_li='); ?&gt;</pre>
<p>So the complete code should look like this:</p>
<pre class="brush: php;">&lt;div id=&quot;top&quot;&gt;
&lt;div class=&quot;pads clearfix&quot;&gt;
&lt;ul&gt;
&lt;?php wp_list_pages('title_li='); ?&gt;
&amp;lt;li id=&quot;t-search&quot;&amp;gt;&amp;lt;div class=&quot;hide&quot;&amp;gt;&amp;lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;</pre>
<p>To see more information on using pages visit the WorPress Codex <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpfood.com/2009/02/03/the-stars-theme-adding-pages-to-the-menu/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
