Hi, Just following up on this, apologies for the delay I assume you’ve disabled the plugin now? If I can help let me know but I’d suggest you’ll need to initialise any Google Adsense on the other pages by using the plugins callback in the settings.
Hi, I tried, but it does not work. I switched back the plugin, can you check it?
Thank you!
You are loading the .js file again in tghe callback this doesn’t initialise the adverts. Looking at your code this is the line that does so you could try that.
(adsbygoogle = window.adsbygoogle || []).push({});
You don’t need the script tags in the callback either.
The plugin is working as it loads more posts but unfortunately I can’t provide much more support as this is related to a 3rd party API.
Thanks
Thank You so much, it works!
Excellent glad it’s working for you! Thanks
I found the solution for Add2Any too, maybe helping others:
jQuery( 'body' ).trigger( 'post-load' );
to the plugins callback in the settings too.
Thanks again!