Wordpress paginate WP_Query - Code Planet

Thanks for this, the “Pagination fix” bit helped a lot!

One thing - I had to change where $paged is declared so that it gets the ‘page’ var, rather than the ‘paged’ var. So:

$paged = (get_query_var(‘page’)) ? get_query_var(‘page’) : 1;

This is using WordPress 4.7 and a child theme of Twenty Sixteen.

Commenting is turned off on this blog.

19 Feb 2017 at Twitter

  • 4:49pm: Making custom post types in WordPress: surprisingly easy!

    Giving them nice permalinks: OMG 💩🔥💢😱
  • 9:09am: I renewed my Flickr Pro account!

    (Accidentally.)

19 Feb 2017 in Links