Setting template Portal Magajah
1. Setting top nav
Go to layout > Edit HTML and find this code
<div class='nav'>
<ul>
<li><a expr:href='data:blog.homepageUrl' title='Take me home'>Home</a></li>
<li><a href='YOUR-LINK-HERE' title='About us'>About</a></li>
<li><a href='YOUR-LINK-HERE' title='Contact us'>Contact</a></li>
</ul>
</div>
Change YOUR-LINK-HERE with yours
2. Setting menu
Go to layout > Edit HTML and find this code
<div class='menu'>
<ul>
<li><a href='YOUR-LINK-HERE' title='Edit Me'>Edit Me</a></li>
<li><a href='YOUR-LINK-HERE' title='Edit Me'>Edit Me</a></li>
<li><a href='YOUR-LINK-HERE' title='Edit Me'>Edit Me</a></li>
<li><a href='YOUR-LINK-HERE' title='Edit Me'>Edit Me</a></li>
</ul>
</div>
Change red color with yours
3. Setting Adsense 927 x 90
Go to layout > Edit HTML and find this code
<!-- Adsense Top 729px X 90px -->
--- your Adsense code here ----
4. Setting Adsense 160 x 60 (left sidebar in single post)
Go to Layout > Edit HTML > click Expand Widget Templates and find this code
<span class="adsense">
<!-- Adsense Left -->
--- your Adsense code here ----
</span>
5. Setting image author
Go to Layout > Edit HTML and find this code
.mypic {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAVS_1Xc2q9ze6aodnos19HYAdZseoOYkoOCHfexGMWeGq4BdaNg61yA5jjwMRgMxo8d7j6g1k9y8ka7ObcbABCDRBYHU8yYC6T0PixPihKOsD40OYuqCyjSWVrWQU0S1V5Sk25_7GLys0/s1600/ireng+ajah.jpg) no-repeat;
float: left;
width: 50px;
height: 50px;
Change the red color with url your image. Size image is 50 x 50
6. Setting Banner 125 x 125
If you want to add banner 125 x 125 on sidebar, copy and paste these code below
<div id="banner125">
<a class="bannerleft" href="YOUR-LINK-HERE" target="_blank"><img border="0" alt="TITLE-IMAGE" src="URL-BANNER-HERE" width="125" height="125" /></a>
<a class="bannerright" href="YOUR-LINK-HERE" target="_blank"><img border="0" alt="TITLE-IMAGE" src="URL-BANNER-HERE" width="125" height="125" /></a>
</div>
Change YOUR-LINK-HERE with your URL, TITLE-IMAGE for alt image and URL-BANNER-HERE with your URL banner
Blue color is banner for the left side and red color banner for the right side
7. Setting Feature Content
Go to Layout > click Edit Feature Content widget. Copy and paste these code below
<div class="jflow-content-slider">
<div id="slides">
<div class="slide-wrapper">
<div class="slide-thumbnail">
<a href="YOUR-LINK-HERE" title="Edit Me"><img width="200" alt="#" src="IMAGE-URL-HERE" height="180" /></a>
</div>
<div class="slide-details">
<h3>TITLE-HERE</h3>
<div class="description">
Short description here
</div>
</div>
<div class="clear"></div>
</div>
<div class="slide-wrapper">
<div class="slide-thumbnail">
<a href="YOUR-LINK-HERE" title="Edit Me"><img width="200" alt="#" src="IMAGE-URL-HERE" height="180" /></a>
</div>
<div class="slide-details">
<h3>TITLE-HERE</h3>
<div class="description">
Short description here
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="myController">
<span class="jFlowPrev">Prev</span>
<span class="jFlowControl">1</span>
<span class="jFlowControl">2</span>
<span class="jFlowNext">Next</span>
</div>
<div class="clear"></div>
</div>
Change the red color with yours.
*That is sample for 2 images content.
Feature content by Webdesignbooth
Thanks
ireng_ajah