Not sure I understand what you’re talking about. Do you have a living example?
Cheers,
Alexander @ http://www.mouseclick.com
and if you click on the image thumbnails for each post it brings you to a separate page with just the image and NOT the actual post like it should. Make sense?
]]>in the file functions.php find the function pinboard_post_gallery() and remove the complete (a href=”…”) tag line and the the closing tag (/a) line.
Unfortunatly this forum is not allowing to post code 1:1.
Cheers,
Alexander @ http://www.mouseclick.com
<a href="ID, 'full' ); echo $image[0]; ?>" class="colorbox" title="ID ) ); ?>" rel="attachment">
ID, "gallery-{$count}-thumb" ); ?>
with this:
ID, "gallery-{$count}-thumb" ); ?>
You deleted too much. Try only to delete the (a) and (/a) tag but leave the (img) tag.
Cheers,
Alexander @ http://www.mouseclick.com
<a href="ID, ‘full’ ); echo $image[0]; ?>” class=”colorbox” title=”ID ) ); ?>” rel=”attachment”>
ID, “gallery-{$count}-thumb” ); ?>
…..That is everything in between the and tag. But you’re telling me I removed too much? What exactly should it look like?
]]>