Creating List of Links
-
I would like to create a page which lists links in a slightly different format to what “wp_list_bookmarks” seems to provide. Instead of having a tooltip appear with the link description I would rather display it in a DIV. Something along the lines of:
<div class="link-list"> <h2>Community</h2> <ul class='xoxo blogroll'> <li> <a href="https://www.www.ads-software.com" target="_blank">www.ads-software.com</a> <div class='description'> The greatest blog framework! </div> </li> </ul> </div>
Many thanks,
Lea Hayes
- The topic ‘Creating List of Links’ is closed to new replies.