• Hi there,

    I’ve been working a while on finishing up a new website when it comes to the Bookmarks page. I have made a template for that, and are using this code for getting the bookmarks.

    <?php wp_list_bookmarks
    				('title_li=
    					&category_before=
    					&category_after=
    					&orderby=name
    					&show_description=1
    					&between=<br />
    				'); ?>

    The site owner has a looong list in several bookmark categories. And so instead of displaying a 4 meter long list with all categories on one page. How can I make a navigation on this on the top of the page first?

    I was thinking av getting the bookmark categories displayed first on the top, and when clicking on one of them, the bookmarks of that category displays on the same page.

    Is there a way of coding that up in the links template file?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Best way of making a Bookmarks navigation in Links Template’ is closed to new replies.