Category Archives: Themes

Previews of the Default BuddyPress Theme

Andy Peatling, who works on BuddyPress for Automattic, has posted screenshots of the new default theme that will part of BuddyPress. In case you didn’t know, BuddyPress is a “Wordpress MU Based Social Network Platform,” which in other words means that it’s similar to Facebook, except open source.

Using image.php in WordPress 2.5 Themes

Blog almighty points out that WordPress themes should use the images.php template file to take advantage of the image gallery features introduced in WordPress 2.5. There are two main differences in the image.php template file from single.php: printing the image instead of the post content, and using previous_image_link and next_image_link instead of previous_post_link and [...]