sunriseweb wrote:
Figured it out. I edited the "List category posts" plugin "custom template" I made and used the is_protected_by_s2member() function - works like a charm - and it covers off cases where the post is in a protected category, etc. (not just limited to cases where the post itself is explicitly protected).
e.g.
if(!is_protected_by_s2member($single->ID)) {
//build post display
}
Great! Glad you sorted it out and thanks for sharing your solution with the rest. Statistics: Posted by Cristián Lávaque — November 3rd, 2011, 11:57 pm
]]>