Hi all!
I am building a site that has ~50 pages. Each page has its own list of bookmarks.
To manage the bookmarks I would like to use the Link Manager.
For each page I will create a link category and fill it with links that pertain to a page.
To write the most streamlined logic, I would like to grab the page slug that I am currently on - and use it as the parameter for the category_name within wp_list_bookmarks.
I have found that category_name is not working at all tho... and the functional reference is not helping :(
any thoughts or help would be appreciate!!
-Shua