Title: Disabling Date &amp; Comments for Specific Posts
Last modified: August 19, 2016

---

# Disabling Date & Comments for Specific Posts

 *  [aeonbotanica](https://wordpress.org/support/users/aeonbotanica/)
 * (@aeonbotanica)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/disabling-date-amp-comments-for-specific-posts/)
 * Hi,
 * Is it possible to disable date, comments, categories, etc. for specific posts?
 * I’m also curious why within WP-Admin, my home page does not show up among the
   list of pages I can edit.
 * Thanks in advance for your help,
    Aeon [](http://aeonbotanica.com)

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

 *  [racer x](https://wordpress.org/support/users/racer-x-1/)
 * (@racer-x-1)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/disabling-date-amp-comments-for-specific-posts/#post-1487167)
 * To disable date output or categories may involve editing the theme files directly.
   Each theme may handle this differently. Usually there is a line that looks like
   this:
 *     ```
       <?php the_time('D, M j, Y'); ?>
       or
       <?php the_category(', ') ?>
       ```
   
 * You can comment those lines(which means in php they won’t output or do anything)
   like this:
 *     ```
       <?php //the_time('D, M j, Y'); ?>
       or
       <?php //the_category(', ') ?>
       ```
   
 * Obviously, if you are not comfortable editing template files, I do not recommend
   digging in to those.
 * You can choose which posts can have comments at the bottom of the post creation
   page in the “Discussion” panel.
 * Your home page is probably index.php. This is a dynamic file that pulls the most
   recent posts into your home page. You would need to have a pretty good understanding
   of WordPress to want to edit that file.
 * You can set ANY page as your home page btw in Settings->Reading.
 *  Thread Starter [aeonbotanica](https://wordpress.org/support/users/aeonbotanica/)
 * (@aeonbotanica)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/disabling-date-amp-comments-for-specific-posts/#post-1487180)
 * VERY enlightening, racer X. I do appreciate the detailed information.
 * Aeon

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

The topic ‘Disabling Date & Comments for Specific Posts’ is closed to new replies.

## Tags

 * [turn off comments](https://wordpress.org/support/topic-tag/turn-off-comments/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [aeonbotanica](https://wordpress.org/support/users/aeonbotanica/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/disabling-date-amp-comments-for-specific-posts/#post-1487180)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
