Support » Plugin: Infinite-Scroll » Plugin not working

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kraky9

    (@rdc4)

    Anyone please?

    Edit the file infinite-scroll/infinite-scroll.php on the line 308 (as of version 2.6.2), you’ll find this:

    // Don't need to load the plugin on single pages
    		if (is_singular()) {
    			return false;
    		}

    just set the return to true. It worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin not working’ is closed to new replies.