Posted by SimpleJo on September 15, 2007 at 4:31pm
Hi,
I have enabled the site name and slogan in the theme and globally by checking the boxes but the site name and slogan still do not show up. Does anyone know what I need to do the enable site name and slogan?
Thanks,
SimpleJo
Comments
.PHP call?
Hi SimpleJo, try this:
Assign them here: Administer » Site Information
Enable them here: Administer » Themes » click the configure tab. There you can choose global or theme-specific settings.
If you are building a custom theme, you'll also need a .PHP call in your page.tpl.php file. (i.e.,
<?php print $site_name ?>or<?php print $site_slogan ?>)Hope this helps!
-NP
Kinda Works
Hi NP
Your suggestion kinda works but I compared other theme page.tpl.php files and they all apprear the same except for when you check the box to display the site information they work. I think there is something in the spreadfirefox theme that is commented out so the site info doesn't show up even when the boxes are checked. Maybe before I add your suggestion someone else might know another way to fix this? Thanks, SimpleJo
the site info is hidden in
the site info is hidden in spreadfirefox by design. it will show op in the source of your site so craw bots will see it. If you want to show it also to your visitors you need to move it out of the hidden div in the page.tpl.php.