How to showing adsense after last post, in every pages, what is the conditional
There are many mod and post to showing adsense after first post,
but i cant find a mod or post to showing adsense after last post,
the if conditional for showing adsense after first post is
<if condition="!$GLOBALS['FIRSTPOSTID']">
adsense code here
</if>
what is if conditional for showing adsense after last post??
i tried this, its not working
<if condition="!$GLOBALS['LASTPOSTID']">
adsense code here
</if>
|