Category description in single post..
-
Hello,
I want to have the category description in my single post php..
So every post will show the description of the category it was posted in.
Now this works ok :
<?php echo category_description(3); ?>However I want to have the description of the category of the active post someone is watching.. So how can I replace the ‘3’ with the catid belonging to the active postid?
Hope someone can help me out on this one!
Thank you for your time and effort!
Regards
Edwin
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Category description in single post..’ is closed to new replies.