Here is some featured on Personasive Blogger Templates :
- Responsive design.
- Label cloud edited.
- Page navigation number.
- Popular post edited.
- 3 column layout.
- White color.
- Comment edited.
- SEO ready.
- Smart thumbnail resize.
- Share social media button.
How to change Menu Navigation background color.
Go to edit template tab and click "Customize" section. Open "Advance Tab" scroll down and find "Menu Navigation Color". Select color do you want to use and than clik "Apply to Blog" for save your template.
How to change number page navigation dan label cloud background color :
Go to edit template tab and click "Customize" section. Open "Advance Tab" scroll down and find "Page Navigation Color" and "Label Cloud Color". Select color do you want to use and than clik "Apply to Blog" for save your template.
How to change header image logo :
Go to layout tab and click header widget section. Upload your image logo from your computer. Your logo size should be 212px x 90px with black background color. Do not forget to expand "Instead of title and description". Click save and see the result.
How to setting your static page dan search widget :
Go to layout tab and click add "a Gadet section". Look at image above, left column for static page and right column for search widget. For search widget, please insert code below on "HTML/Javascript" format and than click "save arrangement" for save :
<div id='search'> <form action='/search' id='search-form' method='get' target='_top'> <input id='search-text' onfocus="if(this.value==this.defaultValue)this.value=''" value="Type keyword and hit enter...." onblur="if(this.value=='')this.value=this.defaultValue;" name='q' type='text'/> </form> </div>
Now you can download Personasive Blogger Template for free only in Themes Paper, but please do not remove the credit link in the footer section. If you have question about this template, leave your comment below or you can contact us on themespaper [at] gmail.com. Thanks.
templatenya keren, thumbnailnya saya suka..
ReplyDeleteTerimakasih, semoga bisa berbagi bersama.
DeleteGimana cara menghilangkan excerpt dan tanggal pada homepage.. jadi yg nnti tampil hanya gambar dan judul-nya saja..
DeleteOya, bagaimana caranya biar gambar tetap gede seperti di blog ini pada halaman post...
Terima Kasih...
Untuk tanggal, masuk kehalaman edit html, cari kode berikut :
Delete<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:post.dateHeader'>
<script>var ultimaFecha = '<data:post.dateHeader/>';</script>
<h2 class='date-header'><data:post.dateHeader/></h2>
<b:else/>
<h2 class='date-header'><script>document.write(ultimaFecha);</script>
</h2>
</b:if>
</b:if>
ganti dengan kode dibawah ini :
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:post.dateHeader'>
<script>var ultimaFecha = '<data:post.dateHeader/>';</script>
<h2 class='date-header'><data:post.dateHeader/></h2>
<b:else/>
<h2 class='date-header'><script>document.write(ultimaFecha);</script>
</h2>
</b:if>
</b:if>
</b:if>
Untuk menghilangkan excerpt, cari kode berikut lalu hapus <data:post.jumpText/>
keren mas, ane pake ya hehe
ReplyDeleteOke, silahkan mas. Semoga bermanfaat.
Delete