How to customize K2 v0.9.6
If you're new here, you may want to subscribe to my RSS feed or Email alerts. Thanks for visiting!
Few days back K2 v0.9.6 theme for wordpress was released, this release contains security fixes. It’s time to update to this version if you have not already done. The new K2 now has support for two sidebars, you can enable this feature in the K2 options panel. I am glad that they considered 2 sidebars because lost of users prefer 2 sidebars.
With the two sidebars option you are no longer dependent on other sites to update the 3 column K2 themes to latest K2 version. The dual sidebar option displays one sidebar on the left and one on the right, if you are currently using 2 sidebars aligned to right like this blog then you have to edit CSS to align them right.
Here is what i did to get the 2 sidebars on the right. It worked for me, hopefully work for you also. Find the CSS classes mentioned below and replace them with the classes in your style.css file.
.sidebar-dual #page {
width: 995px;
}
.content {
padding: 0 20px;
}
#primary {
position: relative;
float: left;
width: 540px;
padding: 10px;
}
.sidebar-dual #primary {
padding: 10px;
}
#sidebar-main {
float: left;
width: 200px;
margin: 0 20px 0 760px;
padding: 10px;
}
#sidebar-alt {
float: right;
width: 160px;
padding: 10px;
margin-left: -170px;
}
Update: K2 v0.9.6 is compatible with wordpress 2.2.1









June 21st, 2007 11:26 pm
June 22nd, 2007 3:19 am
K2 is a very matured theme. It looks hard for customizing but its not.
June 22nd, 2007 10:47 pm
Stumbled.
June 23rd, 2007 1:05 pm
Thanx for the comment and stumble
June 24th, 2007 3:18 am
June 24th, 2007 3:20 am
K2 is one of the best themes available for wordpress.
Thanks for the comment
June 25th, 2007 6:02 pm
June 26th, 2007 12:26 pm
And, did you customize the header as well? Any clue? thanks.
June 26th, 2007 12:52 pm
Yaah i customized the header to include a place for banner. It can be done easily with CSS and by including an extra div in header. Let me know if you want more info
June 26th, 2007 12:57 pm
July 3rd, 2007 10:50 am
July 6th, 2007 10:58 pm
Not sure what is your problem, make sure you are using latest style.css and not old one.
July 21st, 2007 2:46 am