View Single Post
Old 02-10-2007, 06:29 PM   #3 (permalink)
sachi
Inactive
 
sachi's Avatar
 
Join Date: 07-12-06
Posts: 30
iTrader: 0 / 0%
Latest Blog:
None

sachi is liked by somebodysachi is liked by somebodysachi is liked by somebody
Thanks for helping. #1 and #3 makes more sense now. However, after messing around with #2, I am still lost. This is what my code looks like for the sidebar. Can you tell me where the li tag is missing here?

I am using dreamweaver and I assume it automatically closes any tags that I may have been missing.

Also, I got this list from what the Wordpress documentation said about how to style nested lists here. Apparently, I am still not making the connection with this.

Code:
<ul> <li><h2><a href="#">Back to Homepage</a></h2></li> <li><h2>Last Five Entries</h2> <ul> <li><?php wp_get_archives('type=postbypost&limit=5'); ?></li> </ul></li> <li><h2>Categories</h2> <ul> <li><?php wp_list_cats('sort_column=id&optioncount=0&children=0&exclude='); ?></li> </ul></li> <li><h2>Archives</h2> <ul> <li><?php wp_get_archives('type=monthly'); ?></li> </ul></li> </ul>

Last edited by sachi : 02-10-2007 at 06:32 PM.
sachi is offline   Reply With Quote