Log in

View Full Version : Google adsense in only first message ?


Mean
11-05-2007, 10:31 PM
How can i do that?

I have put codes to postbit_legacy, but it appeared in all messages.

Freesteyelz
11-06-2007, 05:39 AM
Wrap your Adsense code with:


<if condition="$post[postcount]==1">
Adsense_code_here
</if>



Then your Adsense code will only display in the first post.

Mean
11-07-2007, 08:56 PM
Thanks man, are you an angel ?? :D