Title: Separate pingbacks from comments &#8211; Custom Theme
Last modified: August 19, 2016

---

# Separate pingbacks from comments – Custom Theme

 *  5596754
 * [16 years, 3 months ago](https://wordpress.org/support/topic/separate-pingbacks-from-comments-custom-theme/)
 * Hi everyone!
 * I’m having a problem separating my **pingbacks** from my **comments** on my posts,
   due to the fact that my theme doesn’t seem to be using the standard “**wp_list_comments**”
   function.
 * I’m using the latest **2.9.x** version.
    this is an excerpt from my **comments.
   php** file: What could be done here? (Sorry if it’s a bit long, not sure about
   where the interesting area is)
 * ———————————————————————-
 * <ol class=”commentlist”>
    <h3 class=”comments”><?php comments_number(‘No Responses’,‘
   One Response’, ‘% Responses’ );?> to “<?php the_title(); ?>”</h3>
 *  <?php foreach ($comments as $comment) : ?>
 *  <li <?php echo $oddcomment; ?>id=”comment-<?php comment_ID() ?>”>
    <cite><?php
   comment_author_link() ?></cite> Says: <?php if ($comment->comment_approved ==‘
   0’) : ?> _Your comment is awaiting moderation._ <?php endif; ?>
 *  <?php edit_comment_link(‘edit’,’  ‘,”); ?></small>
 *  <?php comment_text() ?>
 *  <?php
    /* Changes every other comment to a different class */ $oddcomment = (
   empty( $oddcomment ) ) ? ‘class=”alt” ‘ : ”; ?>
 *  <?php endforeach; /* end for each comment */ ?>
 * —————————————————————
 * Thanks a lot!
 * [http://www.caputmundicibus.com](http://www.caputmundicibus.com)

The topic ‘Separate pingbacks from comments – Custom Theme’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [pingbacks](https://wordpress.org/support/topic-tag/pingbacks/)
 * [trackbacks](https://wordpress.org/support/topic-tag/trackbacks/)
 * [wp_list_comments](https://wordpress.org/support/topic-tag/wp_list_comments/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: 5596754
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/separate-pingbacks-from-comments-custom-theme/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
