Conversation
supportI wonder if somebody got a solution for those topics (they are really the same) which seemingly remained unsolved: https://wordpress.org/support/topic/add-link-category-description-to-list-of-bookmarks https://wordpress.org/support/topic/wp_list_bookmarks-how-to-show-link-category-description I.e.: how to use wp_list_bookmarks() to show category_descriptio n field. https://wordpress.org/plugins/link-manager/
In a custom template, you can always use echo term_description( 20, 'link_category' ) to show the link category description. Instead of 20 you must put the link category ID which you can guess looking at the URL when you edit them from the control panel. Hope this helps someone.
In a custom template, you can always use echo term_description( 20, 'link_category' ) to show the link category description. Instead of 20 you must put the link category ID which you can guess looking at the URL when you edit them from the control panel. Hope this helps someone.