• Hi,

    Am trying to use LoadMore Next Page plugin on some specific posts only, without making the other article auto scroll.
    Could you please assist me doing that.
    I tried to use the post ID but no success.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @walver123
    You could use a conditional in your page template.

    
    if( is_page( 12345 ) ) {
        echo do_shortcode( '[ajax_load_more]' );
    }
    

    Hope this helps.

    Thread Starter walver123

    (@walver123)

    Hi dcooney

    Thank you for your reply. But am still not able to make it work.

    Let’s change the question to ‘How to make loadmore start the autoscroll only after (n) pages?’. That will solve my issue.

    I want to visitors to click the next button on the first 3 pages for example, after that Autoscroll will be triggered.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filter on which posts the LoadMore Plugin works’ is closed to new replies.