Same problem here. I’d really like to have the descriptions in my links list be output _under_ the links (via <br \>
) instead of right beside them, just separated by a space. As far as I can see, there is no possibility to influence this behaviour through css-styles, because the complete content (output) of the list ist generated through wp_get_links_list() or get_links_list().
Now, while I’m able to manipulate the php-code of the corresponding links.php include-file, I don’t understand php and don’t know exactly where in the code (and how) I can make the necessary changes.
Anyone have an idea? Your help would really be appreciated (especially plug-and-play php-code-snippets ?? )