Hide the title on wordpress

Hi, I wonder if anyone can tell me how to make the title of a post patreon only too. From what I can see only the_content(); is restricted.
Thanks in advance
Richard

Using the code i gave in the other thread for category locking, you can wrap the_title() or whatever prints out the title in your theme file and therefore lock it.

However this will lock the title for the level set in the code - if you set a different level for the post, post will require that level whereas title will require the level set in the code still.