Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have 2.7 and I too have been having this problem lately. At just random times during the day, my site will just be very slow and sometimes the pages just won’t load. They will just show a blank page. It’s been driving me crazy lately. I hope someone can help us.

    Thread Starter rojaz

    (@rojaz)

    Thanks, but I figured it out another way. I was just creating an Archive page and I wanted to output the number of posts in each month. After reading some more source code & documentation, I found that all I had to do was add the argument “how_post_count=1” to the command “wp_get_archives(‘type=monthly’)”. If you or anyone else is curious, this is what i have now:

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

    Thanks MichaelH.

Viewing 2 replies - 1 through 2 (of 2 total)