Skip to:
Content
Pages
Categories
Search
Top
Bottom

Make posts view permissions based on BP groups

  • I have looked all over the place for information on how I can create posts that only certain groups can view. I apologize if there are posts already asking this.

    example: I have a wordpress site for gamers and I make weekly posts on the front page that have the weekly PSN store updates. I would like to make it so the people that have joined the PSN group are the only ones to see it on the front page. (so that it does not piss off the 360 owners as there isn’t an easy way to get store updates)

    I have tried creating a new role group, but found that I would have to add each person individually and it would be much better if I didn’t have to do it this way.

    any ideas would be much appreciated

    thank you in advance

Viewing 1 replies (of 1 total)

  • modemlooper
    Moderator

    @modemlooper

    You would have place if statements around the post loop that ask if a member is of a certain group. Then you would need to create a custom post field on the new post admin page that held the group name and this field would populate into the if statement on the loop.

    In short the loop would only spit out posts if the user was in the group the if statement allows.

    If this is not understandable you may need to hire a developer to code this for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Make posts view permissions based on BP groups’ is closed to new replies.
Skip to toolbar