The simpler media website CMS
Hi, I am new to ZenPhoto and also have no programming skills. I would like to change the footer information. I am using the 'basic' theme. I would like to take out 'Gallery RSS and replave it with a link of my own. Have looked at all the PHP pages but cannot work out where to make the change. If anybody could point me in the right direction I would be most grateful.
Comments
The basic theme has a partial file name
inc-footer.php
where you find the call to the RSS link:if (class_exists('RSS')) printRSSLink('Gallery', '', gettext('Gallery RSS'), ' | ');
You have to remove that and replace it with your link like this:
Many thanks. Worked like a charm!