Groups

Reference: https://wordpress.org/plugins/groups/

如何使用groups限制对部分内容信息的访问

注意:勾选用户,点击Choose groups选择好对应的group之后,要选择Add to group,Apply。

例1:限制某一篇post的访问,通过Dashboard>post>Groups

例2:限制页面部分内容的访问,在edit page里面,直接给需要限制的内容加上短代码

groups_member group="Registered"]
[/groups_member]

其中,group=“Registered”的Registered为可以访问的Groups Name,可修改为其余组名。 如