In beta 4 the Answers callback is fixed BUT the Reputation page links is not.
Thanks !!! Still shows as beta3 …. in the plugin dashboard.
Thanks Frank, I am working on it. Please expect a fix in few hours.
Hello Cagliostro, Yes its look like forgot to commit callback function. Will do that after fixing the issue with link which you have reported earlier.
Simply override list-head.php and comment ap_list_filters(); https://github.com/anspress/anspress/blob/master/templates/list-head.php#L17
I sent in another comment but it looks like it was lost. It showed the nginx error. The non-usable tag areas start when tags are around 50,000. Both tags administration and the tag page doesn’t work. The problem is this query. It takes like 4 minutes to run. SELECT SQL_CALC_FOUND_ROWS wp_posts.*, qameta.*, qameta.votes_up – qameta.votes_down AS votes_net FROM wp_posts LEFT JOIN wp_ap_qameta qameta ON qameta.post_id = wp_posts.ID WHERE 1=1 AND wp_posts.post_type = ‘question’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY CASE WHEN IFNULL(qameta.featured, 0) =1 THEN 1 ELSE 2 END ASC, qameta.last_updated DESC LIMIT 0, 20