* @package AnsPress */ // If this file is called directly, abort. if (! defined('WPINC')) { die; } $question_count = ap_total_posts_count('question'); $answer_count = ap_total_posts_count('answer'); $flagged_count = ap_total_posts_count('both', 'flag'); ?>