Forums

How to obtain a post of our posts BY MONTH ? (2 posts)

  1. sabinou
    Member
    Posted 2 years ago #

    Hello,

    My blog contains over 4000 entries, and I'd need to know how many posts I haste published each month, since I started my wordpress blog.

    Please, do you know if there is a miraculous command that could give me the information ?

    I'm on a mutualized host, but I have full access to phpmyadmin, if needed.

    For instance : Feb. 2010 12 posts, Jan 2010 45 posts, Dec 2009 51 posts, Nov 2009 28 posts...

    With over 4000 published blog notes, it is simply impossible to count them one by one.

    Thank you VERY much if you can help me, I'll be very grateful :)

    Sabinou

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    How about creating a custom page template. No Loop need but use

    <ul>
    <?php wp_get_archives('type=monthly&show_post_count=1'); ?>
    </ul>

    You could then create an unpublished page and apply this template.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags