Header of the current page and the site name: "Welcome to CMSimpleRealBlog"
are not links.
How to make them clickable? so they can take me home
Thanks
Header and breadcrumbs are not linked
Re: Header and breadcrumbs are not linked
Hi sogen,
you can do it in the template.
If you are using the standard template, you will find following in the template.htm:
Set a link arround the php:
Maybe you should style the link colors for links in the header after that,
Gert
you can do it in the template.
If you are using the standard template, you will find following in the template.htm:
Code: Select all
<h1><?php echo sitename()?></h1>
Code: Select all
<h1><a href="./"><?php echo sitename()?></a></h1>
Gert
Re: Header and breadcrumbs are not linked
great! Thanks 
