WordPress Winter Theme

I can’t quite believe the success of my previous theme releases. So far I have had over 300 downloads of the Journalized Sand theme and almost 200 of the Journalized Blue. That’s just from my server. I don’t know how many have been downloaded directly from Alex’s Theme Competition page

I have had lots of great comments from people about both themes. Several people are now using my themes on their blogs!

Here is another one! This is approximately the same layout but with yet another colour scheme. This one I originally created round about December 2002 and have called Journalized Winter.

Clicking the thumbnail below will show you a full size screen shot of the theme in action.

screenshot of journalized winter 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-winter-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.

You will need to tweak it a little. Not least to change the link categories in the calls to wp_get_links().

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.

Update: The permanent home of this theme is now https://journalized.zed1.com/themes/journalized-winter

53 thoughts on “WordPress Winter Theme

  1. It works fine, thanks a lot
    Now, the last question
    need to put
    previous and next entries at the end of the page
    but each time I use the template tag of other theme I got an error
    Thanks again
    Patrick

  2. Pingback: How To Blog

  3. Hi. I tried Journalized Sand on a fresh install of WP 1.5 this evening.
    It’s a terrific theme, but on my blog the sidebars were dropped to the
    bottom post, which they overlapped — except in the comments view,
    which looked terrific.

    Since the theme has its own index and style files, I don’t understand
    why that would happen.

    Any ideaas or suggestions?

  4. Hi S.W.
    I noticed that you have the same problem on http://wpblog.ohpinion.com/ with the standard Kubrick theme.
    I don’t know whether you have edited the core loop code in index.php or have installed a plug-in of some kind, but there is a closing div tag </div> missing from just before the opening div for the sidebar div.
    Hope this helps,
    Mike

  5. Thank you, thank you, thank you!

    That fixed it! Looks great.

    I have no idea why the div would’ve been missing. I made no alterations to that index file. I did add plug-ins and a script to another theme, however.

    Again, thanks for pointing me to the problem.

  6. Hi, these are only for WordPress. But as they are quite basic, it shouldn’t be too hard to port to some other system. What did you have in mind?

  7. Pingback: Life » Blog Archive » Theme

  8. HELLO MY NAME IS JULIE- I LOVE YOU MIKE- UR SO HOT- PLEASE IM ME- MYCHMICLROMANCE9 THANX- I JUST NEED SOMEONE TO TALK TO!

  9. Pingback: LiewCF.com - Tech Gadgets Blog

  10. Sort of a newbie on HTML/CSS, but i activated your theme on my blog but the sidebars wont show. I get this message; arning: main(leftcolumn.php): failed to open stream: Permission denied in /home/janpett/public_html/blog/wp-content/themes/journalized-winter/index.php on line 53

    Warning: main(): Failed opening ‘leftcolumn.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/janpett/public_html/blog/wp-content/themes/journalized-winter/index.php on line 53

    Whats the problem? Any ideas?

  11. Hi Jan,
    There is a permissions problem with those two files. You need to check the permissions of leftcolumn.php and rightcolumn.php. They should be at least readable by your webserver.

    It is probably easiest to set the permissions to be the same as those for index.php in the same folder.

    I hope this helps,
    Mike

  12. Thanks Mike, I managed to hack the hack and make it do what I want. Didn’t quite work out of the box, but what does? The only other thing I’m currently wrestling with is why my logos don’t show up on the archive pages. Must be some setting I’ve missed til now.

  13. Hi Mike,
    Your logo is broken because you are using a relative path. Because your archives appear to be in a different directory (e.g. /amn/2004/06/) the browser will request the image relative to that (virtual) path.
    You need to use src=”/amn/amnbanner.jpg”

    Hope this helps,
    Mike

  14. Forgive a CSS newbie but I’m trying to put an image in the header block.
    and not doing a very good job of it. 🙁

    First I put an images dir into the theme dir,
    then changed the headerblock stylesheet to background: images/banner.gif;
    then I actually tried writing an old-fashioned html link to the image
    and placing that on index.php which does put the image there but it is still
    covered by something either on header.php or index.php or stylesheet which I am too ignorant to find.
    Any help will be greatly appreciated. I love this theme, it’s the best 3 column I’ve seen.
    Thanks!

  15. hello,sorry I don’t speak english. I’m using your theme, but i have a problem. If I can`t put wp_get_links() in the right column. any idea?
    I want put last messages too.

    Thank you very much and sorry.

  16. Hi, exactly how do I put links etc. onto a sidebar? I’m a complete wordpress and css n00b, so any help would be appreciated.

  17. Hi James,
    Firstly, make sure you have the latest version of the theme. Then add links in the links manager on the admin pages. They will appear in the side bar. You can split them into categories and it will all happen automatically.

    Mike

  18. Hi James,
    I’m not sure quite why your categories aren’t working. Is your .htaccess set up correctly. Though I can’t imagine anything else working if it wasn’t.
    In particular, if I change the url to one which shouldn’t exist I do correctly get an Apache error (you might want to set up a 403 page handler)

    I notice that even adding ?cat=1 results in the same empty html page. I suspect an error occurring somewhere in the code long before the theme templates are involved.

    Are you using a plugin related to categories? The tags plugin? You could try disabling your plugins one by one until the problem goes away.

    Mike

  19. Hi

    Thank you for the Winter Theme, it is fantastic.

    Like a few of the other posters here, I’m very new to blogging and modifying these templates.

    A quick question I have. The title of your blog on this page is Mike Little’s Journalized.

    The font is kind of plain. Is there a way I can change it?

    Also, instead of using text for my title, can I use a graphical image?

    Thanks again for this great template, I really appreciate it.

    Jason

  20. Hi Jason,
    If you want to include an image in the header, you need to edit the file index.php in the themes/journalized-winter/ folder. Round about line 8 that file has an h1 tag

    <h1 id=”header”><a href=”<?php bloginfo(‘url’); ?>”><?php bloginfo(‘name’); ?></a></h1>

    change this to be

    <h1 id=”header”><a href=”<?php bloginfo(‘url’); ?>”><img src=”/url/to/image.jpg” alt=”<?php bloginfo(‘name’); ?>” /></a></h1>

    modifying the url/to/image.jpg as appropriate.

    If you want to keep the image in the theme folder you can use

    <h1 id=”header”><a href=”<?php bloginfo(‘url’); ?>”><img src=”<?php echo get_template_directory_uri() . ‘/image.jpg’; ?>” alt=”<?php bloginfo(‘name’); ?>” /></a></h1>

    modifying the image name as required.

    Each of the above lines of code should be on single line.

  21. Jason,
    I forgot to mention that to change the font for the heading you need to change style.css and change the css for #header a:link, #header a:visited (line 136)

    Mike

  22. Hey mike, is there any way that I can make a footer (footer.php) appear at the very bottom of a page, and not just under the index.php section?

    You can see the problem here.

    Also wondering how I get rid of any bullet points in the left/right columns. I assume it’s a CSS thing, but I’m not sure exactly what part.

    Thanks 🙂

  23. James,
    With the way the columns are constructed, it isn’t possible to have a footer which always appears below the lowest column, sorry.

    The bullets are appearing around ‘register/login’ and presumably ‘manage site/logout’ because you don’t have any <ul></ul> tags around the call the php calls.

    Mike

  24. Pingback: Rain, Rubber, and faded grey Asphalt » Blog Archive » Apologia

  25. Hi Derrick,
    I’m assuming you have a google adsense account. After you have chosen your ad format and colours, paste the code from the google adsense site into the template files. I have one set of code in rightcolumn.php, and one, for the adlinks, in the main index.php file under the header.

    You can either edit the files in admin->presentation->>theme editor or edit them on your desktop and ftp them into the theme folder. Always make a backup of your files first.

    Hope that helps.
    Mike

  26. Just a quick note to say thanks for the theme, Mike! It wasn’t too painful to get it up and running to my satisfaction, but I still need to find something to go in the top-left corner. I wanted to add a simple visitor count, but none of the stuff I downloaded worked accurately, so I just removed the box.

  27. Hello mike!

    First of all I must congratulate you for great theme.
    Second – you now i have a question! I am a nub, so I am trying to learn some code. Can you please tell me where to insert code so that I have in the main page, in the last window links like you. I am referencing to the links « 100,000 and UPA North 2 »

    Thank you in front!
    Hrosc

  28. Hi Hrosc,
    Thanks, I’m glad you like the theme.

    You need to upgrade to the latest version of the theme which incoprorates that feature. You can find the latest version above.

    Mike

  29. Pingback: The Ethicurean: Chew the right thing. » Blog Archive » Putting lipstick on our pig

  30. Hi. This theme comes close to what I am looking for in a WordPress theme. However, no indentation of sub-categories. It seems most who create themes seem to leave out this feature. It makes it easier to zero in on categories when the sub-categories are indented rather then all the categories and sub-categories laid out flat.

    TokyoJerry

  31. Hi Jerry,
    You need to change the leftcolumn.php file to change the way the categories are listed.
    Change the

    list_cats(blah, blah)

    call to be

    wp_list_categories('hierarchical=1');

    You will see that there is then some indentation for the sub-categories. If you need to increase it (it is only 3px) add a new rule to style.css like

    li.categories ul li ul li {
    margin-left: 5px;
    }

    Hope this helps,
    Mike

  32. Thanks for the heads up mike, you just solved a problem i was having, and without me asking lol. (post above) I like this theme, are you templates only for wordpress mike?

  33. This theme comes close to what I am looking for in a WordPress theme. However, no indentation of sub-categories. It seems most who create themes seem to leave out this feature. It makes it easier to zero in on categories when the sub-categories are indented rather then all the categories and sub-categories laid out flat.

  34. This post is pretty old, but I figured I would drop a note to say that your theme was the first one I used on my first blog ever. So you introduced me to this horrible addiction!! Now I cant stop telling the world how I feel about everything!

    Thanks for the creativity.

  35. Just a quick note to say thanks for the theme, Mike! It wasn’t too painful to get it up and running to my satisfaction, but I still need to find something to go in the top-left corner. I wanted to add a simple visitor count, but none of the stuff I downloaded worked accurately, so I just removed the box.

  36. Hi
    I noticed somebody wanting to put an image in the headerblock of the journalized-winter theme
    I would like very much to put an image there, even a table… or, at the moment, about anything.

    You didn’t answer here, but by email. Is there some way I can find out how to do this?

    Thank you
    Lin robinson

Comments are closed.