• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter leeloo5e

    (@leeloo5e)

    Nobody has a solution?
    What goes wrong in this Plugin?

    Thread Starter leeloo5e

    (@leeloo5e)

    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.

    Thread Starter leeloo5e

    (@leeloo5e)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Access Control: Wrong Category Count’ is closed to new replies.