Support » Plugins » Offset Bookmarks

  • Hi,

    I’m looking to offset my bookmarks so that I can organize them into columns:

    <div id="column-1"><?php wp_list_bookmarks('limit=7'); ?></div>
    <div id="column-2"><?php wp_list_bookmarks('limit=7&offset=7'); ?></div>
    <div id="column-3"><?php wp_list_bookmarks('limit=7&offset=14'); ?></div>

    Is there a way to offset this function like you can with query_posts()?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter bcreighton

    (@bcreighton)

    Hmmm, I think I could do this with a forach loop and using the get_bookmarks() function if I could wrap my head around it.

Viewing 1 replies (of 1 total)
  • The topic ‘Offset Bookmarks’ is closed to new replies.