want to make wp_list_bookmarks category names into jump link directory
-
I am interested in making directory of links using the links panel. However my list of links is exceptionally long so I would like to have two functions in my custom page template – one that pulls the whole list and makes the category titles into named anchors using the category id and another that shows only the category titles and are jump links to the category id name within the page.
Does anyone have any insight on how to do this?
below is how far I have gotten which isn’t that far…
<?php wp_list_bookmarks( 'orderby=name&order=ASC&limit=-1&show_description=1&title_before=<a name="cat id" >&title_after=</a> ' ); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘want to make wp_list_bookmarks category names into jump link directory’ is closed to new replies.