Merhaba Arkadaşlar Auto Load Next Post Eklentisini kullanmak istiyor sayfalar arasında scroll ile değişim yapıyor bu eklenti altta örneği var.

https://kombihocasi.com/kartal-kombi-servisi/

Şimdi ben bu eklentiyi uyguluyorum

https://github.com/seb86/Auto-Load-N...ing-your-theme

Burada Anlatıldığı gibi function dosyasına verilen kodu ekledim. Sorun düzelmedi daha sonra eklentinin yönetim paneline baktım id ve class değerlerini soruyordu ona göre aşağıda paneli ss attım.

http://prntscr.com/e2o260

Single PHP de bu ayarları aşağıdaki gibi uyguladım.
<?php get_header(); ?>


<div class="cubuk"></div>
<main id="main" class="content" role="main">
			<?php if (have_posts()) : ?>
			<?php while (have_posts()) : the_post(); ?>
			<h1 class="entry-title wow bounceIn" ><?php the_title(); ?></h1>
				<article id="post-<?php the_ID(); ?>" <?php post_class('entry'); ?>>
					<header class="entry-header wow bounceInUp">
						 
					</header>
					
					<div class="entry-content wow bounceInDown">
						<span><?php the_content( __( 'Read the rest of this entry &raquo;', 'the-funk' )); ?></span>
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/tr_TR/sdk.js#xfbml=1&version=v2.5";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="fb-share-button" data-href="<?php the_permalink() ?>" data-layout="button_count"></div>
<div class="twitter-share"><a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink() ?>">Tweet</a></div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>

<!-- Bu etiketi head bölümüne veya kapanış body etiketinin hemen önüne ekleyin. -->
<script src="https://apis.google.com/js/platform.js" async defer>
  {lang: 'tr'}
</script>

<!-- Bu etiketi, paylaş düğmesi adlı widget'ın oluşturulmasını istediğiniz yere ekleyin. -->
<div class="google-share">
<div class="g-plus" data-action="share" data-annotation="bubble" data-href="<?php the_permalink() ?>"></div></div>
					</div>

					<footer class="entry-footer">
						<p class="entry-meta">
							<?php wp_link_pages('before=<spam id="page-links">' . __( 'Pages:', 'the-funk' ) . ' &after=</spam>'); ?>
							
						</p>
					</footer>
				</article>
			
			<?php endwhile; ?>
		

				
			<?php endif; ?>

<div id="nav" class="post-navigation">
 <?php // Previous/next post navigation.
			the_post_navigation( array(
				'next_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Next', 'twentyfifteen' ) . '</span> ' .
					'<span class="screen-reader-text">' . __( 'Next post:', 'twentyfifteen' ) . '</span> ' .
					'<span class="post-title">%title</span>',
				'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Previous', 'twentyfifteen' ) . '</span> ' .
					'<span class="screen-reader-text">' . __( 'Previous post:', 'twentyfifteen' ) . '</span> ' .
					'<span class="post-title">%title</span>',
			) );

		// End the loop.
			?>
</div>
</main>
<div class="temizle"></div>
<?php get_footer(); ?>

Ama bir türlü olmadı kullanan veya bilgisi olan arkadaşlar yardımcı olabilir mi?

Chromun consolunda hata veriyor nasıl çözebiliriz acaba;
http://prntscr.com/e2p5y3