• Hello everyone,

    I am just testing WP to see if it will fit my needs.
    So far it look okay but I have some trouble in modifying the layout.
    I tried to do some search in the forum but I guess my question on links is to general. Was not able to find any solution.

    My problem:
    You have “Links” which are displayed in the sidebar with a Widgets. The link will display both Name and Description but for me this is all to long for the sidebar and breaks somewhere in the middle. What I would like in the Description under the Name (which is clickable). I tried to find out where but no luck so far. I am not sure if this is done in theme template or in some WP template.

    To give you an idea .. this is the current output:

    <li id="linkcat-3" class="widget widget_links"><h3>My friends</h3>
    	<ul class='xoxo blogroll'>
    <li><a href="http://some.url/" rel="friend met" title="Some Title">Some Title</a>
    Some Description</li>
    	</ul>
    </li>

    So I guess I need to add some
    before the description?

    Thanks,
    Matthijs

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter matthys70

    (@matthys70)

    Pity you cannot do some preview .. coz HTML code is just working 🙂

    So I guess I need to add some <br /> before the description?

    Oeps .. didn’t read “Put code in between backticks.”

    try in the style.css (?):
    ul.xoxo li a {display:block; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links (Blogroll) format’ is closed to new replies.