Situation:
There are a total of 3 packages:
- a package that will allow authors to post 15 posts.
- a package that will allow authors to post 50 posts.
- a package that allows unlimited posts.
The posts should not be limited to a specific day. It’s about the total posts allowed.
Note that the role of the users are all authors.
What would be the best approach to handle this situation?
Thanks in advance!
I ended up using a plugin called ‘Post creation limits’.
This isn’t an ideal solution because you have to manually find the user ID and restrict that to a specified post limit.