Title: Remove post author and date
Last modified: August 24, 2016

---

# Remove post author and date

 *  Resolved [TeqToo](https://wordpress.org/support/users/teqtoo/)
 * (@teqtoo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/)
 * I’m working with a child theme of twenty-eleven, and have already downloaded 
   my single.php page and renamed it single-ai1ec_event.php. I just don’t know what
   to change in it to remove the post author and date from the bottom of the event
   detail page. Thanks.
 * [https://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

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

 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/#post-6139329)
 * Hi,
 * This adds your wp theme, you can hide using CSS.
 *  Thread Starter [TeqToo](https://wordpress.org/support/users/teqtoo/)
 * (@teqtoo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/#post-6139337)
 * What is the code I should add to my css file in order to hide this?
 * I tried a couple of the codes suggested in [this thread](https://wordpress.org/support/topic/hide-author-and-event-post-date?replies=18)(
   which I found after posting the above question) but none of them seemed to work.
 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/#post-6139341)
 * Can you please provide a link to your calendar page.
 *  Thread Starter [TeqToo](https://wordpress.org/support/users/teqtoo/)
 * (@teqtoo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/#post-6139342)
 * Here: [http://www.carriage-house-inn.com/?page_id=1298](http://www.carriage-house-inn.com/?page_id=1298)
 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/#post-6139366)
 * Please use the following code:
 *     ```
       .single-ai1ec_event .entry-meta
       {
       	display: none;
       }
       ```
   
 *  Thread Starter [TeqToo](https://wordpress.org/support/users/teqtoo/)
 * (@teqtoo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/#post-6139372)
 * Oh, YES! That worked! Thanks! Now I have a few other questions, if you don’t 
   mind. First, is there a way to make _unchecking_ “allow comments” and “allow 
   trackbacks” the default when creating a new event, so it doesn’t have to be done
   manually every time?
 * Would you prefer to have these questions posted individually in their own threads?
   I have about three more.

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

The topic ‘Remove post author and date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [TeqToo](https://wordpress.org/support/users/teqtoo/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-author-and-date/#post-6139372)
 * Status: resolved