25.03.2006

Update May 26, 2006: Whipped up a new version without LiveSearch or Live Commenting.

Due to popular demand ( :P ) I’ve wrapped up the theme I’ve been working on over the past week into a nice little zip file and putting it up for downloading. Hemmed is based off of the Hemingway theme but is a fixed width and adds a small sidebar. It’s now white, gray and blue. I loved Hemingway’s bottom bar which I decided I just had to have. I’ve stripped away the administrator options stuff however. I honestly didn’t feel like tackling that whole part of theming just yet and I needed something quickly for my site redesign. In any case, I may add it back in later on, but for now what I’ve got is working well for me.

Hemmed Theme

The theme is optimized for 800×600 resolution screens and requires a plugin to make it look as good as it can. The LiveSearch sort of broke my XHTML validity, as the autocomplete attribute is, well, not actually a real attribute. That’s the only error I get.

Since the main page uses excerpts, with the default excerpt function, html tags will not be parsed. As a result, any styling you may have for the post content will not show up in your excerpt. This is somewhat problematic, especially if you’ve got lists, links, and whatever else near the top of your post. It just doesn’t look good! Consequently, I’d recommend using the plugin the_excerpt reloaded to get around this little problem. The index.php file will use the_excerpt_reloaded function if it exists (will only exist after you activate the plugin) or revert to the default the_excerpt otherwise.

Another plugin which is useful is the recent comments plugin. There is an if clause in the sidebar.php (really the bottombar) which will enable the block to display recent comments if this plugin is installed. Be aware that you can only fit three modules into the bottom bar for now. I plan on working around that limitation later on. So you can get a view of the demo right here.

The stuff you will definitely need is right here:

Hemmed-1.3.4.zip

I’ve created a new version for the people who have problems with the AJAX features working properly. Hopefully this will fix those issues.

Hemmednoajax.zip

Additionally, if you want those two plugins mentioned above (I’d strongly recommend it), you can get them here:

The Excerpt Reloaded
Recent Comments

If you’ve got any questions or issues with the theme, feel free to leave a comment.

[tags]wordpress theme, hemingway[/tags]

About this post

Filed under themes

33 Comments

  1. 1
    Brian
    April 02, 2006 @ 1:43 pm

    Great theme! Nice design.

    Reply
  2. 2
    tobz
    April 03, 2006 @ 5:44 am

    Great theme, but a couple of issues:

    1. A scripting error when viewed in IE

    2. I have link categories but all the links from all categories just get lumed together in the “Light Reading” footer section.

    Hope you can fix these up as I’d love to use this theme!

    Reply
  3. 3 April 03, 2006 @ 6:08 am

    Yeah, that scripting error. I’m not too familiar with JS to be honest and it seems to be a problem with the Live Comments. So I’m too sure how much I can do there aside from taking it out…

    As for the link categories, I will definitely have a look at that. I may have to redo that light reading section, since well, at the moment it’s a static header with all the links.

    Thanks for the input!

    Reply
  4. 4 April 03, 2006 @ 8:00 am

    Alright, I think I got the multi-category links at the bottom working now. However, it did expose one other issue. Since I had never nested any lists, my stylesheet didn’t take into account if you have nested lists. At that point the borders get a little quirky looking. I’ll have to fix that as well.

    Reply
  5. 5
    tobz
    April 04, 2006 @ 12:33 pm

    Cool…I’m sure there’s some JS expert out there who can help you out!

    Reply
  6. 6 April 16, 2006 @ 1:07 am

    Hi,

    thanks for the great theme. i found it yesterday and i uploaded and activated it right away. awesome. one little question is left.

    how do i get the text next to the uploaded picture in the post?

    the old theme showed the text next to the pic and still does when i switch back. any idea?

    thanks a lot again,

    mike

    Reply
  7. 7 April 16, 2006 @ 1:29 am

    hi, i’m sorry but i just found the solution for my question. all i needed to do is set the aglinment of the picture to ‘left’ and the result is was i want. so sorry for the silly question.

    have a nice eastern,
    mike

    Reply
  8. 8 April 23, 2006 @ 1:50 am

    This theme is beautiful – just what I’ve been looking for. I wanted something which combined the “traditional” blog format but which incorporated the great footer. Thanks!

    Reply
  9. 9 April 23, 2006 @ 10:32 pm

    Good work! Thanks.

    Reply
  10. 10 May 21, 2006 @ 8:44 am

    Hi, this is great theme. But I want disable the ajax comment. Can I use normal comment without ajax? How do it? Thanks

    Reply
  11. 11 May 21, 2006 @ 9:54 am

    If you replace the comment form with the default comment form, you should be able to get the original commenting system back. So replace this:

    form id=”commentform” action=”< ?php echo get_option('siteurl'); ?>/wp-comments-post.php” method=”post” onsubmit=”new Ajax.Updater({success: ‘commentlist’}, ‘< ?php bloginfo('stylesheet_directory') ?>/comments-ajax.php’, {asynchronous: true, evalScripts: true, insertion: Insertion.Bottom, onComplete: function(request){complete(request)}, onFailure: function(request){failure(request)}, onLoading: function(request){loading()}, parameters: Form.serialize(this)}); return false;”

    With this:

    form id=”commentform” action=”< ?php echo get_option('siteurl'); ?>/wp-comments-post.php” method=”post”

    Of course, there’s some other code in there such as loading and error divs which you can remove since you won’t see those anymore. As well, in the head of the header.php, you can remove the references to the javascript files for the live commenting. That would be the prototype.js.php, effects.js.php, and ajax_comments.js. Those files can then be deleted from your server as well.

    I haven’t thoroughly tested to see if that removes everything, but it definitely should work, although the code may be a bit messier than before. (probably some things I’ve forgotten to remove) Give me a shout if something goes wrong. I suggest a backup of the original before you start. :)

    Reply
  12. 12 May 23, 2006 @ 8:31 am

    Hi Charlie, Thanks for your reply. I have done as you said, but it’s seen no work. you may take a look my site. Thanks

    Reply
  13. 13 May 23, 2006 @ 8:36 am

    Hi Charlie, It’s done! Thanks a lot. Have a great-day!

    Reply
  14. 14 May 23, 2006 @ 8:40 am

    Hi,
    Nice theme. Why do you think these appear on the top of the page though:

    Warning: main(): Unable to access detectbrowser.php in /home/customers/kompassi/public_html/blogi/wp-content/themes/hemmed/header.php on line 46

    Warning: main(detectbrowser.php): failed to open stream: No such file or directory in /home/customers/kompassi/public_html/blogi/wp-content/themes/hemmed/header.php on line 46

    Warning: main(): Failed opening ‘detectbrowser.php’ for inclusion (include_path=”) in /home/customers/kompassi/public_html/blogi/wp-content/themes/hemmed/header.php on line 46

    Reply
  15. 15 May 26, 2006 @ 4:18 am

    Hmm, so this theme uses live commenting? I’ll need to test this with coComment to make sure it sends the comment to my account properly. I have heard of people having trouble submitting to coComment when Live Commenting was used…

    Reply
  16. 16 May 26, 2006 @ 4:19 am

    Nope, it didn’t work. Meh. I guess I will have to mod out the Live Commenting to use this theme. ;P

    Reply
  17. 17 June 20, 2006 @ 10:48 pm

    Wow, I love this theme! I’ve been theme-hunting the past few days, along with appropriate plugins to enhance it (some plugins go better with some themes than others…) and this one is just perfect!

    By the way, I found a slight fix that should be placed in livesearch.js.php, line 38 should be changed from:


    document.getElementById('livesearch').attachEvent('onkeydown',liveSearchKeyPress);

    to:


    lsElement = document.getElementById('livesearch');
    if(lsElement != null)
    {
    lsElement.attachEvent('onkeydown',liveSearchKeyPress);
    }

    This keeps IE quiet when the ‘livesearch’ ID element isn’t found, which it won’t be because the livesearch search box isn’t being used.

    I’m actually posting to ask another question though: If I wanted to make the theme wider, either a) to have a fluid center width of say 80% or b) to simply make it 800px wide, what should I change?

    Reply
  18. 18 August 27, 2006 @ 2:06 pm

    In short: Loving this theme.

    I really enjoy the Hemingway page layout, but I wanted something with a fixed with, and not so dark and gloomy. Hemmed is right on the money. Thanks for making this!

    Reply
  19. 19
    DFence
    October 03, 2006 @ 10:34 am

    Incredible theme… thanks a lot!

    Reply
  20. 20 October 18, 2006 @ 3:48 pm

    IS there a way to edit the page info displayed on the left for each page?

    Reply
  21. 21 December 02, 2006 @ 10:34 am

    Keith: You can, but not for individual pages. You can only modify what the template uses in general for that area. Find the single.php file and look for a div with the id “infomenu”. That’s where the details are found.

    Reply
  22. 22 December 05, 2006 @ 7:48 am

    I came across this theme after reading one of my bookmarked blogs. I’m actually strongly considering changing my blog’s current theme to this one! :)

    Just a question, though: I kinda don’t like the idea of the search button being at the upper right, especially if I input my own header graphic. I’ve been experimenting with a “test” blog trying to get the search button to appear on the sidebar after Archives, but no dice so far.

    How can I make that happen?

    Reply
  23. 23
    Fan
    December 17, 2006 @ 5:31 pm

    Thanks for the great Hemmed template. I am looking for a new one for my WP blog and yours should do me fine.

    Reply
  24. 24
    apex
    January 02, 2007 @ 3:20 am

    the recent comments plugin website is not availabe anymore. can you email me the plugin???

    Reply
  25. 25 January 07, 2007 @ 6:48 pm

    Hmmm, the site to the Recent Comments plugin seems to be working for me. Perhaps it was down when you tried to access it.

    Reply
  26. 26 February 09, 2007 @ 3:29 pm

    I love this template! It’s very clean and very quickly to load. The simplicity is superb.

    Reply
  27. 27 February 09, 2007 @ 9:41 pm

    How do I display links to the previous pages?

    Reply
  28. 28 March 04, 2007 @ 11:54 pm

    Charlie: Tried to contact you by email to no avail.

    Just wanted to let you know that I built a theme on top of Hemmed called “Ahem” (how original!). Take a peek if you get a chance, and thanks for the great theme!

    Reply
  29. 29 April 04, 2007 @ 6:37 pm

    i’m very impressed, like it plenny
    check out my use for it… i wish there’s was a bottombar widgets option on the dashboard to choose what goes on the bottom in a simpler way, but i managed to hack what i needed… awesome overall…

    Reply
  30. 30 February 03, 2009 @ 4:30 am

    Really liking the theme. Came across is at another site and followed the footer link here.

    Actually, really like the theme of this site too. Simple, clean, non distracting. Cheers-Grace

    Reply
  31. 31 February 03, 2009 @ 4:53 am

    Hi,

    I actually just installed the theme on another site, and I was able to fix the index so it doesn’t show excerpts, but it shows 4 posts, and I only want to show 1 post. I tried to reset the settings in the reading tab to show 1 post, but it won’t take. Is there any code I need to adjust?

    Reply
  32. 32 March 19, 2009 @ 11:32 pm

    I love this template! It’s very clean and very quickly to load. The simplicity is superb.

    Reply
  33. 33 April 11, 2009 @ 3:59 pm

    These templates should be posted on the main wordpress site. I bet a lot of people would download and use this and your many other great templates.

    Reply

Leave a Comment

Pingbacks/Trackbacks

  1. Blog for Money &#187; Choosing a template to monetize your blog April 14, 2006

    [...] On Blog for Money my search for a template lead me to Hemmed, a very nice template for WordPress 2.x that does everything I want it to do. A job well done! I am still busy tweaking it to my needs, but I am still/already very happy with the results so far. [...]

  2. xiGang Blog &#187; Blog Archive &#187; 805+ Free WordPress 1.5 and 2.0 Themes May 20, 2006

    [...] Hemmed requires WordPress 2.0 NEW [...]

  3. www.DarinMoss.com &#187; New Theme&#8230; New Incentive To Post? June 09, 2006

    [...] Well, I am going to give it a try&#8230;  The new theme is an ever so slightly modified version of &#8220;Hemmed&#8221; a theme that was created about 3 months ago.  I am using the non-Ajax version as the Ajax one caused a few IE Errors (what else is new&#8230;)  So, just like always, I will start post bursting for the next few days, and we will see if it keeps up. [...]

  4. theme workshop &#187; Hemmed Without The AJAX July 10, 2006

    [...] Update: It seems like some people are just seeing this post when they come to this site for the Hemmed theme and miss some of the more important info that should be ingested along with the theme. As a result, I&#8217;ll point you in the direction of the original post that contains all of the details that you should know before using this theme. Go have a gander here. Thanks. [...]

  5. Playground &#187; Hemmed August 25, 2006

    [...] I&#8217;m trying a theme Hemmed, but I discoverd some Javascript errors. I would like to get it free of errors before using it on http://www.janklaas.net. And off course, it should be in Dutch. And I would like te use some of my pictures in it. So let&#8217;s have look [...]

  6. Southend August 27, 2006

    Looking for that illusive theme…

    Having a blog involves more than just writing a post on a regular basis. You will want your blog to have a look and feel that appeals to you, and hopefully your visitors. But finding the theme that really makes you go: &#8220;Ah, this is the one!&#38;#8221…

  7. my black room &#187; Blog Archive &#187; WordPress Theme - Hemingway Variants October 05, 2006

    [...] blox.nfiniti.org/2006/03/25/hemmed/ [...]

  8. The Modern Age &#187; links for 2006-10-29 October 29, 2006

    [...] theme workshop » Hemmed Hemmed is based off of the Hemingway theme but is a fixed width and adds a small sidebar. (tags: design webdesign wordpress) [...]

  9. wordpress主题模板推荐 - 找问题娱乐互动网 December 25, 2006

    [...] Hemmed requires WordPress 2.0 NEW [...]

  10. Find The Pie &#187; Blog Archive &#187; Wordpress Themes? January 21, 2007

    [...] Hemmed requires WordPress 2.0 NEW [...]

  11. Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 2/08 February 08, 2007

    [...] Hemmed is a one and two column hybrid, blue and gray version of Hemingway for WordPress that catches your eye. (No Ratings Yet)  Loading … [...]

  12. Blue and Grey Hemingway Based Theme | Wordpress Tutorials And Blogging Tips February 08, 2007

    [...] Hemmed is a sleek and simple Hemingway based theme which is fixed width with a nice, clean blue, white and grey colour scheme. The top section has two columns and the bottom panel has three, housing recent comments, latest posts and a blogroll. The theme is optimised for 800×600 resolutions, but still looks fine on larger screens. [...]

  13. » SiteInsights version 2.1.1 » Blog Archive » SiteInsights February 10, 2007

    [...] Hemmed theme is a white, gray and blue fixed width theme optimized for an 800×600 resolution screen based [...]

  14. I’dDream.com » Up/Downtime February 28, 2007

    [...] redesign of I’d Dream it was a combination of Cas’s resumption of posting and locating a great WordPress theme as a starting point. For my band it’s the end goal. With a destination it’s far easier to find [...]

  15. Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 3/05 March 05, 2007

    [...] based on Hemmed is a 2-column, widget-ready theme with navigation bar and Hemmingway-style bottom [...]

  16. WeblogToolsCollection DE » Blog Archive » WordPress Theme Veröffentlichungen am 5.3. March 05, 2007

    [...] basierend auf Hemmed, ist ein zweispaltiges, widget-kompatibles Theme mit einer Navigationsleiste und einer unteren [...]

  17. WeblogToolsCollection Español » Blog Archive » Temas de Wordpress publicados 5/3 March 05, 2007

    [...] basado en Hemmed, es un tema a 2 columnas, preparado para widgets con barra de navegación y una barra inferior al [...]

  18. Wordpress Theme - Ahem at WPThemesPlugin.com - Wordpress Themes | Plugins | Blogs March 05, 2007

    [...] is a 2 column Theme based on Hemmed by [...]

  19. random process » Things That Get You To This Site | charlie March 17, 2007

    [...] – I’m going to assume they’re looking for my theme and not pant [...]

  20. random process » Hemmed Without The AJAX | charlie May 22, 2007

    [...] of the original post that contains all of the details that you should know before using this theme. Go have a gander here. [...]

  21. dennis.ca » Ahem Theme for Wordpress September 22, 2007

    [...] is based on Hemmed, but includes some of my own structural and visual changes including a navigation bar, new icons, [...]

  22. dennis.ca » Ahem Wordpress Theme Derivative September 23, 2007

    [...] Thrilling Heroics author Cody McKibben has put together a nice WordPress design based on my Ahem theme (which is itself based on Hemmed). [...]

  23. JK’s Journal » Testing Journal Themes May 12, 2008

    [...] Hemmed: F, 55 [...]

  24. Hemmed — Simple Themes May 23, 2008

    [...] Release May 23, 2008 | Filed Under 2 Clmns  [...]