Title: bmos's Replies | WordPress.org

---

# bmos

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] Move "comments" link to bottom of post](https://wordpress.org/support/topic/move-comments-link-to-bottom-of-post/)
 *  [bmos](https://wordpress.org/support/users/bmos/)
 * (@bmos)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/move-comments-link-to-bottom-of-post/#post-5076409)
 * what you probably are wanting to do is ONLY have the comments below. in that 
   case use only this part (and remove it from the earlier section):
 *     ```
       <div class="below-title-meta">
       		 <div class="adt-comment">
       		 <a class="link-comments" href="<?php  comments_link(); ?>"><?php comments_number(__('0 Comment','themonic'),__('1 Comment'),__('% Comments')); ?></a>
                </div>
            </div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] Move "comments" link to bottom of post](https://wordpress.org/support/topic/move-comments-link-to-bottom-of-post/)
 *  [bmos](https://wordpress.org/support/users/bmos/)
 * (@bmos)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/move-comments-link-to-bottom-of-post/#post-5076408)
 * content.php is the file. mine is so modified at this point i can’t even tell 
   you where to look in yours but look for these lines.
 *     ```
       <div class="below-title-meta">
       		<div class="adt">
       		<?php _e('By','themonic'); ?>
               <span class="author">
                <?php echo the_author_posts_link(); ?>
               </span>
                <span class="meta-sep">|</span>
                <?php echo get_the_date(); ?>
                </div>
       		 <div class="adt-comment">
       		 <a class="link-comments" href="<?php  comments_link(); ?>"><?php comments_number(__('0 Comment','themonic'),__('1 Comment'),__('% Comments')); ?></a>
                </div>
            </div>
       ```
   
 * move that down so it’s right before `<footer class="entry-meta">`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] How to see the number of comments on homepage?](https://wordpress.org/support/topic/how-to-see-the-number-of-comments-on-homepage/)
 *  [bmos](https://wordpress.org/support/users/bmos/)
 * (@bmos)
 * [12 years ago](https://wordpress.org/support/topic/how-to-see-the-number-of-comments-on-homepage/#post-4548949)
 * easy. look for this in content.php and change to below
 * <!– Removed the meta data here so it doesn’t duplicate on single post pages line
   31-43 –>
 *  <?php endif; // display meta-date on single page() ?>
 *  <div class=”below-title-meta”>
    <div class=”adt”> <?php _e(‘By’,’themonic’);?
   > <span class=”author”> <?php echo the_author_posts_link(); ?> </span> <span 
   class=”meta-sep”>|</span> <?php echo get_the_date(); ?> </div> <div class=”adt-
   comment”> “><?php comments_number(__(‘0 Comment’,’themonic’),__(‘1 Comment’),
   __(‘% Comments’)); ?> </div> </div><!– below title meta end –>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] Header image out of margins with explorer and firefox](https://wordpress.org/support/topic/header-image-out-of-margins-with-explorer-and-firefox/)
 *  [bmos](https://wordpress.org/support/users/bmos/)
 * (@bmos)
 * [12 years ago](https://wordpress.org/support/topic/header-image-out-of-margins-with-explorer-and-firefox/#post-4533926)
 * i have the same issue. the demo image doesn’t stretch the whole width of the 
   header so you can’t tell if that’s going to do it or not. but yeah, FF and IE
   don’t look good.

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