• I am using query_posts() to exclude categories.

    If I pass in the $query_string to query_posts() pagination works but all the categories I don’t want show up in the loop.

    If you don’t pass in the $query_string, pagination flat out does not work.

    If use this:
    $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
    …and pass this in this variable, pagination does not work.

    Kinda stumped, these are the three suggestions on most forums, and still the plugin is breaking.

Viewing 1 replies (of 1 total)
  • Thread Starter generalsalt

    (@generalsalt)

    If there is another pagination plugin that works with custom loops right outta the box…plzz plzz link me!!

Viewing 1 replies (of 1 total)
  • The topic ‘Pagenavi and WP Page Numbers both not working…’ is closed to new replies.