Forums
Forums / Theme: GeneratePress / remove the date (no plugin)
(@roldapro)
5 years, 9 months ago
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.
(@leohsiang)
Hi there,
This should still work: https://ww.wp.xz.cn/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/
The topic ‘remove the date (no plugin)’ is closed to new replies.