Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AlanP57

    (@alanp57)

    I suppose that it does since the plugin uses WordPress hooks to append the pagination links to an index page.

    Thread Starter Juan Pablo

    (@jupa8)

    How I can use It? Can you provide an example? Thanks

    Plugin Author AlanP57

    (@alanp57)

    I don’t think I have an example of this. What you can do is first have a page or template that has a loop using WP_Query and then you will want to insert the pagination link function,

    if(function_exists('wp_paginate')){
      wp_paginate();
    }

    outside the while loop and before the wp_reset_postdata() function.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use with WP_Query’ is closed to new replies.