I’d like to separate pingbacks from comments on post pages. Right now pingbacks are listed at the bottom of comment list. I’d like to have the headline „PINGBACKS“ just before pingbacks will be listed.
Thank you. I did follow the instructions of the example but it didn’t work. I replaced the comments.php and put the two other php files in the same folder. The result is that only both h3 headlines are being displayed including the number of comments. No comments, no pingbacks and no number of pingbacks are being displayed.
I want to have the pingback h3 headline only been shown if there are pingbacks. I tried this one but it doesn’t work
if ( ! empty($comments_by_type[‘pings’]) ) :