Weird Request: Get bookmarks under categories displaying notes
-
Hi,
So I’m using the bookmarks section of WP as a kind of pseudo CMS for entering small data. Each item has a title (the name) a text field (the bookmark’s note) and a category (the bookmarks category).
I’ve been trying for ages, but cant seem to write a function that does the following.
– Lists all my bookmarks by category
– Lists each of these bookmarks in a way that displays both the title and the ‘notes’ field (ie echo $bookmark->link_name; and echo $bookmark->link_notes; )ie
CAT1
BOOMARKTITLE1
BOOKMARKNOTE1
BOOMARKTITLE2
BOOKMARKNOTE2
BOOMARKTITLE3
BOOKMARKNOTE3CAT2
BOOMARKTITLE1
BOOKMARKNOTE1
BOOMARKTITLE2
BOOKMARKNOTE2
CAT3
….Anybody have any thoughts? Would be much appreciated
The topic ‘Weird Request: Get bookmarks under categories displaying notes’ is closed to new replies.