I want to add a home button for each blog.
For example with multiple blogs in a domain name - the home button for each blog will take them to the home page of that blog.
Looks like a couple of line of code but I do not know php or b2e.
I did search the forum and seems like a common question but could not get any results.
Thanks
OK. .is this the way to do it?
<a href="<?php bloginfo('url'); ?>" title="The blog front page">home</a>
...
Yes, that's right.