• michaelmcguk

    (@michaelmcguk)


    Hello,

    I was wondering if there was a plugin to list an archive of posts made on a WP site?

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Jeremy Clark

    (@jeremyclark13)

    That’s builtin already, perhaps being a little more specific in what your wanting to accomplish.

    Thread Starter michaelmcguk

    (@michaelmcguk)

    Hmm, maybe I removed it, when I was editing it heh.

    Can you please tell me the line I require to generate the list?

    Just so it shows something like:

    FEBRUARY 2008
    JANUARY 2008
    DECEMBER 2007

    etc.

    Thankyou.

    Jeremy Clark

    (@jeremyclark13)

    Have a look at the template tag wp_get_archives

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

    This will display the last twelve months, remove the limit and is will show every month that has a post in it since you started blogging.

    Thread Starter michaelmcguk

    (@michaelmcguk)

    Brilliant jeremy. Many thanks!

    Is there a list of the wp_ like functions anywhere?

    Jeremy Clark

    (@jeremyclark13)

    Here is most of the template tags available.
    https://codex.www.ads-software.com/Template_Tags

    Thread Starter michaelmcguk

    (@michaelmcguk)

    Brilliant, you’re a legend!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Post Archive?’ is closed to new replies.