Hi guys,
We are designing a little different and unique interface for our EasyBlog integration.
We designed the EasBlog frontpage and category pages to show up blog posts in a grid style layout.
We are using Komento integrated with easyblog
At the bottom of each blog item (inside blog.item.php template file) we want to show up some comments related information this way
If there are no comments
{show this}
If there is 1 comment
{show latest comment author avatar}
{output latest comment link}
If there are 2 comments
{show latest 2 comment authors avatars}
{output latest comment link}
If there are 3 comments or more
{show latest 3 comment authors avatars}
{output latest comment link}
See the attachment for an example
I tried to play around inside blog.item.comment.list.php file but i think the template file code applys only to built-in EB comment and does not work for Komento integration, right ?
Any tips on how to achieve what we seek ?
Would love some code example ! Thanks !!!!!!!