List Restricted Post Titles
Posted: March 24th, 2011, 6:27 am
Anybody there to say --
How to get a display of restricted Post Titles ?
I tried with this, but not working...
while (have_posts()){
if (!is_permitted_by_s2member ($post->ID, "post")) // from WP Admin S2 Member conditionals
the_title();
}
How to get a display of restricted Post Titles ?
I tried with this, but not working...
while (have_posts()){
if (!is_permitted_by_s2member ($post->ID, "post")) // from WP Admin S2 Member conditionals
the_title();
}