• Resolved artcoder

    (@artcoder)


    I enter links and descriptions into the BlogRoll in the Admin panel. But only the links are showing up on my site. How can I get it to display the description right next to the link.

    I understand that I might have to write some PHP code. That’s fine. But where and how?

Viewing 1 replies (of 1 total)
  • crazydrumguy

    (@crazydrumguy)

    Open up your template’s sidebar.php (or wherever your blogroll is displayed) in a text editor and look for the wp_list_bookmarks() tag. If there’s nothing between the parenthesis, then add
    'show_description=true'
    in between them.
    If you already have some arguments in between the parenthesis, then add
    &show_description=true to the end of the arguments.

Viewing 1 replies (of 1 total)
  • The topic ‘Get Blogroll to display the description’ is closed to new replies.