• I’m trying to display bookmarks in a specific manner… I’ve set a sample gif of what I’m trying to do.

    Basically I need to call the title, desc and url (a) and display it with something I can manipulate in css to resemble the sample.

    https://carterphotodesign.com/sample.gif

    I could really use some help.

    -B

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well what have you got so far?.. ??

    Thread Starter bcarter79

    (@bcarter79)

    Nothing more than what can be found on the www.remarpro.com Codex Examples. To be honest—this has been something I just can’t get. I know it’s like asking for someone to hold my hand, but that’s exactly what I need—and I’m not good at asking for help.

    wp_list_bookmarks outputs the link and description in the link tag..

    Example:

    <a href="https://somesite/link1" title="description-of-link">Link name</a>

    The only way to extract that is with regex (regular expressions)… i’d personally say that’s an inefficient means to doing it though.

    Else you’d need to write your own query or code to select and order the data how you want.

    Unless someone else can think of an easier way?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help Customizing: wp list bookmarks’ is closed to new replies.