By David Silva on Tuesday, 11 July 2017
Posted in General Issues
Replies 1
Likes 0
Views 304
Votes 0
Hi I just want to know if the "Easyblog - Categories Module" can show the category description.

Thanks in advance.
Hello David,

We currently do not display the description of the category in the categories module but you can always modify the template file of the module and create an override. Then, all you need to do is to use the following codes,

[gist]
<?php echo $category->description;?>
[/gist]
·
Tuesday, 11 July 2017 22:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post