The Funk is a minimal and clean, search engine optimized, 2 columns blogger theme with 100% responsive layout. The Funk blogger template has right sidebar, google web fonts, social icons, two dropdown navigation menus, auto post summaries, related posts, 3 columns footer widgets area and more.
How To Add Links to Header Navigation Menu
Find this in "Edit HTML":
<nav class='nav-headernbt' role='navigation'> <ul class='thefunk-nav-menunbt thefunk-head-navnbt'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> ... <li><a href='#'>Health</a> <ul class='sub-menu'> <li><a href='#'>Childcare</a></li> <li><a href='#'>Doctors</a></li> </ul> </li> </ul> </nav>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Add Links to Primary Navigation Menu
Find this in "Edit HTML":
<nav class='nav-primarynbt'> <div class='wrapnbt'> <ul class='thefunk-nav-menunbt'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a> <ul class='sub-menu'> <li><a href='#'>Internet</a></li> <li><a href='#'>Market</a></li> <li><a href='#'>Stock</a></li> </ul> </li> ... <li><a href='#'>Uncategorized</a></li> </ul> </div> </nav>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='social-buttonsnbt'> <a href='https://plus.google.com/' rel='nofollow' target='_blank' title='Google Plus'><i class='fa fa-google-plus-square'/></a> <a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter-square'/></a> <a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook-square'/></a> <a href='http://instagram.com/' rel='nofollow' target='_blank' title='Instagram'><i class='fa fa-instagram'/></a> <a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'><i class='fa fa-youtube-square'/></a> <a href='http://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><i class='fa fa-pinterest-square'/></a> <a expr:href='data:blog.homepageUrl + "feeds/posts/default"' rel='nofollow' target='_blank' title='RSS'><i class='fa fa-rss-square'/></a> </div>
Add your own social links replacing default social profile URLs.
The Funk Blogger Template Responsive View
The Funk is a 100% responsive blogger theme that allows for easy viewing on any device.