I would like to put adsense in comments. In first comments and second comments...
How can I do? I edit comment.tpl.php but my adsense code view every comments. My english is nor good.

Comments

kharonturk’s picture

Reply me

copy comment.tpl.php to your theme folder. And after " print $content " add

 if ($id<3) {
echo 'your adsense code';
}
kharonturk’s picture

and forum;

advf-forum-post.tpl.php to your theme folder. And after "

print $content

add

if ($id<3) {
echo 'your adsense code';
}