June 9, 2009
WordPress likes making lists for navigation. So you might have a list of pages like this: <ul><? wp_list_pages("title_li="); ?> </ul> or a list of categories like this: <ul><? wp_list_categories("title_li="); ?> </ul> which, if you like, you can then style with CSS to make a horizontal navigation bar. Because WordPress doesn't automatically add the... Read more