How to load more posts on click, not on scroll
-
Hi!
I would like to know what do I have to do to load more posts when I click the “load more” button.
Right know it works like this: the first time, I have to click the button to see more posts, but after that it keeps loading more posts on scroll, instead of clicking the button…This is my button’s code:
<?php echo do_shortcode(‘[ajax_load_more post_type=”post” posts_per_page=”5″ pause=”true” offset=”5″]’); ?>Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to load more posts on click, not on scroll’ is closed to new replies.