WPIntell

Source evidence

How to show link categories description?

Link Manager · support · 2016-02-02T19:09:00+00:00

complaintsentiment
mediumseverity
0.69relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Touda unresolved
I 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.

Comments

1 shown
Touda 2016-02-03T18:55:00+00:00

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.