coolblogs
Member
Posted 3 years ago #
Hi there, few days back I downloaded WordPress and started using it and since this is the first time I am using WordPress I have no knowledge of it whatsoever and I am facing a problem here, my problem is line break between link and description in "Blogroll" which is located in sidebar, I want to know how to bring the description under the link title, even setting it in Admin Panel description is not getting under the link title instead showing up next to it, I will appreciate any of help from you guys, can someone help me?.
By the way WordPress is awesome.
Colleen78
Member
Posted 3 years ago #
I am having this problem too and I don't want to have to edit links.php as I've seen mentioned in this forum, there must be another way.
it is doable... Here is an example (it's a full page links pag, but you should get the idea)
http://www.scamcity.co.uk/history/version7/links.php
It uses the <?php get_links(); ?> template tag
http://codex.wordpress.org/Template_Tags/get_links
<?php get_links('1', '<h3 class="posttitle">', '</p>', '</h3><p class="posted"> </p><p>', 'false', 'name', 'true', 'false', '-1', 'true', 'true'); ?>
easily modifiable to add a line underneath a link
i dunno if this bug still exists but for me it did in the version 2.0.4 and i have summarized a solution for it. just with some CSS changes.
check
http://fabiankoehler.de/wdb/?p=24