• I am using the default link widget in the footer of a site. I have enabled “Show Link Name” and “Show Link Description” for the widget. I would like to have the description to start on a line below the link, but cannot figure out where (what file?) and how (code?) it needs to be entered.

    I have Googled and searched the WP forums but have not found an answer that pertains to WP 3.2.1 or doesn’t include a plugin…so I thought I’d ask here.

    FWIW – I “think” I need to be editing the “bookmark.php” or the bookmark-template.php” file under the includes folder…so how far off am I? ??

    Any help is greatly appreciated.

    ~Rat

Viewing 1 replies (of 1 total)
  • This could possibly be done using CSS. Try adding this to the end of your style.css:

    ul.blogroll a {
        display: block;
    }

    If this does not work, please post a link to your site where the problem can be seen.

Viewing 1 replies (of 1 total)
  • The topic ‘Link Widget: Add a line break tag between Link & Description’ is closed to new replies.