function insert_amp_ads_every_two_paragraphs($content) { if (is_single() && function_exists('is_amp_endpoint') && is_amp_endpoint()) { $ad_code = '
'; // Split content into paragraphs $paragraphs = explode('

', $content); $new_content = ''; // Loop through paragraphs and insert ad after every 2nd paragraph foreach ($paragraphs as $index => $paragraph) { $new_content .= $paragraph . '

'; // Insert ad after every two paragraphs (except the last one) if (($index + 1) % 2 == 0 && $index + 1 < count($paragraphs)) { $new_content .= $ad_code; } } return $new_content; } return $content; } add_filter('the_content', 'insert_amp_ads_every_two_paragraphs'); News - Hollywood All - Page 5
Connect with us

Hi, what are you looking for?

News

John Goodman got himself injured on the set of filming at Pinewood Studios.

News

Roy Ayers, the legendary jazz vibraphonist best known for his iconic hit “Everybody Loves the Sunshine,” has passed away following a prolonged illness, as...

News

Jesse Lacey, frontman of Brand New, opened up about the tragic loss of his stepson, Miles, for the first time during a heartfelt performance...

More Posts