• Hi, I’m trying to build an archive page with three sections. Here is the site:
    http://www.e451.net

    And the archive page properly:
    http://www.e451.net/2015/01/

    I have three querys and loops. One for each category. The problem is the query produces same output in all months.

    $my_query = new WP_Query( 'category_name=trabajo' );

    What is the query that should I do?

  • The topic ‘How to get an archive page sort by category’ is closed to new replies.