• leduytien

    (@leduytien)


    What I want is to create a master archive page like this:

    In one column, it display all posts grouped by category

    In another column (in the same page), all the posts listed again but grouped by time.

    I think I can possibly created a custom page to do that. However, before trying to created it myself, I want to know if there is any plugin that allow:

    1) display all posts grouped by category and time
    2) able to do the query again (regenerate the list one more time in the same page).

    Thanks

Viewing 1 replies (of 1 total)
  • Kafkaesqui

    (@kafkaesqui)

    Don’t know of a plugin, but one could modify my Display by Category home.php template to accomplish this.

    For the second or date-based loop, you should only need to initialize a standard implementation of The Loop with:

    <?php rewind_posts(); ?>

    You could also try the alternative of initializing both loops using query_posts() with the argument showposts=-1 (-1 tells WordPress to display all posts).

Viewing 1 replies (of 1 total)
  • The topic ‘is it possible to display a list of ALL posts twice in one page?’ is closed to new replies.