Hide H1 Title using the_title filter
Depending on the way your theme uses the_title, hooking into the the_title filter may or may not hide the title h1. What theme are you using? The the_title filter passes two arguments: the title (string) and the post ID. Therefore, treating the title as an array (it looks like you’re assuming $title is an array … Read more