Moderator
t-p
(@t-p)
Thanks… I’ve been through all that. The gallery thums itself I think I can handle (just needs some CSS) But I need to style the actual pages that the gallery links to.
For example, here’s one I just threw together:
http://www.triplepundit.com/2010/11/photo-essay-clif-bar-emeryville-headquarters/
Click through on an image to see it “full size” and you get a pretty ugly series of pages. There must be some kind of template that controls what those resulting page look like, right?
Moderator
t-p
(@t-p)
see if this plugin can work for you.
Hmm cool… seems like massive overkill though. There must be SOMETHING in wordpress SOMEWHERE that controls how those image pages lay out no? Where in the world could it be? Or even, what should I search for to find it?
template that controls what those resulting page look like
Template hierarchy.
Add(or edit) the attachment.php, or more specifically, the image.php of your active theme.
As an example see the attachment.php(and the css in the stylesheet) in the default twentyten theme.
Ah ha! lovely, and thank you. I had not seen those. This should be the ticket.