Home › Forums › Support › How to remove all Single Post title in functions.php This topic has 1 reply, 2 voices, and was last updated 5 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 24, 2020 at 3:32 am #1592988 John Lester // Remove Content Title add_action( 'after_setup_theme', 'tu_remove_title' ); function tu_remove_title() { add_filter( 'generate_show_title', '__return_false' ); } the code above also removes the blog archive title, I just want to remove the single post title. Thanks December 24, 2020 at 4:21 am #1593031 DavidStaff Customer Support Hi there, try the snippet Tom provides here: https://generatepress.com/forums/topic/archive-post-titles-gone-after-upgrade/#post-1509924 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In