Getting load more button when scrolling should be set
-
Hi,
Hopefully this will be a nice easy one for you! Here’s my shortcode:
[ajax_load_more post_type="post" category="kitchens-and-interiors" scroll_distance="400" transition_speed="200" images_loaded="true"]
and here’s my repeater template:<li class="col-xs-12 text-center"> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php if( has_post_thumbnail() ){ ?> <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('medium'); } ?></a> <?php the_excerpt(); ?> <p class="blog-post-date"><?php the_date('jS F Y'); ?> by <?php the_author(); ?> <hr> </li>
I want new posts to load on scroll, but instead I’m getting the “Older Posts” button. I have tried a few other shortcode parameters, but no luck.
Anything I’m missing?
Mike
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Getting load more button when scrolling should be set’ is closed to new replies.