Deviance Debut
I spent a few hours tonight and turned my old Deviance theme into something I can actually release. Deviance is my name for my previous K2 mod. It is a narrow and clean single column K2-based theme for WordPress. It was created upon the latest stable K2 release, 167. Deviance supports the following WordPress plugins out of the box: Brian’s Latest Comments, Related Entries, Ultimate Tag Warrior, Akismet Spam Count, Extended Live Archives and flickrRSS. Deviance also has built-in social bookmarking buttons on each permalink page. However, I narrowed it down to only digg, newsvine, ma.gnolia and del.icio.us. There are a few more that I commented out in deviance-comments.php. Deviance also features my famous comment guidelines. You can change them to your liking inside of deviance-guidelines.php.

You’ll want to edit the header psd to include your header title and subtitle.
Notes
- Deviance does not support AJAX comments, it messes up some things on permalink pages. Therefore you must disable AJAX commenting in WP admin > Presentation > K2 options. Also, you must select the proper K2 scheme, deviance.css on the same page. For flickrRSS to display properly you should set its options in WP admin > Presentation > flickrRSS to show 8 square images. Subpages aren’t supported so try to consolidate your pages into main pages or link to them manually in main pages. I thought there was a small bug in theloop.php where it would show the date twice when searching for something but I couldn’t find that error again, so be on the lookout. You must have both the related entries and brian’s latest comments plugins enabled. You can’t just have one or the other enabled.
- Inside of the devianceK2/styles/deviance folder you will find a photoshop file for the header. I have enabled the use of the h1 header but it is a better idea for you to edit the header image to include your own title and subtitle. If you choose to do this, replace the CSS selector h1 in styles/deviance.css with h1{display:none;}.
- Deviance relies on several heavily modified K2 files so upgrading to the next version of K2 will be a pain to say the least. This was a warning.
- In the footer I did not link to PaulStamatiou.com instead I linked to my other blog, stammy.wordpress.com. The reason for this is that Technorati will not include me in their ranks and search results if I make a theme like this and link to my blog. By linking to my other blog I ensure that PaulStamatiou.com will not be harmed in such a manner.
- If you have any questions ask them here as I won’t be supporting Deviance from now on.
- To install, place the unzipped devianceK2 folder into your wp-content/themes folder and activate via WP admin > Presentation.
- The Deviance code and CSS is 100% dirty. You can blame me for that. Don’t expect XHTML standards compliance.


You know Paul I’m finally getting used to your new design. Did you by any chance optimize that mouseovers? I also like this grey background.
Y yo que estaba envidiando tu blog a una columna, ahora podre adecuarlo para usarlo sin problemas.
Gracias por el nuevo mod Paul. :D
Yeah, the grey background is much better…
In the footer I did not link to PaulStamatiou.com instead I linked to my other blog, stammy.wordpress.com. The reason for this is that Technorati will not include me in their ranks and search results if I make a theme like this and link to my blog. By linking to my other blog I ensure that PaulStamatiou.com will not be harmed in such a manner.
Care to give a bit more explanation of this? Does technorati not like you?
Have I done something wrong or does this theme not render correctly in IE?
@Adrian: I was cleaning up the code locally in OS X so I wasn’t able to test it on IE. What does it look like in IE?
@Jesse: No, that’s how Technorati works. They do not think that a theme is a valid way to get a link therefore all the big players like Matt Mullenweg, Michael Heilemann, Kyle Neath and others that have made themes are not included in Technorati searches. It is common practice.
Here’s a screenshot of it in IE. :)
Adrian, is flexible disabled in the K2 options?
Yes, I have fixed width selected.
I’m looking into this now on my other comp now that I can test your site. But I must say, it looks flawless in Safari and Firefox. =D
I don’t this will fix it as my old design didn’t need these, but it’s worth a shot. Find the CSS selectors below and make sure they have a !important, don’t replace the selectors or paste them as that could overwrite the other values.
#page{_width: 640px !important;}
#footer{_width: 640px !important;}
Until I find out what is causing it…. getfirefox.com.
Perhaps the footer is causing the #page to stretch out like that, as the footer is actually larger but I have it moved up. Try
Nope, no change. :( Sometimes IE really sucks :P
IE does really suck…but oh well, as for deviance looks pretty awesome I fooled around with it a bit.
If you put IE into quirks mode, it almost works. There is just a white bar across the top and the search box is out of place.
Don’t know if that helps you or not… :)