help me making an archives page!

Discussion in 'WordPress' started by diego018, Nov 7, 2007.

  1. #1
    i got this message from payperpost:
    Thank you for your blog submission! I was unable to find a link to your archives. Please make sure that it is in plain site and that your archives list chronologically, not categorically. Also, the archives cannot be just 'previous pages.' For example, it should be set up to where I could find a post on Jan. 30th very quickly. Please re-submit when this requirement has been met. In the meantime, feel free to use PPP Direct and Affiliate tools while you work on meeting the requirements of our Marketplace! Thank you!
    Code (markup):
    i need to make and archives page. how can i make one? easy steps please, im not great with codes, etc.
    or do i have already one? i dont know!
    check:
    dotalex (dot) com
    please. thanks!!
     
    diego018, Nov 7, 2007 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    For monthly archives use:

    <?php wp_get_archives('type=monthly'); ?>
    Code (markup):
    For individual archives use:

    <?php wp_get_archives('type=postbypost'); ?>
    Code (markup):
     
    mizaks, Nov 7, 2007 IP
    diego018 likes this.
  3. diego018

    diego018 Well-Known Member

    Messages:
    920
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    150
    #3
    so what i have to do? create a page, and in the code section place the php code?

    thnks..rep added..
     
    diego018, Nov 8, 2007 IP
  4. j.blu

    j.blu Peon

    Messages:
    319
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    j.blu, Nov 11, 2007 IP
  5. TheDutchMan

    TheDutchMan Peon

    Messages:
    374
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    TheDutchMan, Nov 12, 2007 IP