sweet, thanks!
Support Forum
Any thoughts for a advertisement plugin?
lets try this again, if I wanted to show it on every say 3rd post, would I do this?
if
(
$spTopicView
->currentPost==3){
if (!is_user_logged_in()) { echo ' <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!– Responsive –> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-xxxxxxxxxxxxxxxx" data-ad-slot="xxxxxxxxx" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> '; }
}
well, if you want it after every third post (what you asked for), that is not how one would do it.. but sounds like you have what you want? It would show it only after the third post...