How to create a paywall with a clear call to action
Set up a paywall on your WordPress site that clearly guides visitors to subscribe or sign in. Customize the message and call to action to convert more members.
Use this file to discover all available pages before exploring further.
In this article, we provide a paywall template that you can customize and add to your WordPress site. Compatibility with various WordPress themes, page builders, or plugins may vary, so it’s essential to test it thoroughly on your site.
When you protect content like videos and articles with the Memberful WordPress plugin, you have the opportunity to show marketing content or teaser text to site visitors. The goal of the text should be to prompt visitors to sign up for your membership.In this article, we provide a paywall call to action template that you can customize and add to your WordPress site.
Compatibility with various WordPress themes, page builders, or plugins may vary, so it’s essential to test it thoroughly on your site.
The following HTML code describes the elements that make up your paywall. It will prompt visitors to sign up for your membership and members to sign in.
Navigate to Settings → Memberful → Global marketing content in your WordPress dashboard.
Add the HTML (below) to the Text tab of the marketing content meta box.
Replace WWW.YOURSITE.COM/subscribe with your membership sales page and WWW.YOURSITE.COM with your actual website URL.
Click Save changes.
<div class="paywall-container"> <h1>To continue reading...</h1> <p>Subscribe and get unlimited access to articles and more:</p> <a href="https://WWW.YOURSITE.COM/subscribe" class="paywall-button">Subscribe</a> <div class="separator"></div> <p>Already a subscriber? <a class="subscriber-link" href="https://WWW.YOURSITE.COM/?memberful_endpoint=auth">Log in here.</a></p></div>