Viewing 3 replies - 1 through 3 (of 3 total)
  • Vaughan

    (@vaughan-van-dyk)

    Hi,

    In your sidebar.php template file, you will need to add/modify the following template tag to display all your links and show their descriptions:

    <?php wp_list_bookmarks('show_description=1'); ?>

    Hope that helps.
    Vaughan

    What if you are using a Widget and you are on version 2.6.2?

    Thanks,
    Leslie

    Adding show_description=1 displays the description, but how do I add code before or after the description.

    For example, instead of this:
    Link This is the description

    I might want it to look like this:
    Link — This is the description

    or this:
    Link
    <div class=”special”>This is the description</div>

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show link description.’ is closed to new replies.