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 Re: wp_list_bookmarks styling show_description

#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.