VIEW ALL GALLERY LIGHTS

Saturday, November 27, 2010

Adding adsense ads to Simplex Transcript template

Simplex Transcript has no widget ready function ,so if you want to add adsense ads to this template ,you have to insert them directly to template code . This task is very easy if you are familliar to coding ,but not with the one who doesn't . So in this post ,I will show you the way to adding adsense ads to Simplex Transcript template in both of homepage and single page ,this post is also a solution for everyone who met the trouble adsense ads not show up in single page .



1,Before adding ads code

find this line :
<div id="frontpage">
and add this line right before the line you've just found :
<b:if cond='data:blog.url == data:blog.homepageUrl'>

next, find this line :
<div id="singlepage">
and add this line right before the line above
</b:if>

2,If you want to add adsense in home page :
   
     2a,to add ads in sidebar ,above " the most recent" tabs :
find this <h2 class='widget_title'>MOST RECENT</h2>  and add the adsense code right before this line .

     2b,to add ads in the left ,next to middle content tab ,find this line :<div id='primaryBottomSidebar'>
and add adsense code right after this .

     2c,To add ads in the right bottom corner ,find this line :
<div class='home_sidebar_ads'>
and add your adsense code right after this line .

3,To add adsense ads in single page
   
     3a,adsense ads under the archive column ( in the middle)
find this line :<div class="t_center marginbottom">
and add the adsense right after this line .

     3b,Adsense ads in the right ,above recent comment widget
find this line :  <div id="wideSidebar">
             <div class="widget1">
and add the adsense right after these line .

I see many of you gave up using this template just because can't adding adsense code or customize it as your need . With this post ,I hope you will feel more convenient when using Transcript template .

No comments:

Post a Comment