Title: cloudcomputingtopics's Replies - page 2 | WordPress.org

---

# cloudcomputingtopics

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/users/cloudcomputingtopics/replies/?output_format=md)
[1](https://wordpress.org/support/users/cloudcomputingtopics/replies/?output_format=md)
2

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide calendar and posted by in posts](https://wordpress.org/support/topic/hide-calendar-and-posted-by-in-posts/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/hide-calendar-and-posted-by-in-posts/#post-1430065)
 * Thanks for your help. I managed to follow your instructions and it now works 
   as I wanted. Again, thanks a lot
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide calendar and posted by in posts](https://wordpress.org/support/topic/hide-calendar-and-posted-by-in-posts/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/hide-calendar-and-posted-by-in-posts/#post-1429970)
 * Thanks, this seems to be working (using `is-home`)
 * Would you know how this could be done similarly for hiding the comments line 
   below posts?
 * This code is from the index.php – and I think controlling the comment section:
 *     ```
       <p class="postmeta"><img src="<?php bloginfo('template_directory'); ?>
       	/images/category.png" align="top" alt="Category" /> Categories: <?php the_category(', ') ?>  |  <img src="<?php bloginfo('template_directory'); ?>/images/tag.png" align="top" alt="Tag" /> Tags: <?php the_tags('', ', ', ''); ?> | <img src="<?php bloginfo('template_directory'); ?>/images/comments.png" align="top" alt="Comments" />     <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
       	</div>
   
       	<?php comments_template(); ?>
       ```
   
 * Thanks,
    Olafur
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide calendar and posted by in posts](https://wordpress.org/support/topic/hide-calendar-and-posted-by-in-posts/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/hide-calendar-and-posted-by-in-posts/#post-1429924)
 * I am using the Eximius Theme v. 2.0.1 ([http://www.dkszone.net/eximius-free-3-column-wordpress-theme](http://www.dkszone.net/eximius-free-3-column-wordpress-theme))
 * This code is part of the index.php file – I gather this controls the appearance
   of the “calendar/date and posted by” line:
 * `<div class="postmeta"><img src="<?php bloginfo('template_directory'); ?>/images/
   calendar.png" align="center" alt="Calendar" /> <?php the_time('F j, Y'); ?> |
   Posted by <?php the_author(); ?> <?php edit_post_link('edit', '', ' '); ?></div
   >`
 * If however I remove this – the calendar and posted by will be removed from all
   posts – and I cannot control when I want to have it appearing.

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/users/cloudcomputingtopics/replies/?output_format=md)
[1](https://wordpress.org/support/users/cloudcomputingtopics/replies/?output_format=md)
2