• I have my archives list in the sidebar, set to display the 8 latest updates. But I’d also like to make a page that has a link list to every post I’ve ever made; sorta like on the sidebar, but with no limit.

    I try to set the code on a page, but when I publish it, WordPress changes the script on me. See below:

    Input as:

    <?php wp_get_archives(‘type=postbypost&limit=8’); ?>

    Turns into:

    <!–p wp_get_archives(‘type=postbypost&limit=8’);–>

    Is there a way to make it stop doing this? Or, is there a known way to list a complete archive on a page?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to post entire archives to page?’ is closed to new replies.