---
title: "Configurar Menu Drop &#038; Down en WordPress"
date: 2008-06-11
author: "Alex Borrás"
source: https://alexborras.com/menu-drop-down-en-wordpress/
site: "El Blog de Alex Borrás"
---

# Configurar Menu Drop &#038; Down en WordPress

Como tener menús Drop & Down en WordPress

1ª opción: Poner una tema que ya tenga esa posibilidad, por ejemplo: http://www.jillij.com/wordpress-theme/

2ª Posibilidad:

Método basado en webdezine

Da error fatal al activar el Plugin

3ª Posibilidad:

No me ha gustado el resultado, queda un poco basto

Menú de 3 niveles basado en   [Suckerfish Dropdown Menu](http://ryanhellyer.net/wp-content/uploads/2008/03/suckerfish_dropdowns_V1.6.2.zip)

**Step 1 **

Download the  [Suckerfish Dropdown Menu](http://ryanhellyer.net/wp-content/uploads/2008/03/suckerfish_dropdowns_V1.6.2.zip) 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.

**Step 3**

This is the final step. Go to this [online Suckerfish Dropdown CSS Generator](http://ryanhellyer.net/dropdowns/), where you can generate a custom CSS file for your menu and copy it to your clipboard. Now go to your wp-admin and click on the Suckerfish option which you can find under the options menu (in WP 2.3) or the settings menu (WP 2.5). Paste the custom CSS information where it says “Enter your CSS here”. It might show something like #222 in the box which you can safely remove. The plugin also gives you options to choose the menu items that you want to display in the menu.

To test the functionality of this drop down menu, go ahead and make some pages and sub-pages. Preview your theme and it should work flawlessly. Let me know if you have any questions. Good luck!
