Archive for the 'K2 Geek' Category

Nautilus Update for WP2.2

I’ve just rebuilt the Nautilus photoblog theme to work with Wordpress 2.2. You can download it here. Make sure you read the ‘read me’! (you’ll need to activate a couple of plugins to make it work properly).

Check out the screen shots below:

Index page
Archives page
Monthly archive
Page page
‘Lights out’ page

Comments

K2 Photoblog theme released

For those of you who want an out-of-the-box solution, you can now download my first K2 photoblog mod ‘Nautilus’ here.

Please read the readme, which explains how to use the theme!

Enjoy.

Comments

[Photoblogging with K2] Part 3: Styling

Photoblogs typically have a minimalist, clean design to focus the readers eye on your images, but it’s up to you how you want your photoblog to look. I’m not going to go through step by step everything I’ve done with Nautilus, but here are some points to consider:First, you might want to remove the sidebar on your main page. Make a copy of ‘index.php’, and rename it ‘home.php’. Remove the call to get the sidebar. This will stop the sidebar showing, but will leave a big gap where it should be. Continue reading ‘[Photoblogging with K2] Part 3: Styling’

Comments

[Photoblogging with K2] Part 2: Thumbnail Archives

I think the most important thing to make a photoblog look slick is the way the archives are handled. Lots of photoblogs out there have archives that just show the photo titles. That’s fine, but in my opinion, a photoblog is all about the photos, so my archives use thumbnail images. In fact, they only use thumbnail images.The key to thumbnail archives is the ability in Wordpress to specify an Optional Excerpt. In this field, you want to paste the url to the thumbnail image (75px x 75px) of your photograph (and nothing else!). You then need to do some pretty serious editing of ‘archive.php’ and ‘page-archives.php’. Essentially, you need to put in a modified version of the loop that retrieves the excerpt for each post, and makes the excerpt a permalink to the full version of that post. Continue reading ‘[Photoblogging with K2] Part 2: Thumbnail Archives’

Comments

[Photoblogging with K2] Part 1: The basics

In contrast to ‘normal’ blogs, which often have a long list of posts, photoblogs usually just display one photo on each page, using links to navigate back through the archives.To achieve this, first set ‘Show at most 1 posts’ under reading options. You will now get only one post displayed on each page. However, we want the archive pages to display more than one photo. To do this we need a plugin that will allow you to specify a different number of posts to be shown on different page types. Continue reading ‘[Photoblogging with K2] Part 1: The basics’

Comment