Forums

Show number of post (5 posts)

  1. hey2you
    Member
    Posted 4 years ago #

    Hello,

    Is there a way or addon to show how many post all together in the blog and display the amount on a page??

    Thanks

  2. Kafkaesqui
    Moderator
    Posted 4 years ago #

    Manual way:

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

    Plugin way:

    http://wordpress.org/extend/plugins/post-count/

  3. Indojepang
    Member
    Posted 4 years ago #

    Hi kafkaesqui.. what about Tag archieve?

  4. Indojepang
    Member
    Posted 4 years ago #

    never mind I found it here
    solved by you too..
    You ROCK!

  5. aenimus
    Member
    Posted 3 years ago #

    How about displaying the total number of posts the manual way, but with excluding certain categories?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags