Title: Style Pingbacks
Last modified: August 18, 2016

---

# Style Pingbacks

 *  [roobottom](https://wordpress.org/support/users/roobottom/)
 * (@roobottom)
 * [20 years ago](https://wordpress.org/support/topic/style-pingbacks/)
 * How do I go about listing my pingbacks in a separate list to my comments? This
   is so I can style the pingbacks differently to the comments. akin to… [http://orderedlist.com/](http://orderedlist.com/)
 * THANKS!!

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

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years ago](https://wordpress.org/support/topic/style-pingbacks/#post-386326)
 * `<?php foreach ($comments as $comment) : ?>`
 * `<?php
    $ispingb = false; if($comment->comment_type == 'pingback') { $ispingb
   = true; } ?>
 * `<?php if($ispingb ) { echo '<div class="pbcomment">';} ?>`
    `<?php comment_text()?
   >` `<?php if($ispingb ) { echo '</div>';} ?>`
 * That’s about how I have mine, with .pbcomment being defined in the css.
    Any 
   use?
 *  Thread Starter [roobottom](https://wordpress.org/support/users/roobottom/)
 * (@roobottom)
 * [20 years ago](https://wordpress.org/support/topic/style-pingbacks/#post-386544)
 * Yeah, that’s sort of what I’m after, but I’d like all the pings backs separate
   to the comments, regardless of when they were posted. Any ideas?
 * Thanks!!
 *  [Michael Bishop](https://wordpress.org/support/users/miklb/)
 * (@miklb)
 * [20 years ago](https://wordpress.org/support/topic/style-pingbacks/#post-386546)
 * [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/)
 * Perhaps that code is more what you are after?

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

The topic ‘Style Pingbacks’ is closed to new replies.

## Tags

 * [pingbacks](https://wordpress.org/support/topic-tag/pingbacks/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 3 replies
 * 3 participants
 * Last reply from: [Michael Bishop](https://wordpress.org/support/users/miklb/)
 * Last activity: [20 years ago](https://wordpress.org/support/topic/style-pingbacks/#post-386546)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
