Show total number of comments in Post Comment heading in Genesis Last Updated on September 13, 2019 Favorited: 0 timesadd_filter( 'genesis_title_comments', 'gk_title_comments'); function gk_title_comments() { return __(comments_number( '<h3>Comments</h3>', '<h3>Comment (1)</h3>', '<h3>Comments (%)</h3>' ), 'genesis' ); }