Forum
How to remove comments from blog index page
While a work in progress, at https://resumerelief.com/blog/ I can't figure out how to remove the lines that say Comments: 0.
I've successfully removed the comments fields from my post.php page, but can't figure out what I have to do to remove them from my blog's index.php page.
Thanks for any help!
Edit the templates as explained in the documentation: https://docs.grabaperch.com/docs/blog/template-tags/
What wasn't clear to me initially was that the comments language/reference I needed to delete was actually within the templates/blog/post_in_list.html file.
That solved it!