I apologize for the basicness of the question – but as far as I can tell there is no way to keep the Unlock button from putting the Patron pipeline, meaning in my case they are automatically sent to the page for the $3 level (which is the minimum level for reading the post). I would like, however, for the unlock button to send them to my creator page, where they might choose to select a higher priced tier.
So I guess I’m asking if I can either (A) have the Unlock button send the reader to the creator or page or (B) Eliminate the Unlock button entirely and just link to the creator page?
Putting this code in your theme functions.php or a custom plugin should change the link behavior.
You must change ‘yourpatreonvanityname’ with your vanity name. And keep the ? at the end.
Or you can use whatever url you want them to land at Patreon with an added ? at the end.
Using it in theme’s function php is not a good idea since it will get overridden with a theme update. Better to just put it in a different, new plugin.
If you dont know how to do that, please just let us know.
OK, this works. BUT I now realize the problem with this … people who are signed into Patreon are coming to the WordPress blog and seeing the excerpt and Unlock Button. And now when they press the button they go to the Patreon Page – there seems no way for them to sign into my WordPress blog.