<?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>Sun, 12 Feb 2012 17:29:40 -0700</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-189661</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Thu, 02 Feb 2012 05:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-189661</guid>
		<description>Hi Okey. Sorry it&#039;s taken me so long to respond.

I&#039;m not entirely sure I&#039;m following your question. Are you asking how to keep the drop down menu in one place and have only the rest of the page change when people click a link in the drop down? Is the idea to have the menu code be all in one file so you don&#039;t have to edit multiple pages to edit it?

If so I use php to accomplish that, though any server side programming language will do. They all let you include the content of one files inside another.

You could create one file called menu.php and then in your other pages add the include statement

include &quot;menu.php&quot;;

Is that what you were asking? If not ask again and I&#039;ll try to do better,</description>
		<content:encoded><![CDATA[<p>Hi Okey. Sorry it&#8217;s taken me so long to respond.</p>
<p>I&#8217;m not entirely sure I&#8217;m following your question. Are you asking how to keep the drop down menu in one place and have only the rest of the page change when people click a link in the drop down? Is the idea to have the menu code be all in one file so you don&#8217;t have to edit multiple pages to edit it?</p>
<p>If so I use php to accomplish that, though any server side programming language will do. They all let you include the content of one files inside another.</p>
<p>You could create one file called menu.php and then in your other pages add the include statement</p>
<p>include &#8220;menu.php&#8221;;</p>
<p>Is that what you were asking? If not ask again and I&#8217;ll try to do better,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okey Igwe</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-185531</link>
		<dc:creator>Okey Igwe</dc:creator>
		<pubDate>Tue, 24 Jan 2012 18:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-185531</guid>
		<description>Hi, 

How can I list my articles to appear only on one page and use dropdown menu to display them so that viewers can see and read them? 

For instance, using TAX MATTERS as the page: how can I show the following articles; 
-How to treat tax issues, 
-PIT (Amended)Act 2011, 
-How to pay less Tax, 
on the same page and using dropdown menu to enable users to locate them.

I hope you understand my question.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>How can I list my articles to appear only on one page and use dropdown menu to display them so that viewers can see and read them? </p>
<p>For instance, using TAX MATTERS as the page: how can I show the following articles;<br />
-How to treat tax issues,<br />
-PIT (Amended)Act 2011,<br />
-How to pay less Tax,<br />
on the same page and using dropdown menu to enable users to locate them.</p>
<p>I hope you understand my question.</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-183398</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Thu, 19 Jan 2012 22:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-183398</guid>
		<description>With the newest versions of WordPress you just have to use the &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/wp_nav_menu&quot; rel=&quot;nofollow&quot;&gt;wp_nav_menu()&lt;/a&gt; code and you&#039;ll be able to drag and drop menu items on the admin side.

This is an older post that may not even be necessary anymore.

If you want to use the menu code here the key is adding the depth parameter. That creates the html you need. For the css I use the suckerfish system, which I linked to at the top of the post.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>With the newest versions of WordPress you just have to use the <a href="http://codex.wordpress.org/Function_Reference/wp_nav_menu" rel="nofollow">wp_nav_menu()</a> code and you&#8217;ll be able to drag and drop menu items on the admin side.</p>
<p>This is an older post that may not even be necessary anymore.</p>
<p>If you want to use the menu code here the key is adding the depth parameter. That creates the html you need. For the css I use the suckerfish system, which I linked to at the top of the post.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-183332</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-183332</guid>
		<description>Hey Steven!  Man I am desperately seeking how to add drop down menus to my wordpress theme...I am totally lost...can you help in anyway to shed some light.</description>
		<content:encoded><![CDATA[<p>Hey Steven!  Man I am desperately seeking how to add drop down menus to my wordpress theme&#8230;I am totally lost&#8230;can you help in anyway to shed some light.</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-177294</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-177294</guid>
		<description>Hi Petra. I didn&#039;t mention wp_nav_menu() because it didn&#039;t exist when I wrote the post. :)

I think wp_nav_menu() was introduced a version or two after whichever was the current version back in July of 2009.

As far as making sure the drop down works in IE7 that&#039;s really more about the css and the html. As long as you can end up with the nested list structure you&#039;re fine with your html. You&#039;ll want to add an id or class here or there, but all browsers will be fine with the html.

I use the suckerfish system when it comes to making things work in older browsers where css alone isn&#039;t enough. I linked to it in a few comments above. It basically adds a small bit of javascript to add and remove a class for browsers that don&#039;t handle :hover on anything other than the link itself.</description>
		<content:encoded><![CDATA[<p>Hi Petra. I didn&#8217;t mention wp_nav_menu() because it didn&#8217;t exist when I wrote the post. <img src='http://www.vanseodesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think wp_nav_menu() was introduced a version or two after whichever was the current version back in July of 2009.</p>
<p>As far as making sure the drop down works in IE7 that&#8217;s really more about the css and the html. As long as you can end up with the nested list structure you&#8217;re fine with your html. You&#8217;ll want to add an id or class here or there, but all browsers will be fine with the html.</p>
<p>I use the suckerfish system when it comes to making things work in older browsers where css alone isn&#8217;t enough. I linked to it in a few comments above. It basically adds a small bit of javascript to add and remove a class for browsers that don&#8217;t handle :hover on anything other than the link itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petra</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-177191</link>
		<dc:creator>Petra</dc:creator>
		<pubDate>Fri, 06 Jan 2012 14:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-177191</guid>
		<description>A good starting point for creating dropdowns in Wordpress. I use wp_nav_menu() a lot for main navigation. Is there a reason why you haven&#039;t mentioned this option next to wp_list_pages and wp_page_menu()?

I haven&#039;t created  drop down menu in Wordpress yet but I am going to for the next project and currently researching possibilities. I need one that would work across all the major browsers and IE7.</description>
		<content:encoded><![CDATA[<p>A good starting point for creating dropdowns in Wordpress. I use wp_nav_menu() a lot for main navigation. Is there a reason why you haven&#8217;t mentioned this option next to wp_list_pages and wp_page_menu()?</p>
<p>I haven&#8217;t created  drop down menu in Wordpress yet but I am going to for the next project and currently researching possibilities. I need one that would work across all the major browsers and IE7.</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-166029</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Tue, 13 Dec 2011 16:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-166029</guid>
		<description>Generally the main navigation code will be in header.php, though it really depends on the theme. The navigation could be placed in other locations deepening on the design and who developed the theme.

Odds are the main navigation will be toward the bottom of the header.php file. Just know that it doesn&#039;t have to be.</description>
		<content:encoded><![CDATA[<p>Generally the main navigation code will be in header.php, though it really depends on the theme. The navigation could be placed in other locations deepening on the design and who developed the theme.</p>
<p>Odds are the main navigation will be toward the bottom of the header.php file. Just know that it doesn&#8217;t have to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debbie</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-165721</link>
		<dc:creator>Debbie</dc:creator>
		<pubDate>Tue, 13 Dec 2011 01:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-165721</guid>
		<description>I have a question at the most basic level: What file (and where in the file) do I place this? Is it in page.php or header.php?
</description>
		<content:encoded><![CDATA[<p>I have a question at the most basic level: What file (and where in the file) do I place this? Is it in page.php or header.php?</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-153239</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Fri, 11 Nov 2011 18:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-153239</guid>
		<description>I&#039;m not familiar with that theme so I couldn&#039;t tell you how to get it to show. It might be you&#039;re adding the code to a different file than you should or there&#039;s some other navigation code that&#039;s taking precedent. It&#039;s also possible there&#039;s some css that&#039;s hiding the navigation.

Hard to know without knowing how that particular theme is coded.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with that theme so I couldn&#8217;t tell you how to get it to show. It might be you&#8217;re adding the code to a different file than you should or there&#8217;s some other navigation code that&#8217;s taking precedent. It&#8217;s also possible there&#8217;s some css that&#8217;s hiding the navigation.</p>
<p>Hard to know without knowing how that particular theme is coded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://www.vanseodesign.com/wordpress/how-to-create-a-dropdown-menu-in-wordpress/comment-page-1/#comment-152741</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Thu, 10 Nov 2011 06:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=728#comment-152741</guid>
		<description>The tutorial is awsome, but I have got a doubt...When I tried to implement it in the KSYK theme, it is not working. It doesn&#039;t show any error, but, the drop down menu is not show. How to make it work.?</description>
		<content:encoded><![CDATA[<p>The tutorial is awsome, but I have got a doubt&#8230;When I tried to implement it in the KSYK theme, it is not working. It doesn&#8217;t show any error, but, the drop down menu is not show. How to make it work.?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

