* @package AnsPress */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } global $wpdb; ?>
get_var( "SELECT count(*) FROM $wpdb->posts WHERE post_type='question' OR post_type='answer'" ); ?>

get_var( "SELECT count(*) FROM $wpdb->posts WHERE post_type='answer'" ); ?>