Title: pagination problem
Last modified: August 21, 2016

---

# pagination problem

 *  [Nilang Patel](https://wordpress.org/support/users/nilang_nil/)
 * (@nilang_nil)
 * [13 years ago](https://wordpress.org/support/topic/pagination-problem-35/)
 * <?php
    $post_id = $post->ID; $i = 1; while (have_posts()) : the_post();
 *  $args = array(
    ‘posts_per_page’ => 4, ‘order’ => ‘DESC’, ‘post_type’ => ‘post’,‘
   cat’ => ‘5’, ‘post_status’ => ‘publish’, ‘paged’ => $page
 *  );
 *  $posts_array = get_posts( $args );
    foreach($posts_array as $post)
 *  {
    $div_pos = $i % 2 == ‘0’ ? ‘right’ : ‘left’; $post_id = $post->ID; $post_title
   = get_the_title($post->ID); $post_excerpt = get_the_excerpt($post->ID); $page_video_id
   = get_post_meta($post_id, video_id, true); $page_video_date = get_post_meta($
   post_id, video_date, true);
 *  $image = get_the_post_thumbnail($post_id, ‘full’, $image_arr);
    $i++;
 *  echo ‘<div class=”‘.$div_pos.'” style=” padding: 8px; background:#fff; MARGIN:
   0 0 20PX;”>
    <div style=”float:left; “> [‘.$image.’](https://wordpress.org/support/topic/pagination-problem-35/?output_format=md#inline_content_test_1)
   <div style=”display:none”><div id=”inline_content_test_1″ style=”padding:10px;
   background:#fff;”>’.$page_video_id .'</div></div></div> <div style=”right”><p
   >**‘.$post_title.’**‘.$post_excerpt.'</p></div></div> ‘; }
 *  ?>
    <?php endwhile ; WP_pagenavi();?>
 * [http://wordpress.org/extend/plugins/post/](http://wordpress.org/extend/plugins/post/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Nilang Patel](https://wordpress.org/support/users/nilang_nil/)
 * (@nilang_nil)
 * [13 years ago](https://wordpress.org/support/topic/pagination-problem-35/#post-3829541)
 * i am not geting pagnation please help

Viewing 1 replies (of 1 total)

The topic ‘pagination problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/post_f6f7f7.svg)
 * [Po.st: The Social Sharing Platform that Captures 100% of your sites Social Activity!](https://wordpress.org/plugins/post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post/)
 * [Active Topics](https://wordpress.org/support/plugin/post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post/reviews/)

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)

 * 1 reply
 * 1 participant
 * Last reply from: [Nilang Patel](https://wordpress.org/support/users/nilang_nil/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/pagination-problem-35/#post-3829541)
 * Status: not resolved