category_description() for Link Categories???
-
In earlier wordpress versions one could use the following code for displaying description of a link category:
<?php echo category_description(12); ?>
Where 12 is the category ID.
Now since categories and link categories are made completely 2 different entities… the above code dsnt work. I dont see any other wordpress tag supporting this.
Can someone please let me know how can i achieve this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘category_description() for Link Categories???’ is closed to new replies.