VisitPress is a simple and beautiful, easy to use, SEO friendly, 2 columns blogger template comes with 3 columns footer widgets area. It is a fully responsive blogger theme that allows for easy viewing on any device. VisitPress blogger template has right sidebar, social profile buttons, post share buttons, google fonts, related posts, custom post timestamp, auto post summaries and more.
How To Add Links to Top Navigation Menu
Find this in "Edit HTML":
<ul class='menunbt' id='navnbt'> <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 Blogger Timestamp Format
If you haven't configured timestamp format of your blog posts correctly, you will see "undefined" errors.
Follow this tutorial: https://newbloggerthemes.com/blog/fix-posted-date-undefined-error-blogger/
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='social-buttonsnbt widget'> <a href='https://plus.google.com/' rel='nofollow' target='_blank'><i class='fa fa-google-plus-square'/></a> <a href='https://twitter.com/' rel='nofollow' target='_blank'><i class='fa fa-twitter-square'/></a> <a href='https://www.facebook.com/' rel='nofollow' target='_blank'><i class='fa fa-facebook-square'/></a> <a href='http://instagram.com/' rel='nofollow' target='_blank'><i class='fa fa-instagram'/></a> <a href='https://www.youtube.com/' rel='nofollow' target='_blank'><i class='fa fa-youtube-square'/></a> <a href='http://www.pinterest.com/' rel='nofollow' target='_blank'><i class='fa fa-pinterest-square'/></a> <a expr:href='data:blog.homepageUrl + "feeds/posts/default"' rel='nofollow' target='_blank'><i class='fa fa-rss-square'/></a> </div>
Add your own social links replacing homepages URLs of social networking websites.