curiousreader
Forum Replies Created
-
@isaumya please tell if i should keep Yoast SEO or delete it as well
Thank you @isaumya i think i have now deleted all caching plugins however i’m not sure about the Yoast SEO plugin so haven’t deleted that one. should i delete that one too?
@isaumya should i delete WP Super Cache plugin for AICP to work properly?
@isaumya is this the right way of putting inside ad inserter?
<?php
if( aicp_can_see_ads() ) {
// Shows the ad
echo ‘<div class=”aicp”>
<script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– sqr10 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client
data-ad-slot=”12345678910″
data-ad-format=”auto”
data-full-width-responsive=”true”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>’;
}
?>- This reply was modified 6 years, 1 month ago by curiousreader.
@isaumya could you please guide on how to disable caching on website? i was using that plugin as a tool for disabling caching lol not sure if it helped aicp anyway after hearing you XD
Hi,
Is WP super cache plugin ideal for disabling cache on website?