I want to link the categories of the blog with link categories. The idea is to display relevant links with a particular category.
E.g.: The category page for Football news in the blog must display all the links from the Football category in the Links . And so on.
The only way I can get started is have identical names for categories both for posts as well as links. I only know I can get started with a conditional tag like is_category('Football'). but there seems to be no conditional tag for link categories. Couldn't find anything at codex.wordpress.org/Conditional_Tags.
Any tip-off would be greatly appreciate.
TIA.