I've got the PS widget in my right-hand column and it's working well. It's displays 10 thumbs and you can click through to the post (I'm using PS Extend). However, on internal pages when the user clicks on the thumbnail, they go to just the image file and not the post. Same code, different behavior.
home page (thumbs take you to the post):
http://hiddenmickeypedia.com/
internal page (thumbs take you directly to the image file):
http://hiddenmickeypedia.com/2010/04/sunny/
The widget uses std_widget layout... but I can't remember if I modified it or not. Here's the layout from std_widget:
<div class='bwbps_image'>[thumbnail]</div>
Thoughts on why this might be happening?
resolved