Thread Starter
tuursw
(@tuursw)
I managed to fix it by editing the plugin
Thread Starter
tuursw
(@tuursw)
is solved this another way…
on the homepage (index.php) i excluded this particular category
query_posts(“cat=-52”);
get_template_part( ‘loop’, ‘index’ );
and in the loop i added
if(single_cat_title( ”, false )==’name_of_the_category’ && !is_user_logged_in()){
//show login form
}