Title: Remove published on date
Last modified: August 22, 2016

---

# Remove published on date

 *  Resolved [Kristyak1](https://wordpress.org/support/users/kristyak1/)
 * (@kristyak1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-published-on-date/)
 * How do you remove the published on date?
 * Thanks!!

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-published-on-date/#post-5730038)
 * Hey there Kristyak1,
 * Hope you’re well today!
 * This can be done with adding some custom CSS. The easiest way to do that would
   be to add it in your site using the following plugin
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 * Once the plugin is installed and activated you can add this code to Appearance
   >> Custom CSS:
 *     ```
       .entry-meta {
       display: none;
       }
       ```
   
 * This should remove that part from your site.
 * Hope this helps 🙂
 * Best regards,
    Bojan
 *  [WriterRon](https://wordpress.org/support/users/writerron/)
 * (@writerron)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-published-on-date/#post-5730293)
 * Your solution worked for the date and information at the top of the page but 
   there is still similar information at the bottom of the page. It looks like this:
 * **Article Information**
    _Last Modified on January 23, 2015 This entry was posted
   in Business, Goals, Marketing, Results, Writing Bookmark this article Write with
   a purpose
 * I would like to get rid of that, too. More code?
 * Sample page here: [http://www.tcwriting.com.php53-11.ord1-1.websitetestlink.com/?p=229](http://www.tcwriting.com.php53-11.ord1-1.websitetestlink.com/?p=229)
 * Thanks!
 * Ron
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-published-on-date/#post-5730294)
 * Hey there Ron,
 * How are you doing today?
 * Thanks for the link! To remove that text please try adding the following as well:
 *     ```
       footer.entry-footer.single-footer {
         display: none;
       }
       ```
   
 * Hope this helps 🙂
 * Best regards,
    Bojan

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

The topic ‘Remove published on date’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pure-simple/3.3.0/screenshot.png)
 * Pure & Simple
 * [Support Threads](https://wordpress.org/support/theme/pure-simple/)
 * [Active Topics](https://wordpress.org/support/theme/pure-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pure-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pure-simple/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/remove-published-on-date/#post-5730294)
 * Status: resolved