Title: Modularity &#8211; lite theme issue
Last modified: August 19, 2016

---

# Modularity – lite theme issue

 *  Resolved [thelongmile](https://wordpress.org/support/users/thelongmile/)
 * (@thelongmile)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/modularity-lite-theme-issue/)
 * Hi there, I’m having some issues with modularity lite. Comments are showing up
   correctly but trackbacks and pingbacks are overlapping them in some very odd 
   way
 * here’s a screenshot
    [http://img38.imageshack.us/my.php?image=commentsbug.jpg](http://img38.imageshack.us/my.php?image=commentsbug.jpg)
 * I cant quite work out how this is happening or what code to edit, but looking
   at it, it seems to be because pingbacks and trackbacks dont generate any avatars.
   Here’s the code thats in there at the moment
 *     ```
       <ol class="commentlist">
   
       <?php foreach ($comments as $comment) : ?>
   
       <li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
       <?php echo get_avatar( $comment, 75 ); ?><br />
       <strong><?php comment_author_link() ?></strong>
   
       <div class="comment-entry">
   
       <?php comment_text() ?>
       <?php if ($comment->comment_approved == '0') : ?>
       <p><em>Your comment is awaiting moderation.</em></p>
       <?php endif; ?>
       <p class="post-time"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('M d, Y') ?> @ <?php comment_time() ?></a><br /><?php edit_comment_link('Edit','',''); ?></p>
       </div>
       </li>
   
       <?php /* Changes every other comment to a different class */
       if ('alt' == $oddcomment) $oddcomment = '';
       else $oddcomment = 'alt';
       ?>
   
       <?php endforeach; /* end for each comment */ ?>
   
       </ol>
   
       <?php else : // this is displayed if there are no comments so far ?>
   
       <?php if ('open' == $post->comment_status) : ?>
       <!-- If comments are open, but there are no comments. -->
   
       <?php else : // comments are closed ?>
       <!-- If comments are closed. -->
       <p class="nocomments">Comments are closed.</p>
   
       <?php endif; ?>
       <?php endif; ?>
       ```
   
 * any ideas on this at all please? I have asked on the one and only free forum 
   they have but unfortunately there’s not much luck to be had there. The more current
   forum they have is unfortunately a paid for resource, which I’m loathed to do
   as I like to take the free templates and customize them under gpl, so keeping
   free.
 * Many thanks

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/modularity-lite-theme-issue/#post-1097698)
 * A link to your site would help…
 *  Thread Starter [thelongmile](https://wordpress.org/support/users/thelongmile/)
 * (@thelongmile)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/modularity-lite-theme-issue/#post-1097856)
 * apologies, its over at [http://testbed.thelongmile.net](http://testbed.thelongmile.net)
 *  Thread Starter [thelongmile](https://wordpress.org/support/users/thelongmile/)
 * (@thelongmile)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/modularity-lite-theme-issue/#post-1097872)
 * For anyone interested I have no solved the problem using a little workaround 
   on this site
 * [http://www.dailyblogtips.com/separate-trackbacks-from-comments-on-your-wordpress-blog/](http://www.dailyblogtips.com/separate-trackbacks-from-comments-on-your-wordpress-blog/)

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

The topic ‘Modularity – lite theme issue’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [GraphPaperPress](https://wordpress.org/support/topic-tag/graphpaperpress/)
 * [overlap](https://wordpress.org/support/topic-tag/overlap/)

 * 3 replies
 * 2 participants
 * Last reply from: [thelongmile](https://wordpress.org/support/users/thelongmile/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/modularity-lite-theme-issue/#post-1097872)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
