Update 7 Dec 2008: This theme is superseded by Journalized Theme version 2.7. Please use that version from now on.
Update 12 Nov 2008 There is a new Beta version 2.7 available to try, see the theme page for details. Please download it and give it a try.
This version is now defunct and will no longer be maintained.
On this page you can find the latest version of my Journalized Winter WordPress theme.
Clicking the thumbnail below will show you a full size screen shot of the theme in action.
![]()
This release incorporates many of the fixes and changes suggested by people trying the theme.
You can download the files from here: journalized-winter-theme-1.0.2.tar.gz (tar ball for unix or similar users) or journalized-blue-theme-1.0.2.zip (zip file for Windows users).
To install simply expand the archive on your local machine. You should have a directory called ‘journalized-winter’. Upload the directory and the files within it to your wp-content/themes folder on your server. Login to your blog’s administration pages and go to the Presentation page. The new theme should be listed there ready for you to select. If not check the permissions on your uploaded files.
Enjoy! The theme is licensed under the GPL. So you may modify it and distribute it. Please let me know if you use it, modify it, etc. If you have any questions leave a comment on this post with your question. Comments are moderated so you won’t see your comment immediately.
What’s Changed?
The main changes in the themes are these:
I’ve added missing tags to the main section of the theme. That is, the ‘Previous Entries’ and ‘Next Entries’ links after the main content. I’ve also added in the Next and previous story links above the post when you are looking at an individual post.
In the side bar I’ve removed all the get_links() and get_linksbyname() calls and susbstituted a single call to get_links_list().
I’ve adjusted the CSS to display the nested unordered lists from the call to display like the h4/rightsidesection combination we had before.
I’ve added a page template for pages like this one with slightly different layout for the content. There are some minor bug fixes on the pages and I’ve added the the fix for aligned or floated images not displaying in Internet Explorer.
Pingback: Winter turns to Spring » 世論 What Japan Thinks
mike, is there a way to have one page to show the results of any search. for example, if i click on a catergory of “vidoes”, a page will show all my videos listings. or if i search for “dance video”, can one page have all the listings that matched?
Hi there,
I’ve been running your theme for a while and have been trying to figure out why I can’t add links or link categories. Tips?
Thanks.
Hi Le G,
The links are probably not showing because you are using an old version of the theme. The link on this page (in the article) is to the latest version. The version you have only shows links in certain categories. The newest version show them all.
The categories won’t show up until you have created a post with that category. Otherwise the category link would point to a error page.
Mike
Thanks for that, Mike. I’ve started making changes and have modified the theme to suit my previous blog incarnation.
What I’ve noticed now is that is that borders around images have disappeared and the text no longer wraps around them. How might I fix that?
Also, if I want to put my previous logo in as a header image, how might I slot that into the code?
Many thanks for nice, elegant theme.
Le G.
Hi there,
I’m still doing some tweaking, and I’m trying to find out how to put in my own header and to make it a link, just to clarify my last post.
Thanks again,
Le G.
Okay — I got it sorted by looking through your archives.
Last couple of questions, I hope:
I’d like to make the theme keep its size, which means that various headers under ‘h2’ will need to be differentiated. I can sort this out for ‘h2’ generally, but I’d like to keep the right hand side bar category headings the same size as the category boxes. I’ve been poking around on WP looking for a solution to this, but what I’ve found doesn’t seem to fit the Winter theme easily. Any suggestions?
Also, I’d like to put borders around my images in the posts. How do I exempt the header from this?
Many, many thanks again,
Le G.
Le G,
If I understand you, you want to make the theme fixed width. You added widths to the centre column parts, but the headings in the right column have become too wide.
You need to add
width:autoto the CSS rulediv#rightside ul li h2which you will find near the bottom of the style.css file.For your image borders add
.storyContent img { border: 1px white solid; }
#header img { border: 0 ;}
Hope this helps,
Mike
Works.
Thanks again, and again.
Le G.
Hi Mike,
I’m using your Journalized Winter theme for my blog. I was just wondering how to change the the “Blogroll” heading and the various links associated with that heading.
Thanks!
Les,
You just need to change the link category name and the links themselves in the link manager.
HI Mike,
I am using your journalized theme and love it. I don’t know css code (if that’s what it’s called) only html. I am trying to change the font on my header..it is way to small. Originally there was the title at the top, overlapping the pic and the subtitle was where you see text now. I didn’t know how to move the title above the pic so i went to WP options and deleted a title and made the title the subtitle..or description..have I confused you yet..sorry..I don’t know what code in the style.css is for that font now showing in the header, under the pic.…Ideally I would have liked the header to be above the pic and subheader where it is now..
Hi Laurie,
The first thing I would say is that you should really upgrade to the latest version of the theme. You can download it from this page. However, you will need to transfer any modifications you have already made to the new version.
To fix your specific issue, you can add the following to style.css (at the end will do)
#headerblock p { font-size: 200%; }
Mike, thank you for taking the time. I uploaded the new theme and transferred my stuff..in all this rooting around for answers I decided to use an image that had my blog name in the image..so what I am wanting to do is just insert the header image and not use the title and descrip…Is that a hard process? and getting it centered..argh..I had the image in but didn’t know how to get rid of the title and descrip…I so don’t want to use another them, I really like this one..cheers, Laurie
Hi Laurie,
If you look at this comment on the sand version of the theme, it has explicit instructions on how to add an image to the header.
If you have problems get back to me.
Mike
Laurie,
I see you have managed to get your header image working! Well done.
However, it looks like you had a couple of other attempts in the wrong place which you have left in.
In header.php you have
<head profile="src="img/headmast1.jpg">
it needs to change back to
<head profile="http://gmpg.org/xfn/11">
In the same file you have
<title><img class="center" src="img/headmast1.jpg/"></title>
it needs to change back to
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
Mike
Gave you link to the theme Im playing with. Love the simple yet powerful design. Did you ever get a fix for the POST TITLE/LINK FONT size issue? Its the only problem Ive found. Unfortunately my PHP/CSS editing ability is limited to that which I can figure out on my own.…and this eludes me.
Hi Mike,
Try using something like this,
.storytitle a {
font-size: 150%;
}
Note that you are also using an old version of the theme. The latest is linked at the top of this page. There are a number of bug fixes. You will need to re-apply your customisations.
Mike
Hey Mike, I love your theme. I have a question imilar to Laurie’s in comment 113. I am also trying to use an image as a header. I tried the steps you have suggested and I can’t get it work. If I pin the pic to the background, the description and title shows up. As is, it is slightly off center and I can’t figure out how to eliminate the border. When I add the code you suggested, the descriptions and “powered by wordpress still show up.” Any ideas?
Hi Matt, I see you are using version 2 of the theme. That seems to have fixed the title issue for you. To remove the border, you need to modify skins/winter-skin.css and change the style
#headerblockto remove (or comment out) the line beginningborder: 2px....Thanks, Mike, I’ve been going crazy trying to find that piece of code and I was just looking in the wrong place. All fixed now!
hi lozza (comment number 94)
i am using this proxies to access myspace from my school.
http://hostph.com
http://silya.com
http://995rt.com
http://pinoyarticles.com
http://fontx.com
http://kidsmall.info/url/
i hope that helps.
best regards,
daisy
Thank you, Mike, for this lovely them.
I’ve fiddled with it some, to customize it for my blog, and have it in use here: http://blog.titus2homemaker.com. (I am clueless where CSS and PHP are concerned, knowing only a bit of HTML, so I probably have something goofed up somewhere, but it looks like it’s supposed to, so I guess it works! lol)
I’m curious whether this is “widget-ready.” I don’t have any immediate need (that I know of); it just seems like a good bit of information to have.
Why are my sidebars in pieces, where yours are a single column each? I know I changed colors, but I was pretty confident I didn’t change any other coding in the sidebars. (To begin with. I have, since then, added and rearranged sections. But my sidebars have always been in pieces like that. Yours looks less visually overwhelming.)
Hi Rachel,
You should really be using Version 2.7.x of the Journalized theme. This version (1.0.2) hasn’t been updated in a couple of years.
The latest version is compatible with WordPress 2.7+ including support for Widgets, Gravatars and comment conversations/nesting.
The reason my theme looks different from yours is that mine is based on Journalized Blue, whereas yours is based on Journalized Winter. The newer V2.7 theme combines all the variations of version 1 (blue, winter, and sand) plus four more.
There is a theme configuration page allowing you to choose between the ‘skins’ and set a number of other options.
Go look at version 2 and give it a try.
You will have to add your colour customisations again, but you will also be able to add your sidebar elements as widgets which is much easier to manage.
Mike
I have a new question now. Why is there no box/background for the text widgets? Everything else is in a box, but the text widgets are directly on the main page background. (This will become a problem if I add my background pattern back in, as it will be impossible to read!)
And do you know of a tutorial that would address how to put static items between widgets? Some of these are not letting me fine-tune them as I had them before (for instance, I had added a link to the ‘pages’ section), and I can’t figure out how to get anything that isn’t a widget to show up once I’ve added any widgets.
Where is the closing body tag in the template? I’m trying to install Google Analytics code, which should go right before this tag, but I can’t find it. The information I have been able to find so far says that “convention” is to put it in the footer.php file, but the only thing that includes is call for the footer. No html tags. Will the Analytics code need to be installed in several different places (single.php, index.php, and archive.php, for instance)? I’m a little bit befuddled about the overall layout of the pieces in the template.
Hi Rachel,
Sorry I didn’t reply to your earlier questions…
: — it looks like I didn’t cater for that in the theme. A quick fix is to add ul+li tags around your text widget. e.g
<ul><li>Your text widget content</li></ul>. I’ll have to fix it properly in the css in next release of the theme.Unfortunately, widgets don’t allow you to do that. But you should be able to put most content into a text widget (my styling issue notwithstanding), to go in between the other widgets.
As you have spotted the closing body tag is in several places (I hate to split opening and closing body tag in different files; so each of single, index, archive, and page has a full body element. I see you seem to have already sorted it on your site, but if you only want to put it in one place (and you should), then you could use on of the Google Analytics plugins, which will add the code programmaticaly using the wp_footer action (which my theme supports). My next version of the theme will add a couple more ‘widget’ areas, so I may add one just above the footer for exactly that type of thing.
Hope that helps,
Mike