• Resolved BobsBURGS

    (@bobbysburgers)


    Hi, this plugin is not working for my infinite post loading with ajax. Do you know why?

    @dcooney maybe you have some insight?

    This is what I use to call the content. It works on my non Ajax loaded pages.

    $query = get_post(get_the_ID());
    $content = apply_filters(‘the_content’, $query->post_content);
    echo $content;

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ajax Load more Captabiltiy’ is closed to new replies.