I have read the theme guide 4 times over. I just cannot find out how to make simple changes to the zpBootstrap or default theme.
Is there a step by step guide? All I am trying to do is add the date image was added to underneath the image and as the alt value when you hover over the thumbnail.
I feel like I am just missing one piece of info.
Comments
Beyond that, if the theme guide/functions guide do not make sense to you, you will probably need to find someone who will do this change for you. There is a link on the right to our paid support page.
zpBootstrap is neither a basic theme nor is it an official one. I am sure Vincent, its developer, will respond here as well since you put the name into the title.
if you want to add the image date in album page, you should modified zpBoostrap like that :
in inc_print_image_thumb.php, line 5 :
replace
`" title="<?php echo getAnnotatedImageTitle(); ?>">`
by
`" title="<?php echo getAnnotatedImageTitle().' - '.getImageDate(DATE_FORMAT); ?>">`.
as told before, you should read zenphoto documentation and read theming tutorial.