Journalized Theme

At last, a mere week late, I have released my blog lay­out and col­our scheme as a WordPress theme.
Click­ing the thumb­nail below will show you a full size screen shot of the theme in action.
screenshot of journalized theme
You can down­load the files from here: journalized-blue-theme-1.0.3.tar.gz (tar ball for Unix or sim­ilar users) or journalized-blue-theme-1.0.3.zip (zip file for Win­dows users).

To install simply expand the archive on your local machine. You should have a dir­ect­ory called ‘journalized-blue’. Upload the dir­ect­ory and the files within it to your wp-content/themes folder on your server. Login to your blog’s admin­is­tra­tion pages and go to the Present­a­tion page. The new theme will be lis­ted there ready for you to select. If not check the per­mis­sions on your uploaded files.

You will need to tweak it a little. Not least to change the link cat­egor­ies in the calls to wp_get_links().
Enjoy! The theme is licensed under the GPL. So you may modify it and dis­trib­ute it. Please let me know if you use it, modify it, etc. If you have any ques­tions leave a com­ment on this post with your ques­tion. Com­ments are mod­er­ated so you won’t see your com­ment immediately.

Update: I have updated the down­load files to a new ver­sion along the rules and guidelines for the theme com­pet­i­tion

Update: The per­man­ent home of this theme is now http://zed1.com/journalized/themes/journalized-blue

43 thoughts on “Journalized Theme

  1. Oops, Alex, I’ve just looked at the com­pet­i­tion pages and I have left a few per­son­al­ized things in my theme. I’ll need to clean it up. I won’t get to it tonight (It’s 3am here) but I’ll try to clean it up later.

    Mike

  2. Pingback: Organic Shadows v.3 » The UNOFFICIAL WP Themes List for 1.5

  3. Pingback: WordPress Reference Centre

  4. Am using the Sand theme on my new blog. I’m really enjoy­ing it so far, and am in the pro­cess of tweak­ing it how I like it. I hope to use blog­ging to help me learn PHP, and so far so good.

    Thanks for the beau­ti­ful themes,
    Aaron

  5. I really like the theme. It’s been easy to learn how to tweak what I want.

    One ques­tion: is there an easy way to cen­ter the text between the blog title and “Powered by”? I’m prob­ably being dense about it, but I can’t fig­ure out where to change that.

  6. Hey Mike -

    I just wanted to say thanks for shar­ing your work. I’m using a mod­i­fied ver­sion of Journalized-Blue for my latest blog. If any­one likes the color scheme I’m using, you can grab my CSS file from the link on the lower left side of my page.

    Cheers

     — Kevin Humphrey

  7. Pingback: DaBrettman Speaks » Blog Archive » Familiar Surroundings

  8. Where do I edit wp_get_links()?

    I edited the rightcolumn.php file and put in work­ing link code from
    another theme. That worked, but I don’t think that’s what you meant.

    I had tried renam­ing the link col­lec­tions in the admin con­trol panel but this
    didn’t work.

    I love the color and lay­out of the theme, but the link prob­lem both­ers me.

  9. Hi John,
    You don’t need to edit wp_get_links. What is it you are try­ing to do?
    The codex has inform­a­tion on wp_get_links().

    Use my con­tact form (top left of the page) to email me privately with more detail if you want. I’ll try to help you get sorted.

    Mike

  10. Hi mike, this maybe a silly ques­tion but, I was won­der­ing how you can add a image for the main title.

    I see that you cur­rently have “mikes little’s journ­al­ized” in text. But is there a way to change this to a gif or a jpg?

    I went ahead and tried adding under the web­log title under gen­eral options and the image
    does pop up on the admin GUI. how­ever, when i click view site, I don’t seem to get the image. Just the HTML code i typed in..

    any feed­back would be greatful.

    thx!

  11. Hi Bruce,
    I’m glad you like the theme. It should be straight for­ward to add a image to the header.
    Replace
    <h1 id="header"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
    with
    <h1 id="header"><a href="<?php bloginfo('url'); ?>"><img src="/images/header.jpg" alt="<?php bloginfo('name'); ?>" /></a></h1>
    where /images/header.jpg should be set to your image.

  12. I just installed WordPress a few hours ago. Went look­ing for themes / tem­plates and I think I’ll be stick­ing with this one for a while. Cus­tom­ized, of course. Come check it out.

  13. Love the theme. I use it on my site, while I’m learn­ing how WordPress works and how CSS works.

    I hacked it a bit to add stuff I want and get it to look like I want, but main­tained your link as the cre­ator of the theme.

    Just wanted to make a post about some­thing that was driv­ing me nuts.

    I was get­ting a lot of spam com­ment and spam track­back links. Even though WordPress held them in the mod­er­a­tion queue, there were still show­ing up in the right side­bar under recent com­ments.
    It looks like you have some there currently.

    I edited the query to get the com­ments and it seems to have solved the problem.

    I changed the query under recent com­ments from:

    [code]
    if ( $com­ments = $wpdb->get_results(“SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments ORDER BY comment_date_gmt DESC LIMIT 5″) )
    [/code]

    to

    [code]
    if ( $com­ments = $wpdb->get_results(“SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments WHERE comment_approved = ‘1’ ORDER BY comment_date_gmt DESC LIMIT 5″) )[/code]

    Just thought you might like to know to update your theme, incase you or oth­ers using it exper­i­ence the same problem.

    Thanks again for the great theme!

  14. Hi Paul,
    Thanks for the com­pli­ments. And for the tip. How­ever, whilst my theme on this site includes the recent com­ments block, the theme I released doesn’t. My code to dis­play recent com­ments is not the same as you have. It does how­ever already include the fix you men­tion.
    I’m guess­ing you got your recent com­ments from some plu­gin some­where. The author of that plu­gin needs noti­fy­ing of your bug fix.

    Mike

  15. Pingback: LiewCF.com - Tech Gadgets Blog

  16. Thanks for a great look­ing theme! I’m just get­ting my site off the ground, and I am hav­ing some trouble with the archive setup. When I click on the month of the archive, it just brings up a list of the files in the dir­ect­ory. I have been look­ing around try­ing to fig­ure this out, but I’m not exactly a tech expert. If you have time to look at it and see if you know what went wrong, I would appre­ci­ate it.

    Thanks again for the theme!

    KansasNate

  17. Hi Nate,
    You have set up Options -> Permalinks to require require mod_rewrite.
    It looks like you either don’t have mod_rewrite enabled or you haven’t cre­ated or edited your .htac­cess file.

    Hope this helps,
    Mike

  18. Thanks for the help… I even­tu­ally figured it out. The default permalink set­ting is:

    /%year%/%monthnum%/%day%/%postname%/

    and edit­ing the .htac­cess file with the value WP gives you for this string will pro­duce the effect I was see­ing. How­ever, change the permalink to:

    /archives/%year%/%monthnum%/%day%/%postname%/

    and update the .htac­cess file and it works fine.

    Thanks for the help!
    –Nate

  19. Pingback: blogats » | Plantillas para Wordpress 1.5 [Wordpress templates, styles]

  20. Pingback: Ronnie Williams (.net)

  21. Pingback: Themes For WordPress » Blog Archive » Comprehensive list of 355+ Free WordPress Themes

  22. Hi Srinath,
    I’m not quite sure what images you might want me to add in the next ver­sion. One of the main points of this theme is that there are no images!

    As it hap­pens one com­mon request I get from users of my theme is for a header image. The next ver­sion will include an easy way to add one.

    Mike

  23. Pingback: Comprehensive list of 615+ Free WordPress 1.5 and 2.0 Themes / Templates available for download | How to Blog

  24. Hey Mike, I love the theme. I too am try­ing to replace the header with an image. I fol­lowed the dir­ec­tions above, is there a step I’m miss­ing? I’ve been try­ing for hours and any help would be appreciated.

  25. I love your themes. I made a few style changes to ‘Journ­al­ized Winter’, but some things are still a bit screwy (I got deployed to Iraq again in the middle of the mod). You may find it inter­est­ing (http://www.godlesskinser.com/blog). I am build­ing a new site and will prob­ably us a vari­ant of one of yours again for my theme as I love the lay­out and the ease of seper­at­ing con­tent. Thanks for the great themes.

  26. Pingback: Musa Çelik » Blog Archive » wordpress ücretsiz tema listeleri - 4

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>