Can I create users that have access to *some* other users posts instead of all other users posts?
Here’s my approach. Bear in mind that it covers the basic needs you’ve described but could be easily expanded into more robust solution. Few steps to follow (all code goes to your functions.php): 1. Save company name as user meta The first thing we need to do is assigning a company name to a user … Read more