leeloo5e
Member
Posted 7 months ago #
Using Social Access Control as Plugin for WP 2.7.1.
While listing the categories in the sidebar of wordpress, counting the posts is for some categories is.
If nobody is logged in there is a lot of wrong category count. If somebody is logged in only for one category the counter is wrong.
How Social Access Control counts the posts in it? Why does goes wrong?
Thanks a lot.
Best Regards,
Leeloo5E
leeloo5e
Member
Posted 7 months ago #
Nobody has a solution?
What goes wrong in this Plugin?
leeloo5e
Member
Posted 7 months ago #
Can anybody give me a hint, in which function the category count is set. So maybe I can fix it by myself.
thanks a lot.
leeloo5e
Member
Posted 7 months ago #
comment out this
social_access_control.php: Line 877
add_filter('wp_list_categories',
array('social_access_control','filter_category_list'), 10000);
category count is set correctly again.