Forums

Adding pagination to a Query (3 posts)

  1. nubevacia
    Member
    Posted 4 months ago #

    I have this query and I would like to add some kind of pagination or at least some "previous" and "next" links. I'm not sure how to do it. Here is the code:

    <?php $studyAbroad = new WP_Query("cat=14,17,18,19&posts_per_page=5"); ?>
    	    <?php if ($studyAbroad->have_posts()) : while($studyAbroad->have_posts()) : $studyAbroad->the_post(); ?>

    Any idea?

    Thanks!!!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 4 months ago #

  3. Misskim
    Member
    Posted 4 months ago #

Reply

You must log in to post.

About this Topic