Hello!
I have ZenPhoto installed here:
http://www.cheridenis.com/paintings/As you can see, the "Cheri Denis Flower Image" at the very top links back to the "Gallery Home Page." I would like it to link back to the "Main Website Homepage" which is (
http://www.cheridenis.com). I'm not sure what file or line of code I need to change in ZenPhoto or my custom theme to make this simple change.
Can you please help me?
Thanks!
Comments
I have ZenPhoto installed here: http://www.cheridenis.com/paintings/
As you can see, the "Cheri Denis Flower Image" at the very top links back to the "Gallery Home Page." I would like it to link back to the "Main Website Homepage" which is (http://www.cheridenis.com). I'm not sure what file or line of code I need to change in ZenPhoto or my custom theme to make this simple change.
Can you please help me?
Thanks!
For the themes we make and support you would change the option for "Website URL" (and probably WEBsite title). You could try that and see if this theme follows the lead.
Then in your theme folder find `header.php`.
On line 222 (`" title="<?php echo getGalleryTitle(); ?>">`...etc)
change `getGalleryIndexURL()` to `getMainSiteURL()`
and `getGalleryTitle()` to `getMainSiteName()`.
Fretzi, that worked perfectly. That's exactly what I needed to do. I'm a website designer myself and I know XHTML, CSS, etc but don't know anything about PHP so it was quite foreign to me. =0)
Thanks again and happy holidays!