1. Create post with some category
2. Select roles for this post (who can see)
if user without permission goes to Category Page he will see only posts that he has permission to view.
I don’t know but after a week from installation your plugin i saw that today everything is good and posts don’t display oO
Thank you
In plugin documentation i read:
Content of restricted posts/pages will be hidden from Category, Tag, Taxonomy, Archive, Author pages as well as RSS feeds. Simple restriction message will be displayed for restricted posts on these pages.
But I see restricted post in category…
Maybe you have a function like this ?
if ( current_user_can('role_name') ) {
\\ decide to show or skip post here
}
Thank you!