I know HTML but don't know PHP/server-side includes and from what I can tell, that's where most of the stuff for the page comes from. I want to remove the "image info" as it relates to digital photographs. I see it in view source of the page but don't know how to remove from where the page comes from.
Comments
`<?php if (getImageEXIFData()) {echo "<div id=\"exif_link\">".gettext("Image Info").""; printImageMetadata('', false);
}
?>`
EDIT: Also found where to comment out "site:" in the Add comment.
(Using my version of the theme of course