Noob Question: why won't my Site Name display?
Permalink
Hi,
I'm working on my first simply website using C5 just to get started. The template I use has the following code which I assume is to display the site name:
<a href="<?php echo DIR_REL?>/" title="<?php echo SITE?>"><?php
$stack = Stack::getByName('Site Name');
if( $stack ) $stack->display();
else echo SITE;
?></a>
Trouble is, it doesn't... In my dashboard I have a Site Name under Global areas where the sitename is entered correctly during installation.
Any ideas?
Thanks very much!
Konrad
I'm working on my first simply website using C5 just to get started. The template I use has the following code which I assume is to display the site name:
<a href="<?php echo DIR_REL?>/" title="<?php echo SITE?>"><?php
$stack = Stack::getByName('Site Name');
if( $stack ) $stack->display();
else echo SITE;
?></a>
Trouble is, it doesn't... In my dashboard I have a Site Name under Global areas where the sitename is entered correctly during installation.
Any ideas?
Thanks very much!
Konrad
It could be that the theme css file is hiding it,
something like this (or similar depending on the theme template code),