Why it doesn't work
-
Say, please can i load posts on click, not on scroll, if can
say please, why it doesn’t work:<div class=”container-fluid block-posts”>
<div class=”content”><div class=”row”>
<?php if (have_posts()): while(have_posts()):the_post();
echo do_shortcode(“[ajax_load_more]”);
endwhile;
else:
endif;
?>
</div>
</div>
</div>Appear div id=”ajax-load-more” without content
- The topic ‘Why it doesn't work’ is closed to new replies.