Step 1: Login your blogger blog account. And from "Dashboard" go Design > Edit HTML. Then, click on "Expand Widget Templates".
Step 2: Now, search the following code line by pressing F3
<data:post.body/>
Step 3: Replace the above code line with the following codes
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.author == "Author1"'>
PASTE THE ADSENSE CODE FOR AUTHOR 1
</b:if>
<b:if cond='data:post.author == "Author2"'>
PASTE THE ADSENSE CODE FOR AUTHOR 2
</b:if>
<b:if cond='data:post.author == "Author3"'>
PASTE THE ADSENSE CODE FOR AUTHOR 3
</b:if>
</b:if>
Change "Author 1", "Author 2", "Author 3", .... .... with your authors name. And place their Adsense code on "Paste the Adsense code for author X" portion.
Step 4: Now, save your changes. Keep in mind, you have to do same for every authors including you.
As you can notice, the above codes is only for 3 authors. To add a new author, just copy the following part and paste it again.
<b:if cond='data:post.author == "Author Name"'>
PASTE THE ADSENSE CODE Here
</b:if>
All done !
0 comments:
Post a Comment