• Hello.

    My site is located here.
    On my right sidebar I want to display the number of posts written per day.

    I currently have a section written for this and it appears fine, but it doesn’t show the post count per day. Can someone please take a quick glance at my site and look below at the code I am using for this section and explain what I need to do to display the total number of posts written per day under this field.

    Best Regards,
    Garry Conn

    <?php wp_get_archives('type=daily&limit=7&format=html'); ?>

  • The topic ‘How To Show Post Count When Sorting By Day’ is closed to new replies.