• Hi! I need to display the total number of posts on my site, except for category id 13. At the moment i’m using this code;

    <?php echo $wpdb->get_var("SELECT COUNT(ID) FROM $wpdb->posts WHERE post_type = 'post' AND post_status = 'publish'"); ?>

  • The topic ‘Echo number of total posts except for category 13?’ is closed to new replies.