Page 1 of 1

Blog name and description links

Posted: Mon May 30, 2005 2:08 pm
by Col. Kurtz
Hi

A lot of people want to create their own customized start page, so do I. I tried this way: I made my own startup page with the static pages plugin and saved it to the root directory. I use links to enter the blog directory to access the categories and entries. This is working very good, except one thing: the blog name and description in the headline of course links to the blog directory and not to the start page I´ve created. Is there a way to chance those links?

the entry page can be found here, the blog directory here

Re: Blog name and description links

Posted: Mon May 30, 2005 3:32 pm
by garvinhicking
The only way to change this is to edit your "index.tpl" template of your selected template. That shouldn't be a problem, just look for the div.serendipity_banner container. There is a link to $serendipityBaseURL which you can replace with any link you like :)

Regards,
Garvin

Posted: Mon May 30, 2005 3:53 pm
by Col. Kurtz
Ok, this works. thx