Archived topic
Comments
3 replies · Started by John on December 9, 2017
Hi Tom,
A question
Under a blog post is shown: Leave a Comment or xx Comments.
Is it possible to combine these two?
When there is no comment then: Leave a Comment
When there are comments: xx Comments, Leave a Comment.
Is this possible in WPSP too?
Like to hear from you
Kind regards
John
Hi there,
Unfortunately, the WP function that displays that text is very old and can't be filtered.
That means you'd have to copy this entire function, and paste it into your child theme: https://github.com/tomusborne/generatepress/blob/2.0/inc/structure/post-meta.php#L153-L186
Then adjust the text on this line: https://github.com/tomusborne/generatepress/blob/2.0/inc/structure/post-meta.php#L182
Thanks Tom,
This works fine.
Kind Regards
John
No problem :)