- This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Is there a way to automatically add Join button to each post?
I recently set up a patreon page, and they have a feature in their plugin where a button appears at the bottom of each post I make on my WordPress site (see https://parentingaces.com/warming-this-mommas-heart/). Does Simple Membership have something similar? Or can someone tell me how to create such a thing that automatically appears on each of my posts? Thanks.
Because everyone’s needs are different; there is no “built in” mechanism for what you are asking.
Essentially; you want to display a “Join” button, if the visitor is not logged into your site. The easiest way to accomplish this,is to use a shortcode that checks to see if the visitor is “logged in” and if not; then display a login form (which includes a “Join” link). The “recommended” place would be in your theme’s sidebar, header or fotter.
https://simple-membership-plugin.com/adding-member-login-widget-sidebar-site/
There are more “advanced” ways of doing this, but they would require you to add PHP code to your theme’s template file.