Hello all, can someone help know how to control the number of times an ad will be shown on blogger post? what I mean is, I know how to place ad just below the post heading but how do i restrict it to be shown only for one post in case more then one posts are shown on a page? Please help
I didnt quite get it. Actually I want ad to come below the post heading. I can do it by editing the tempelate but then it shows up for all posts on the page while I want it to happen for only for first post
well i got it, but to make any ad appear on the individual post page we add a condition <b:if cond='data:blog.pageType == "item"'> </b:if> and place our ad inside it. I am looking a similar condition which I can use to check the post number being shown on the page. so I can make my ad display only if it is first post. Hope I am clear with my words. Does anyone know the condition ?