• Hi,
    I’m trying to wrap my link descriptions using wp_list_bookmarks.
    The ONLY thing that isn’t working in the example code is the <span> tag. When implemented, the descriptions still show but the text description remains naked and difficult to style.
    The same goes for if I leave out the class of “link_desc” and/or wrap it in another tag, such as <p>

    <?php wp_list_bookmarks('orderby=order&category_orderby=order<span class="link_desc">&show_description=1</span>'); ?>

    Any hints/help?

  • The topic ‘Problems wrapping description in wp_list_bookmarks’ is closed to new replies.