Forum
Perch Blog - only show posts, not comments
For the code
<?php perch_blog_recent_posts(10); ?>
is there any way to stop the comment total from being shown?
For the code
<?php perch_blog_recent_posts(10); ?>
is there any way to stop the comment total from being shown?
Yes, just edit the templates to show whatever you want.
https://docs.grabaperch.com/addons/blog/template-tags/
Thanks.
It was the "post_in_list.html" template, of which I copied from:
/perch/addons/apps/perch_blog/templates/blog/
to
/perch/templates/blog/
and I removed the following code:
which made the comment count disappear.
Thanks again for writing back