Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End wp_list_bookmarks styling show_description

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29006
    iamSteve
    Member

    i want to style the description i have outputting for each link in the category i have shown here http://iamsteve.me/blog/ (under useful finds), as their is nothing to define it i can’t figure out how to style it. i took a look within bookmarks-template.php but i can’t find anything that could help with it.

    i tried &before=<span>&after=</span> just to test but that wraps the whole item within a span, which is part way there i guess but i cant position the description the way i’d like.

    hopefully an easy job,
    many thanks in advance.

    #77599
    gradgraph
    Member

    One way to do it is to use the "before" property and set it to the beginning of whatever div/span/inline styling that you want to use:

    Code:
      &after=‘); ?>

    This will allow you to isolate the description text and style it as you wish. I just happened to figure this out today two and I was searching for a solution, thought I would offer up what I found out!

    Hope this helps!

    Good luck

    Wes D.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.