adding Ads on Infinite Scroll Pages- wordpress site

Job ID: 34910209

Budget: $10 – $20 USD

i want to add adsense Ads on Infinite Scroll homepages using wordpress theme and plugin Ad Inserter。the infinite scroll on homepage is created by the theme.

1. i already ask the plugin author, he says Ad Inserter can add ads Between posts position, but it relies on the_post action hook,:
https://adinserter.pro/faq/how-ad-inserter-works#infinite-scroll
also the content loaded via ajax requests need to processed through the_content WP filter。

2.Infinite Scroll created by the theme using regular while loop
have_posts() ) : $wp_query-the_post(); (already knew which file)

3. i use Ad Inserter debugging function Show positions to check which positions are inserted : https://adinserter.pro/documentation/debugging;

i found out it only insert on first Infinite Scroll , then under the Infinite Scroll button, i think it is something to do with ajax requests.

i need someone to fix this problem , so Ads show up when i Scroll down with infinite scroll .
Related categories: PHP JavaScript AJAX WordPress HTML