Forums

How do I exclude categories from this qs? (1 post)

  1. lobaat
    Member
    Posted 1 year ago #

    <?php
    $numposts = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post'");
    if (0 < $numposts) $numposts = number_format($numposts);
    ?>

Topic Closed

This topic has been closed to new replies.

About this Topic