or browse through some tags...
Black and White Cork Cork Photos irishblogs Sky Urban Candid Architecture Photos Canon 20D Street Sigma 10-20 Irish photos Ireland People
Monotone is a pretty cool photoblog theme for WordPress that’s been around for a few months now. Unfortunately it was only available on WordPress.com, and through the Automattic Subversion repository as reported by Jeff on Weblog Tools Collection.
Noel Jackson, the author of the theme, recently revealed that Monotone is now available as a .zip download on the Monotone demo page above. Now it’s easier for self hosted WordPress blogs to try it!
What’s so great about Monotone? It displays a large image in each post like Pixelpost and other photoblog themes, but it does it in a neat way. WordPress allows the blog author to upload and attach images to their posts. It’s then up to the author to insert the image into the post and tidy up the html. Monotone takes this one step further. There’s no need to insert the image into the post at all. The theme takes the first attachment and displays it at the top of the post, with the post content below.
I’d love to use it, but unfortunately I have several years worth of posts that would need to be modified because I used Flickr to host my images until recently. Then I used my own site, but inserted the right html into each post, so they’d all have to be modified unless I hacked the theme to ignore old posts.
RSS feeds display the image too, although I discovered that the feed for the demo site includes some huge images. Probably just an oversight when Noel was uploading images.
Judging by Noel’s comment here, it probably isn’t completely straight forward to install. You probably need the GD library and a hefty server with enough RAM to load and manipulate your images. Anyone tried it? Use my theme tester plugin if you want to test it on your blog without upsetting your visitors!
If I may be so bold as to break from the regular programming of photography stuff here, you may know I’m also a WordPress.com developer and heading up development of WordPress MU. Yes, I wear lots of hats.
Yesterday I released a new WordPress plugin called, WP Super Cache. It’s pretty super as it’s name implies and should protect WordPress sites from large spikes in traffic. I need your help to test that out.
You may be familiar with a site called Digg.com, if you have an account there, please digg my plugin. It’s only going to take another couple of diggs to get it on to the front page of the site, but it has to get there within the next few hours. If it does, that will quite possibly cause a huge spike in traffic to that post, and with any luck the server my blog is on won’t keel over and die. Don’t worry, inphotos.org is on a different machine.
Update - it’s one the front page of digg.com! Thanks everyone who voted for it! Apparently this is a light digging though, and my server barely notices the extra requests.
Justin added this site to his Technorati list of Irish blogs and was a little shocked at what he saw. Damien noticed too
Actually, I don’t get many hits from blogs despite the inflated numbers on that list. It seems nobody is curious to know who that “Donncha” chap is. In the latest release of WordPress, all those links were replaced by links to the Codex and other WordPress related sites.
Here we are once again, blogging live from WordCamp 2007 in San Francisco. There’s Matt setting up the projector screen, Barry sorting through some notes and Michael Adams in the baseball cap. Check out my WordCamp 2007 set on Flickr for more photos from the weekend.
Shot handheld at ISO 800 in low light.
If you’re interested, the following SQL will give you the top commenters on your own WordPress blog:
SELECT comment_author, comment_author_url, count( * ) AS c FROM wp_comments WHERE comment_date > date_sub( NOW( ) , INTERVAL 1 MONTH ) GROUP BY comment_author ORDER BY c DESC
And this chunk of code will give you the posts with the most comments made in the past month:
SELECT comment_post_ID , post_name, count( * ) as c FROM wp_comments, wp_posts WHERE wp_comments.comment_post_ID = wp_posts.ID AND comment_date > date_sub( NOW( ) , INTERVAL 1 MONTH ) GROUP BY comment_post_ID ORDER BY `c` DESC
I have just installed the hotlink builder plugin for WordPress. It provides a basic level of protection for the images on your blog from leechers visitors who come via Google and MSN looking for images. At least some of them are going to right-click on an image to use it in their own blogs, sites or myspace pages. This plugin displays a chunk of code they can copy and paste into their template or post to display the image. That code has a link to your blog which is much better than someone simply stealing your image and not giving credit.
It’s not perfect, but you can see it in action here. Right click on the image of the spire and James Joyce. A red bordered box will appear above it. Unfortunately if you right click on other images the box still appears in the exact same space which could be off-screen. I must try making it a popup div instead.
I also installed the small but useful break out of frames plugin. It simply breaks your blog out of foreign frames. Google Images is probably the worst offender of the referrers to this blog so hopefully it’ll encourage people to stay a bit longer here. Both plugins found via seobook.
Later… Some minor fixes required to make it work properly:
$src .= ' alt="' . get_bloginfo('blogname') . '"'; otherwise it’ll print your blog title before every post.
if( $_COOKE[ 'imagesearcher' ] == ‘yes’ ) $string .= ’searchengine’;
Richard Hearne offered some great tips for making Irish photoblog mcawilliams.com more visible on the search engines and they’re very good general search engine optimization tips that can be applied to any website.
He has grouped his tips into the following categories:
Richard’s post is well worth reading, even if you don’t have a photoblog. I know I learned a thing or two that are already paying off!
I have a few more tips to add to those above. Most of them are geared towards the photo blog community rather than general blogging sites, but read on even if you’re not running a photoblog!
rel=’external nofollow’to that link. The same applies to Zooomr and 23HQ of course.
With a few changes to your photoblog you can drastically increase the traffic to your site and share your work with a wider audience. You never know, one of your photos could become a viral email attachment sent around to thousands of people in offices and homes.
Colin Finch is working on a photoblog theme with thumbnails in the sidebar. He’s using the “optional excerpt” feature of WordPress to handle the thumbnails. Unfortunately he’s battling with Internet Explorer because it’s not behaving. Can someone lend him a hand?
Yes I want a photoblog, and a regular blog, with a cherry on top please.

8 Comments