Hello there, I have an adsense code that adds an advert after every displayed blog post, however, I would like the ad to be displayed after every 3 blog posts recursively so they are displayed after the 3rd 6th 9th and so on, how would i achieve this within the function?
here is the existing code I use:
function add_my_ads() {
if(is_home()){
?>
add_action( ‘x_after_view_ethos_content’, ‘add_my_ads’, 10 );