Title: remove the date (no plugin)
Last modified: August 18, 2020

---

# remove the date (no plugin)

 *  [Páginas Web](https://wordpress.org/support/users/roldapro/)
 * (@roldapro)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-the-date-no-plugin/)
 * Hi! Please help! How to remove the date and the user that appears in the entries.
   I already tried plugin and it doesn’t remove it.
    -  This topic was modified 5 years, 9 months ago by [Páginas Web](https://wordpress.org/support/users/roldapro/).

Viewing 1 replies (of 1 total)

 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-the-date-no-plugin/#post-13278085)
 * Hi there,
 * This should still work:
    [https://wordpress.org/support/topic/how-to-remove-all-post-meta-in-generatepress/](https://wordpress.org/support/topic/how-to-remove-all-post-meta-in-generatepress/)
 * You just need these two to remove the author and date:
 *     ```
       add_filter( 'generate_post_date_output','__return_false' );
       add_filter( 'generate_post_author_output','__return_false' );
       ```
   
 * Adding PHP: [https://docs.generatepress.com/article/adding-php/](https://docs.generatepress.com/article/adding-php/)

Viewing 1 replies (of 1 total)

The topic ‘remove the date (no plugin)’ is closed to new replies.

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

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)

 * 1 reply
 * 2 participants
 * Last reply from: [Leo](https://wordpress.org/support/users/leohsiang/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/remove-the-date-no-plugin/#post-13278085)
 * Status: not resolved