Recent Topics

1 Jan 27, 2006 08:42    

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>

...

2 Jan 27, 2006 15:57

Yes, that's right.


Form is loading...