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>

test

Archive for the ‘Uncategorized’ Category

test post

Thursday, December 6th, 2007

This is a test post, testing, testing, testing 1 2 3

Hello world!

Wednesday, December 5th, 2007

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

bla2

Wednesday, January 19th, 2005

bla