test post
Thursday, December 6th, 2007This is a test post, testing, testing, testing 1 2 3
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>
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>
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
This is a test post, testing, testing, testing 1 2 3
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
bla