If you would prefer disabling the Comments and EXIF hyperlinks for whatever reasons, then it is fairly straightforward to do so. Open up index.php in your themes/reflectionmod folder and delete the lines below:
<li><a id="comment" href="#"><?php comments_number('0 comments','1 comment','% comments');?></a></li> <li><a class="panel" id="exif" href="">Exif</a></li>
Re-save the file and clear out your browser cache. Reload your website and the Comments and EXIF hyperlinks should be disabled.
this info was very helpful. i suck at html.
I dont want to delete them, I just want to know how to keep them from being weirdly formatted (http://fotogenesis.in/latest/)
any tips?
Aditya, I think you might have made some error while editing the theme code. Try a separate fresh install of the theme and see if you are still having the weird formatting issues. It definitely shouldn’t affect the regular theme.
BTW, Do you think this is a CSS problem of a Theme problem?
turns out it WAS a CSS bug! i just did a DIFF between the orig. stylesheet and my edited one – and it turned out i had put font-size at 200% instead of 120% in #titlebits! feel quite silly about it all now…
Glad to hear that you got it fixed :). I was about to reply saying it looked like a CSS issue. Enjoy the themes and Happy Holidays!
errr.. it’s now not working on WEbkit – the search for a solution continues!