- This topic has 2 replies, 2 voices, and was last updated 13 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Assign specific post/page to particular eMember
Hi,
is it possible to assign e.g. PageA -> eMember “A” such that other customers of same plan CANNOT view?
Wish to do it so that can allow a widget to display special articles to this paid member only.
thanks,
James Tan
You can’t assign a page for a particular member but you can protect content for a particular member. Here is an example:
[emember_protected member_id=1]
Whatever content goes here is only viewable by a member whos Member ID is 1.
[/emember_protected]
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88
Thanks! That’s good information, will use that.