Posts Tagged ‘Add Menu’
How to Add a Drop Down Menu to your Theme
Written by Jai on April 2, 2008 – 4:32 pm - 2,186 views
A lot of people wanted to know the technique for adding a Drop Down Menu to their WordPress themes. So, here is a quick way to do this. This tweak will let you create menus, sub-menus and sub-sub-menus and it applies to your pages, categories and archives.
Step 1
Download the Suckerfish Dropdown Menu for WordPress. Even if you have installed WordPress 2.5 recently, this plugin works perfectly. Extract the plugin and put the files in your wp-content/plugins folder. Activate the plugin from your wp-admin section.
Step 2
Now, open your existing theme folder which you have applied to your WordPress installation. Most probably, you already have a navigation menu in the theme (most themes have it in the header.php file). So, just replace your existing menu code with this command :-
<?php suckerfish(); ?>
Save and close the file.
If you enjoyed this post, make sure you subscribe to my RSS feed!











