The code above doesn’t work for me and it’s not the same as another code I found posted by esmi in an earlier post.
WordPress HELP 257467 11 months ago
<ul class="linklist">
<?php wp_list_bookmarks('title_li=&show_description=1&orderby=name&between=<br />'); ?>
</ul>
The code posted 11 months ago works for me – and I’ve just tweaked it to add a space and hyphen between the title and the description instead of putting the description onto a new line.
I am using:
<ul class="linklist">
<?php wp_list_bookmarks('title_li=&show_description=1&orderby=name&between= - '); ?>
</ul>
I love having a page with the list of links on it. I’m glad I found these helps.