treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Drop down menu on wordpress

  • Do I need to have a plugin installed or can I just add the script (javaScript or JQuery) into the code to make a drop down menu working on wordpress?
  • The simplest way is to insert wp_list_pages("title_li=") into your header.php. This outputs an unordered list of your pages. Then you can use suckerfish or superfish or whatever to turn that into a dropdown menu :-)
  • But if I am not using a dynamic menu?
  • If it's not dynamic? You mean it's just HTML? HTML works in Wordpress themes (or any .php) same as normal so you should be able to just copy and paste it.

    Hope that helps
    David.