<?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: How To Create a Dropdown Menu In WordPress</title>
	<atom:link href="http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/</link>
	<description>Helping you build search engine friendly websites</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:40:45 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-58534</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-58534</guid>
		<description>Denise do you mean how to create a new page in WordPress? It could depend on how your theme was coded, but assuming it was done with one of the methods shown above all you should have to do is create a new page.

In the WordPress admin there&#039;s a section for creating pages and if you add a new one it should show up by default in the menu. If not then it&#039;s possible your theme has been set up in a way that only shows certain pages. Hard to know though without being able to see the files directly.

If the above answers your question great. If not do you mind sharing a few more details of the problem. Maybe I can help without having to log in to your WordPress admin.</description>
		<content:encoded><![CDATA[<p>Denise do you mean how to create a new page in WordPress? It could depend on how your theme was coded, but assuming it was done with one of the methods shown above all you should have to do is create a new page.</p>
<p>In the WordPress admin there&#8217;s a section for creating pages and if you add a new one it should show up by default in the menu. If not then it&#8217;s possible your theme has been set up in a way that only shows certain pages. Hard to know though without being able to see the files directly.</p>
<p>If the above answers your question great. If not do you mind sharing a few more details of the problem. Maybe I can help without having to log in to your WordPress admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denise</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-57857</link>
		<dc:creator>Denise</dc:creator>
		<pubDate>Sat, 13 Mar 2010 00:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-57857</guid>
		<description>I feel really backward about this but can&#039;t figure out where to go to actually write the pages someone created for my blog drop down menus so that they will show up.

Thanks.</description>
		<content:encoded><![CDATA[<p>I feel really backward about this but can&#8217;t figure out where to go to actually write the pages someone created for my blog drop down menus so that they will show up.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-57077</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-57077</guid>
		<description>I&#039;m glad you mentioned it. I certainly hadn&#039;t thought about that before and I&#039;m sure others will find your comment helpful as well.

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you mentioned it. I certainly hadn&#8217;t thought about that before and I&#8217;m sure others will find your comment helpful as well.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel Ramey</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-56058</link>
		<dc:creator>Rachel Ramey</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-56058</guid>
		<description>Yes, that&#039;s what I meant.

Using the subdomain is actually a temporary thing for me (I&#039;m playing with my template on the subdomain until I get it right, at which point I will copy it over to the root), but I thought someone else might need to know that.  Your fixes sound great!</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s what I meant.</p>
<p>Using the subdomain is actually a temporary thing for me (I&#8217;m playing with my template on the subdomain until I get it right, at which point I will copy it over to the root), but I thought someone else might need to know that.  Your fixes sound great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-55986</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Wed, 03 Mar 2010 06:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-55986</guid>
		<description>Do you mean when you use the is_home() conditional? You could try using is_front_page()  instead. is_home() returns true when the main blog page shows and is_front_page() returns true when the home page of the site is displayed regardless of whether that page is a page or a post.

I&#039;m not sure if the subdomain will still be an issue, but it&#039;s worth trying.

One other thing you can try is using is_page(). You can add a either the post id inside or the page slug. So if your home page is called home and uses home as the page slug you could try

is_page(&#039;home&#039;)

which should match the home page. If the id of that page was 3 you could also write it

is_page(&#039;3&#039;)

Hopefully one of the above conditionals will work on the subdomain.</description>
		<content:encoded><![CDATA[<p>Do you mean when you use the is_home() conditional? You could try using is_front_page()  instead. is_home() returns true when the main blog page shows and is_front_page() returns true when the home page of the site is displayed regardless of whether that page is a page or a post.</p>
<p>I&#8217;m not sure if the subdomain will still be an issue, but it&#8217;s worth trying.</p>
<p>One other thing you can try is using is_page(). You can add a either the post id inside or the page slug. So if your home page is called home and uses home as the page slug you could try</p>
<p>is_page(&#8216;home&#8217;)</p>
<p>which should match the home page. If the id of that page was 3 you could also write it</p>
<p>is_page(&#8216;3&#8242;)</p>
<p>Hopefully one of the above conditionals will work on the subdomain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel Ramey</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-55855</link>
		<dc:creator>Rachel Ramey</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-55855</guid>
		<description>I just discovered that the &quot;current page&quot; thing does not work for the homepage if the blog is on a subdomain.  It thinks &quot;home&quot; should be the root domain.</description>
		<content:encoded><![CDATA[<p>I just discovered that the &#8220;current page&#8221; thing does not work for the homepage if the blog is on a subdomain.  It thinks &#8220;home&#8221; should be the root domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-55675</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-55675</guid>
		<description>Glad I could help Rachel.</description>
		<content:encoded><![CDATA[<p>Glad I could help Rachel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel Ramey</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-54756</link>
		<dc:creator>Rachel Ramey</dc:creator>
		<pubDate>Thu, 25 Feb 2010 02:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-54756</guid>
		<description>Thank you so much!  Yes, that helped.  I get it now. :)</description>
		<content:encoded><![CDATA[<p>Thank you so much!  Yes, that helped.  I get it now. <img src='http://www.vanseodesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-54592</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-54592</guid>
		<description>In the case of wp_list_pages() it&#039;s putting out the list items, but not the list itself. If you look at my code you&#039;ll see I wrap it with

&lt;ul id=&quot;nav&quot;&gt;&lt;/ul&gt;

The id gives you a hook into the menu. Now you can style:

#nav
#nav li
#nav li ul
#nav li li
#nav li ul li

Looking at the last line of css above, it&#039;s saying to find any list-item inside an unordered list that&#039;s inside a list-item that&#039;s inside an element with an id=&quot;nav&quot;

The line above it without the ul will target the same thing.

That&#039;s the second level of the drop down, but you could extend it further to target a third or 4th level. You don&#039;t necessarily have a hook directly to the item you want, but you have a hook into the containing div.

wp_list_pages() does product some hooks of its own for example &quot;page-item&quot; and &quot;page-item-#&quot; That won&#039;t distinguish between the 1st level and 3rd level of the drop down, but they&#039;re still useful.

I hope that makes sense. If not let me know and I&#039;ll try again.

I actually have a post written that&#039;s an introduction to using css. I&#039;m holding back, because I thought it was too basic, but I&#039;m thinking it may be worth posting, since we&#039;re all at different levels of understanding about css.</description>
		<content:encoded><![CDATA[<p>In the case of wp_list_pages() it&#8217;s putting out the list items, but not the list itself. If you look at my code you&#8217;ll see I wrap it with</p>
<p>&lt;ul id=&#8221;nav&#8221;&gt;&lt;/ul&gt;</p>
<p>The id gives you a hook into the menu. Now you can style:</p>
<p>#nav<br />
#nav li<br />
#nav li ul<br />
#nav li li<br />
#nav li ul li</p>
<p>Looking at the last line of css above, it&#8217;s saying to find any list-item inside an unordered list that&#8217;s inside a list-item that&#8217;s inside an element with an id=&#8221;nav&#8221;</p>
<p>The line above it without the ul will target the same thing.</p>
<p>That&#8217;s the second level of the drop down, but you could extend it further to target a third or 4th level. You don&#8217;t necessarily have a hook directly to the item you want, but you have a hook into the containing div.</p>
<p>wp_list_pages() does product some hooks of its own for example &#8220;page-item&#8221; and &#8220;page-item-#&#8221; That won&#8217;t distinguish between the 1st level and 3rd level of the drop down, but they&#8217;re still useful.</p>
<p>I hope that makes sense. If not let me know and I&#8217;ll try again.</p>
<p>I actually have a post written that&#8217;s an introduction to using css. I&#8217;m holding back, because I thought it was too basic, but I&#8217;m thinking it may be worth posting, since we&#8217;re all at different levels of understanding about css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel Ramey</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-54333</link>
		<dc:creator>Rachel Ramey</dc:creator>
		<pubDate>Mon, 22 Feb 2010 18:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-54333</guid>
		<description>I am new to CSS, so perhaps this is just my general ignorance showing, but...

how do you tell the CSS which part of the php&#039;s results it&#039;s supposed to affect?  If the php for WordPress tells it to &quot;print&quot; three levels of pages, how do you differentiate, in the CSS, between the first level and the second and/or third levels?  (In other words, I understand how the CSS would be used to create a drop-down menu with plain HTML, but I&#039;m not getting how that &quot;translates&quot; to the use of the wp_list_pages element, since you can&#039;t hard code an ID or anything into the nested list, to tell the CSS whether its working with the top-level or a sub-item.)

I&#039;ve been reading and reading trying to wrap my head around this, and it is just not clicking.</description>
		<content:encoded><![CDATA[<p>I am new to CSS, so perhaps this is just my general ignorance showing, but&#8230;</p>
<p>how do you tell the CSS which part of the php&#8217;s results it&#8217;s supposed to affect?  If the php for WordPress tells it to &#8220;print&#8221; three levels of pages, how do you differentiate, in the CSS, between the first level and the second and/or third levels?  (In other words, I understand how the CSS would be used to create a drop-down menu with plain HTML, but I&#8217;m not getting how that &#8220;translates&#8221; to the use of the wp_list_pages element, since you can&#8217;t hard code an ID or anything into the nested list, to tell the CSS whether its working with the top-level or a sub-item.)</p>
<p>I&#8217;ve been reading and reading trying to wrap my head around this, and it is just not clicking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
