• Resolved pashka_z

    (@pashka_z)


    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

    https://www.ads-software.com/plugins/ajax-load-more/

Viewing 4 replies - 16 through 19 (of 19 total)
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Why it doesn't work’ is closed to new replies.