Posts not loading?
-
Hi,
Thanks for the awesome plugin
but while click the button the posts are not loding, following is my code
<?php $btn_name = 'Load More'; $color_name = 'blue'; $loop = 'loop-event'; $query = array('post_type' => 'event','posts_per_page' => '3'); ?> <?php get_template_part( 'loop', 'event' ); ?> </div> <!-- <a href="#" id="nav-below a:first" class="btn pull-right"> Show More </a> </div> --> <?php if(function_exists('genarate_ajax_pagination')) genarate_ajax_pagination($btn_name, $color_name, $loop, $query ); ?>
what is the problem here? what i did wrong?
- The topic ‘Posts not loading?’ is closed to new replies.