Support » Fixing WordPress » Customising Archives

  • Hi

    On my archive page i want to display all the posts rather than using the next and previous navigation to switch between them.

    Also, how do i display the post content? Currently it only displays the post header and post time.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried using <?php query_posts('posts_per_page=-1')?> just above the Loop in your archive template file?

    To display the post content, use <?php the_content();?> after the post heading and time markup.

    Thread Starter paulwallas

    (@paulwallas)

    Hi

    The <?php the_content() ?> is there it is not working. As for your above post per page code i will give this a try and hopefully it will work

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customising Archives’ is closed to new replies.