Hi,
Is there a way to create a links page? I was trying to name a pgae links, and add the <?php wp_list_bookmarks("'orderby' => 'name',
'order' => 'ASC',
'limit' => -1,
'category' => '',
'category_name' => 'links',
'hide_invisible' => 1,
'show_updated' => 0,
'include' => '',
'exclude' => ''"
); ?>
code to. Unfortubately, that doesn't work.
I don't really know how i could make a template page to do that?
thanks!!