Title: nudirection's Replies | WordPress.org

---

# nudirection

  [  ](https://wordpress.org/support/users/nudirection/)

 *   [Profile](https://wordpress.org/support/users/nudirection/)
 *   [Topics Started](https://wordpress.org/support/users/nudirection/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nudirection/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nudirection/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nudirection/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nudirection/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nudirection/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No Comments on Post](https://wordpress.org/support/topic/no-comments-on-post/)
 *  [nudirection](https://wordpress.org/support/users/nudirection/)
 * (@nudirection)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/no-comments-on-post/#post-990125)
 * Hi, I am also having the exact same problem with my site. Thank you for that 
   reply, but I have implemented it and alas, still no improvement. Here is a snippet
   of my code from the index.php file in the Amazing Grace theme. Is there something
   else I should be doing? If you need to take a look, my website is [http://whengodhelps.com](http://whengodhelps.com).
 *     ```
       <?php endif; ?>
   
       						<?php if (!is_singular()): ?>
       							<span class="commentslink"><?php comments_popup_link('No comments »', '1 Comment »', '% Comments »');?></span>
       						<?php else: ?>
       							<span class="rss">Subscribe to <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Subscribe to RSS feed'); ?>" ><?php _e('<abbr title="Subscribe to RSS Feed">RSS</abbr>'); ?></a> feed</span>
       						<?php endif; ?>
   
       						<?php edit_post_link('Edit', ' | ', ''); ?>
       <?php comments_template(); ?>
   
       					</div>
       				</div>
   
       				<?php if ($loopcounter == 1 && !is_singular()) { include (TEMPLATEPATH . '/ad_middle.php'); } ?>                 
   
       			</div>	
   
       			<?php if (is_singular()): ?>
       				<div class="commentsblock">
       					<?php comments_template(); ?>
       				</div>
       			<?php endif; ?>
   
       	</div>
   
       	<?php endwhile; ?>
   
       	<?php if (!is_singular()): ?>
       		<div id="nav-global" class="navigation">
       			<div class="nav-previous">
       			<?php
       				next_posts_link('&laquo; Previous entries');
       				echo '&nbsp;';
       				previous_posts_link('Next entries &raquo;');
       			?>
       			</div>
       		</div>
   
       	<?php endif; ?>
   
       	<?php else : ?>
   
       		<h2>Not Found</h2>
       		<div class="entrybody">Sorry, but you are looking for something that isn't here.</div>
       	<?php endif; ?>
   
       </div>
   
       <?php get_footer(); ?>
       ```
   
 * Thanks so much for your help.

Viewing 1 replies (of 1 total)