Title: Disable Author / Date
Last modified: August 21, 2016

---

# Disable Author / Date

 *  Resolved [rushwhq](https://wordpress.org/support/users/rushwhq/)
 * (@rushwhq)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/disable-author-date/)
 * Hi
 * Can anyone help me, i want to disable author and date…
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/disable-author-date/#post-5057200)
 * Hello,
 * Use a custom CSS plugin like this [one](http://wordpress.org/plugins/simple-custom-css/).
 * To hide the author and date on single post view paste this code in the plugin:
 *     ```
       .single .entry-meta {
            display: none;
       }
       ```
   
 * If you also want to disable the date from the index posts, the whole code will
   be this:
 *     ```
       .single .entry-meta,
       .posted-on {
            display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Disable Author / Date’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/solon/1.08/screenshot.png)
 * Solon
 * [Support Threads](https://wordpress.org/support/theme/solon/)
 * [Active Topics](https://wordpress.org/support/theme/solon/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/solon/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/solon/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [vladff](https://wordpress.org/support/users/vladff/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/disable-author-date/#post-5057200)
 * Status: resolved