Suckerfish Dropdown demonstration using Pages only

The menu below can be displayed by placing the following code into your theme after installing "Ryan's Suckerfish Dropdown Plugin"

<ul id="suckerfishnav"> <?php wp_list_pages('title_li='); ?> </ul>

Suckerfish Dropdown demonstration using Pages, Archives, Categories and Blogroll

The menu below can be displayed by placing the following code into your theme after installing "Ryan's Suckerfish Dropdown Plugin"

<ul id="suckerfishnav"> <li><a href="#">Pages</a> <ul> <?php wp_list_pages('title_li='); ?> </ul> </li> <li><a href="#">Archives</a> <ul> <?php wp_get_archives(); ?> </ul> </li> <li><a href="#">Categories</a> <ul> <?php wp_list_categories('title_li='); ?> </ul> </li> <li><a href="#">Blogroll</a> <ul> <?php wp_list_bookmarks('title_li=&categorize;=0'); ?> </ul> </li> </ul>

Suckerfish Dropdown demonstration which lists all of the first level pages as main menu items (sub-pages in dropdowns) and the Archives and Categories as dropdowns

The menu below can be displayed by placing the following code into your theme after installing "Ryan's Suckerfish Dropdown Plugin"

<ul id="suckerfishnav"> <?php wp_list_pages('title_li='); ?> <li><a href="#">Archives</a> <ul> <?php wp_get_archives(); ?> </ul> </li> <li><a href="#">Categories</a> <ul> <?php wp_list_categories('title_li='); ?> </ul> </li> </ul>

Bla

bla bla bla bla bla