wpmu 1.2.3
Thursday, June 28th, 2007Another update!
K2 sidebars vanished instead there are widgets now. If you want them back, activate the “Disable WordPress Widgets” in your dashboard.
Have fun!
Another update!
K2 sidebars vanished instead there are widgets now. If you want them back, activate the “Disable WordPress Widgets” in your dashboard.
Have fun!
Somehow WPMU messes up the RSS 2.0-Feeds. Since they are the standard feeds for the site, the result is quite messy. I didn’t find out where the error stems from, but I have a remedy.
And of course there is a new RSS 2.0 feed for this blog too.
feedsWhat I always liked about my breakfast blog where the alternating colors of the posts on the main site. So this morning I set out to do the same for the K2-theme. I tinkered with the theme and now you too can have alternating colors.
All you have to do, is a little change in the css of the style you’re using. Simply add:
.altback1 {
padding-left: 20px !important;
padding-right: 20px !important;
background-color: #EFEFEF !important;
}.altback-1 {
padding-left: 20px !important;
padding-right: 20px !important;
}.altback1 blockquote {
background-color: #EFEFEF !important;
}
Then your blog will look like this. If you want something else just change the color (#EFEFEF). If you want I style all for yourself gimme a shout, I’ll upload it for you or if you’re especially trustworthyI’ll give you ftp-access to your style-directory.