Restricted Content Message Problem
-
Hello,
I am using the ithemes php method to restrict content in my custom template. All works well, however I am not seeing the “Restricted Content Message” for visitors that are not logged in. Instead, the restricted content is hidden without message.
Here is the code we are using:<?php if ( rcp_user_has_paid_membership() ) : ?> <p>Content inside here would only be visible to active paid and active free subscribers.</p> <?php endif; ?>
Any ideas? Thanks in advance.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Restricted Content Message Problem’ is closed to new replies.