Archived topic
How to add Comment count & Update date in the Post Hero.
3 replies · Started by Amol Chavan on May 10, 2020
Hello I'm using below code in my Post Hero.
<h1>{{post_title}}</h1>
{{post_author}} | {{post_date}} | {{post_terms.category}}. I want to add two things here:-
1. So here instead of {post_date} I want to display Latest updated date of post (Modified date)
2. Also I want to show comment count like this: 161 COMMENTS
How I can achieve this?
Hi there,
1. This doc provides the PHP Snippet to do that:
2. You would need to create a shortcode to add to your hero. Tom provides some code here:
https://generatepress.com/forums/topic/design-meta-line-s-screenshot/page/2/#post-1201092
You just need the comment-count shortcode.
Thanks issue has been resolved and working as expected.
Glad to hear that