my thumbnails no longer work and I don't know why! The url changes at the top but the page doesn't actually load.
The links in the list work, and the page lods, but the same code for the thumbnails does not
<p class="entry-link">
<a href="#CORE(ENTRY:ID)">CORE(ENTRY:TITLE)</a>
</p>
<div class="thumb entry-link" id="entry-CORE(ENTRY:ID)">
<a href="#CORE(ENTRY:ID)"><p class="thumbImg"><img src="CORE(ENTRY:THUMB)"></p></a>
</div>
are the respective two bits of code
any ideas?!