Pagination
-
I am using pagination page-navi plugin but it seems to not be working
https://www.cyberjunkiesinteractive.com/ocdc/news
it is only listing 5 items and not showing the pagination, any help would be apreciated.
here is my code:
<div class=”col-md-8 sideBorder”>
<?php $posts = get_posts(”); foreach ($posts as $post) : start_wp(); ?>
<div class=”newsDate”><?php the_date(); echo “
“; ?> </div>
<h2 class=”newsTitle”><?php the_title(); ?></h2>
<?php the_excerpt(); ?>
<?php endforeach; wp_reset_query();?><?php wp_pagenavi(); ?>
</div>
<?php endwhile?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Pagination’ is closed to new replies.