Title: Pingbacks in Comments
Last modified: August 31, 2016

---

# Pingbacks in Comments

 *  Resolved [saschawalk](https://wordpress.org/support/users/saschawalk/)
 * (@saschawalk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/pingbacks-in-comments-2/)
 * Hello,
 * I’m using MesoColumn and I really like it.
 * I’ve got some problems with the comment section on my page, for example on
    [https://www.blog-in-orange.de/spurenleser/](https://www.blog-in-orange.de/spurenleser/)
 * There is one Pingback from [http://soschyontour.de/spurenleser/](http://soschyontour.de/spurenleser/)
   with has already been counted, but not shown on the website.
 * It would be nice to show all pingbacks on the site.
    Could someone help me?
 * Kind regards
    Sascha from Germany

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/pingbacks-in-comments-2/#post-7108162)
 * not sure about this, let me check.
    the comment and pingback is separated if 
   i remember correctly.
 *  Thread Starter [saschawalk](https://wordpress.org/support/users/saschawalk/)
 * (@saschawalk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/pingbacks-in-comments-2/#post-7108170)
 * Thanks for your answer.
    For me it would be absolut all right if they where shown
   separatly. but by now the pingbacks are not available at all. But they are available
   in the count of comments.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/pingbacks-in-comments-2/#post-7108202)
 * open mesocolumn/comments.php edit line 31-39
 *     ```
       <?php do_action( 'bp_before_blog_ping_list' ); ?>
       <?php if ( ! empty($comments_by_type['pings']) ) : ?>
       <h4><span><?php echo dez_get_wp_comment_count('pings'); ?></span></h4>
       <ol class="pinglist">
       <?php wp_list_comments('type=pings&callback=dez_get_the_list_pings'); ?>
       </ol>
       <?php endif; ?>
       <?php do_action( 'bp_after_blog_ping_list' ); ?>
       ```
   
 * to
 *     ```
       <?php do_action( 'bp_before_blog_ping_list' ); ?>
       <h4><span><?php echo dez_get_wp_comment_count('pings'); ?></span></h4>
       <ol class="pinglist">
       <?php wp_list_comments('type=pings'); ?>
       </ol>
       <?php do_action( 'bp_after_blog_ping_list' ); ?>
       ```
   
 *  Thread Starter [saschawalk](https://wordpress.org/support/users/saschawalk/)
 * (@saschawalk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/pingbacks-in-comments-2/#post-7108203)
 * It works very fine, as you can see here: [https://www.blog-in-orange.de/spurenleser/](https://www.blog-in-orange.de/spurenleser/)
 * I’ve also tried normal comments and they also work.
 * Thanks for your help and this great template.
 *  [rame16](https://wordpress.org/support/users/rame16/)
 * (@rame16)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pingbacks-in-comments-2/#post-7108236)
 * hello, i got that pingback thing just after reimporting to another wordpress 
   installation. why just not remove the ‘notify pingbacks’ , in discussion settings.
   Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Pingbacks in Comments’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mesocolumn/1.6.5.1/screenshot.
   png)
 * MesoColumn
 * [Support Threads](https://wordpress.org/support/theme/mesocolumn/)
 * [Active Topics](https://wordpress.org/support/theme/mesocolumn/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mesocolumn/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mesocolumn/reviews/)

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [pingback](https://wordpress.org/support/topic-tag/pingback/)
 * [trackback](https://wordpress.org/support/topic-tag/trackback/)

 * 5 replies
 * 3 participants
 * Last reply from: [rame16](https://wordpress.org/support/users/rame16/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/pingbacks-in-comments-2/#post-7108236)
 * Status: resolved