- This topic has 3 replies, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Membership Protection
For our single post, we use the Advanced Custom Field: http://www.advancedcustomfields.com
But we have the problem is that the protection is only protect whatever thing is inside of this php: <?php the_content(); ?>.
Screen shot: http://s10.postimg.org/vykaiu6ix/Screen_Shot_2016_01_21_at_11_31_35_AM.png
Is anyway we can wrap the custom fields that also protected?
thanks!
Hi where are you adding the custom fields?
As you know this plugin will only protect what is in the content. So if you add your custom fields within the content in your template then this plugin will protect those custom fields.
we have the custom fields after <?php the_content(); ?> this, not sure how to add my custom fields inside of the php_content.
Hi, please read the following information from WordPress.