Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nxnla

    (@nxnla)

    I forgot to add the code snippets I am using in my HTML

    This before my post query:

    <?php
      $paged = get_query_var('paged') ? get_query_var('paged') : 1;
      query_posts('showposts=5&cat=34&order=DSC&orderby=ID&paged=' . $paged);
      ?>

    and this after the post loop:
    <?php wp_simple_pagination(); ?>

    And I have class=”pagination” in the containing div tag.

    ??

    Plugin Author GeekPress

    (@geekpress)

    Hi nxnla,

    Can you copy the code of your loop ?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL shows ?paged=2 but still shows same post results’ is closed to new replies.