• 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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘How to obtain a post of our posts BY MONTH ?’ is closed to new replies.