Friday 17 April 2009

0

How to configure the navigation links

After uploading this template through your dashboard you may want to get the navigation links working by going to Layout > Edit HTML and finding the following code <li class='homepage'><a href='/'>home</a></li>
<li><a href='#'>about</a></li>
<li><a href='#'>portfolio</a></li>
<li><a href='#'>services</a></li>
<li><a href='#'>contact</a></li>
</ul>
to get them working replace the # with the URL here's an example<li class='homepage'><a href='/'>home</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/about.html'>about</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/myportfolio.html'>portfolio</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/services.html'>services</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/contact.html'>contact</a></li>
</ul>
to get the subscribe via email link working look for the following code
<li><a href='#'>email</a></li> again replce the # with your feedburner link or whatever you use for your feeds