• Hi There.

    Om my website (here) i’ve got wordpress up and running. On the ‘links’ page i show the bookmarks that are added with wordpress (by including wp-config.php). So far, so good.

    But i would like to change the way the bookmarks are formatted. In the left part of the screen i would like to have a small overview of the different catagories. When you click on one of the catagories you should be taken to a overview with the different bookmarks that are in that catagorie.

    My question is, how the BIEB am i going to do that? I am able to only show catagories, but they are not linked to a overview or something like that. Is there a plugin for this (expect not) or what should the php code look like?

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

    (@hunink89)

    Oke, so far i found out i could use the following string:

    <?php wp_list_bookmarks(‘categorize=1&category_before=

    • &category_after=
    • ‘) ?>

      But the big question now is: how should the part where $cats is right now look?

Viewing 1 replies (of 1 total)
  • The topic ‘Bookmark catagories as links’ is closed to new replies.