User Role Changes Not Honored in loop.php
-
I require my users to log in in order to see posts marked PRIVATE. But, I want some users to be Subscribers but still be able to see PRIVATE posts as long as they are logged in.
I installed plugin User Role Editor which allows me to change Subscribers to Read Private Posts/Read/Read Private Pages. And, if they know the URL of the private post/page they can in fact read them. But, loop.php (or maybe category.php) does not show the private posts in the category list category/my-category-list/ even with the extended role. The answer may be in the way the_post() or have_posts() works.
Any suggestions on how I can modify the standard TwentyTen php to allow logged in Subscribers with extended roles to view Private posts in the category/ view?
- The topic ‘User Role Changes Not Honored in loop.php’ is closed to new replies.