I’m sure it’s me doing something silly but when I’m on my main gallery page which displays category links and I click on one of the links to view the photos in that category, it’s counting as two template hits instead of one. The log file also shows just one access. What should I look for in my code that I might have messed up?
Hmmm…wait a sec’...even if I strip out everything except EE stuff, it happens. This is the only thing in the template (slimmed down even further):
{exp:gallery:entries gallery="poo" orderby="date" sort="asc" columns="5" limit="100"}
<table class="thumbsall" cellpadding="0" cellspacing="0">
{entries}
{row_start}<tr>{/row_start}
{row}<td><a href="http://{image_url}"><a href="{thumb_url}PTaQsxUQUoOhloJqKZdn8KQDNeLyi9a9typography_img_src_end width={thumb_width}_height={thumb_height} alt= ">{thumb_url}PTaQsxUQUoOhloJqKZdn8KQDNeLyi9a9typography_img_src_end width={thumb_width}_height={thumb_height} alt= </a></a></td>{/row}
{row_blank}<td> </td>{/row_blank}{row_end}</tr>{/row_end}
{/entries}
</table>
{/exp:gallery:entries}Scratching my head…bewildered.