<?php $numvrd = $wpdb->query("SELECT SUM(wp_term_taxonomy.count) FROM wp_term_taxonomy where wp_term_taxonomy.term_id in (73,74)"); echo($numvrd); ?>
Running that query in a MySql query editor returns 425.
The code above - in a WP footer - returns 1.
It's exactly the same in both. Any ideas?