Hi PhotoSmashers! I’ve created a new demo page here on Smashly. Eating one’s own dogfood and all that. Check it out…load some images!
Working on Version 0.3.01
In other news, the next version of PhotoSmash will bring you an option to show all contributors’ images in their WordPress Author page. I’m kind of excited about figuring out a way to enable that without having you tweak your templates with template tags. I wanted the images to show up at the top of Author page, so what I did was tap into the get_posts WordPress hook and use a little PHP array magic to “unshift” a new Post onto the posts array. When WordPress does the loop, it displays the gallery just like a gallery embedded in any other post. The gallery can use custom layouts, custom fields, etc, just like any other gallery. The only trick is that it will contain all the images by a given contributor, and it will not contain an upload form…of course ;P .
I hope to have 0.3.01 out the door to you guys this weekend!
Cheers,
Byron


















