To modify the horizontal menu bar, go to Edit Html and look for this code -
<a href='Link 01'>Home</a></li>
<li><a href='Link 02'>Tutoriais</a></li>
<li><a href='Link 03'>Portfolio</a></li>
<li><a href='Link 04'>Contato</a></li>
Change 'Link' to relevant page links with the respective text. Moving on to the slider, you can activate it from Edit Html, search for this code -
<div id='galeria'>
<div class='main_view'>
<div class='window'>
<div class='image_reel'>
<a href='POST_URL' rel='1'><img alt='' src='IMAGE_URL'/></a>
<a href='POST_URL' rel='2'><img alt='' src='IMAGE_URL'/></a>
<a href='POST_URL' rel='3'><img alt='' src='IMAGE_URL'/></a>
</div></div>
<div class='paging'>
<a href='POST_URL' rel='1'>1</a>
<a href='POST_URL' rel='2'>2</a>
<a href='POST_URL' rel='3'>3</a>
</div></div>
Simply insert the post urls and image links as mentioned in the above code, images should be 800px × 289px. In the main column summary of posts with thumbnails appear automatically, and a replacement image appears when there is no picture in the post.
The post pages have Twitter and Facebook share button already integrated under the headline and at the end of the post is the author box with your avatar. To edit it, click Edit Html--Expand Widget Template and look for this code -
<!-- Post-Autor -->
<div class='post-autor'>
<span class='autor-avatar'><img src='Avatar_url'/></span>
<span class='autor-descrição'>
<h4>Title</h4>
<p>Author description.......................</p>
</span>
</div>
Add the title and author description in the above code, save the changes. The sidebar includes the popular posts widget, archives, search, categories etc., you can modify that as per your choice. Overall its a nice template to use to display varied content.
Download the Super Clean Template
No comments:
Post a Comment