With clean typography, Typo is a one-column, minimal blogger templates perfect for writers. Typo blogger templates comes with auto read more feature, top drop-down menu, post share buttons, Google fonts, 3 columns footer widgets area, social profile links, related posts, SEO friendly coding, icon fonts and more.
How To Add Links to Top Navigation Menu
Find this in "Edit HTML":
<ul class='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>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<ul class='menunbt' id='menu-social-menunbt'> <li><a href='http://www.facebook.com/' rel='nofollow' target='_blank'>Facebook</a></li> <li><a href='http://twitter.com/' rel='nofollow' target='_blank'>Twitter</a></li> <li><a href='http://plus.google.com/' rel='nofollow' target='_blank'>GooglePlus</a></li> <li><a href='http://instagram.com/' rel='nofollow' target='_blank'>Instagram</a></li> <li><a href='http://flickr.com/' rel='nofollow' target='_blank'>Flickr</a></li> <li><a href='http://youtube.com/' rel='nofollow' target='_blank'>Youtube</a></li> <li><a href='http://pinterest.com/' rel='nofollow' target='_blank'>Pinterest</a></li> <li><a href='http://www.linkedin.com/' rel='nofollow' target='_blank'>Linkedin</a></li> <li><a href='https://vimeo.com/' rel='nofollow' target='_blank'>Vimeo</a></li> <li><a href='https://github.com/' rel='nofollow' target='_blank'>Github</a></li> <li><a href='https://dribbble.com/' rel='nofollow' target='_blank'>Dribbble</a></li> <li><a href='http://tumblr.com/' rel='nofollow' target='_blank'>Tumblr</a></li> <li><a expr:href='data:blog.homepageUrl + "feeds/posts/default"' rel='nofollow' target='_blank'>Feed</a></li> </ul>
Add your social profile URLs replacing these social media networks homepages URLs.