Forums

archives without year (2 posts)

  1. ciej
    Member
    Posted 1 year ago #

    Is there a way to get the archives to display without the year? using wp_get_archives() displays:
    September 2008
    and I'd like it to be just:
    September

    Thanks

  2. Darran
    Member
    Posted 1 year ago #

    Have you tried limiting the number of months?

    <?php wp_get_archives('type=monthly&limit=12'); ?>

    It wouldn't make sense to have 2 September archives, now wouldn't it?

Topic Closed

This topic has been closed to new replies.

About this Topic