Hello,

2.1 brings some new template tags among them wp_list_bookmarks() that replaces previous tags [ see http://lorelle.wordpress.com/2007/01/26/ wordpress-21-template-tag-and-function-changes/]

Previousely I used <ul ><? php get_links('-1', '<li>', '</li>', ' '); ? >< /ul> to gest only a list of links surrounded by < li >

How to get the same result with wp_list_bookmarks(), I mean without the category name ?

I tried things like wp_list_bookmarks("title_li=''") without success

Thanks in advance

Luc

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to