Title: Trackback Count
Last modified: August 18, 2016

---

# Trackback Count

 *  Resolved [fembat](https://wordpress.org/support/users/fembat/)
 * (@fembat)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/trackback-count/)
 * Can anyone suggest a reliable way to display the number of trackbacks a post 
   has received – in the same way the number of comments
 * In order words
 * Comments (0) Trackbacks (0)
 * Like on Movabletype etc.

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

 *  [contentrobot](https://wordpress.org/support/users/contentrobot/)
 * (@contentrobot)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/trackback-count/#post-366645)
 * While this is not totally what you are after, it may be of some help…
    [http://www.cre8d-design.com/blog/2006/03/27/separating-pingbackstrackbacks-from-comments-in-wordpress-20/](http://www.cre8d-design.com/blog/2006/03/27/separating-pingbackstrackbacks-from-comments-in-wordpress-20/)
 *  [leevigraham](https://wordpress.org/support/users/leevigraham/)
 * (@leevigraham)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/trackback-count/#post-367296)
 * This little snippet will achieve what you need…
 *     ```
       <?php /* NUMBERS OF PINGS AND COMMENTS */
         $ping_count = $comment_count = 0;
         foreach ( $comments as $comment )
           get_comment_type() == "comment" ? ++$comment_count : ++$ping_count;
       ?>
       ```
   

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

The topic ‘Trackback Count’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [leevigraham](https://wordpress.org/support/users/leevigraham/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/trackback-count/#post-367296)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
