Smashing Magazine has quite the reputation for releasing very high quality free WordPress themes. They have recently released an absolutely gorgeous free theme called Infinity. I finally had the chance to give this theme a test drive and thought I would share my findings in a review post.

Infinity Theme Screenshot

And now onto the review…

First Impressions

Obviously the first thing that stood out with this theme is the beautiful artwork. Another thing is the unconventional index page. Instead of the same old boring blog layout, Infinity uses a more gallery-oriented approach. These two elements give the theme a much more unique look.

Setting Up

Upon uploading and installing the theme on a fresh WordPress installation, you’ll notice a fatal error due to a missing FlickrRSS plugin. Although this plugin is included in the download package, I personally find this to be bad coding practice to not use a conditional tag to prevent this error.

To quickly fix this error, you can either remove the following code from the ancillary.php file:

<div class="flickr"><?php get_flickrRSS(); ?></div>

Or you could replace it with the following, if you plan to set up your FlickrRSS later:

<?php if (function_exists('get_flickrRSS')) { ?><div class="flickr"><?php get_flickrRSS(); ?></div><?php } ?>

After doing this, your Infinity set up should look something like this.

Infinity Error Free

Setting Up Thumbnails

Infinity makes use of WordPress custom fields to set up the thumbnails for posts on the main index. To use them, use the “thumbnail” custom field key, and the full path to the image as the value.

Infinity Custom Fields

Editing The Sidebars

Unless your name is yichi, and you just happen to be a GUI designer, you’ll probably want to customize the sidebars. They are broken up into 2 files, left.php and right.php. These 2 files represent the left side of the sidebar, and the right side, respectively. The left.php has all the stuff you’ll want to change, such as the Twitter and del.cio.us accounts, as well as the description of yourself.

Infinity Left Sidebar

Things I Would Add

Aside from making the FlickrRSS code error proof, I would also add tag listings on the single post pages. More information on how to do this is in my adding tag support to your theme tutorial. I’d also make use of Gravatars on the comment section, which I’ve gone over in my adding Gravatar support to WordPress comments. One major feature that’s missing in this theme are widget-ready sidebars. So yes, I would definitely make this WordPress theme widget-ready.

Another small mistake which I noticed is that the feed link in the top right corner linked to http://yourFeedUrl. I would replace this with the following template tag:

<?php bloginfo('rss2_url'); ?>

Although those using FeedBurner may not need this.

Conclusion

Hope you found this WordPress theme review useful. Head on over to Smashing Magazine to download the Infinity theme to try it out for yourself.

Subscribe to RSS

By: Leland on Aug. 21

Bookmark and Share

14 Comments »

Comment by Andrea_R
2008-08-21 09:42:56

It’s a gorgeous theme on the outside. too bad the code needed so many fixes.

When I tired it, I got a WSOD and didn’t bother to track down the error, so thanks for that. :)

I woudl love to see this re-released with fixes and yes, a widgetized sidebar.

 
Comment by desu
2008-08-21 19:22:33

nice post, sorry but better than the release one :)

 
Comment by Leland
2008-08-21 19:28:12

@Andrea: No problem. Maybe I could release a new functions.php, left.php, and right.php for widgetized sidebars. I’d probably have to contact Smashing Magazine prior though, since I’m not sure of the licensing.

@desu: Thanks for the comment! Unfortunately the readme file included in the theme didn’t really cover much besides using the thumbnails.

 
Comment by kevin
2008-08-21 19:35:41

This is my blog using Infinity theme, but I make some changes.

http://www.loadmemory.com/digisource

another small problem of Infinity is no search function.

 
Comment by Leland
2008-08-21 19:38:06

@kevin: Ah…that is true, I didn’t notice that. I see you managed to add a search box though. Looking good! :D

 
Comment by website design
2008-08-22 02:07:03

wow.The design is excellent. i will surely download it and play with it too.I think it is very attractive that when put into action, it will surely invite users.

 
Comment by ArtHack
2008-08-22 04:12:45

I have published the other day

 
Comment by rosli Subscribed to comments via email
2008-08-22 17:58:01

hi all,where can I access the custom field menu in WP admin?
hope somebody could share. TQ

 
Comment by Leland
2008-08-22 18:07:56

It’s on the write menu. Scroll down until you see something headed “Custom Fields” and click the down arrow to expand it.

 
Comment by rosli Subscribed to comments via email
2008-08-23 18:11:47

thanks leland. one more, regarding that flickr rss thing..after replacing the code, what do i need to do / change to activate the flickrRSS? hope you can explain again. Many thanks.

 
Comment by Leland
2008-08-23 18:30:31

@rosli: Well, as long as you don’t remove the code completely and use the second option - upon activating the FlickrRSS plugin you should be able to configure the photo stream in the backend.

 
Comment by amine
2008-08-28 05:53:44

nice themes thanks

 
Comment by Timothy West
2008-08-31 16:28:52

hey i am thnking of making my whole portfolio site like this one as it kicks bum… would you aprove the theme… i really like it but i am just feeling a bit cheap for using it and not designing it myself…

i am more of a photographer and have a huge knowledge of what everything can doo but not the best designer and coder…

so why not.?? thoughts any one just wack it on my blog or email me..

http://trcwest.com

http://trcwest.com/blog

I currently have a kick bum urban artist theme… (its not that great but i like it as in my work not the theme)

 
Comment by Noah
2008-10-28 11:47:09

I was unable to insert a table with a different colored background into my comments using this theme. Does anyone know how to fix this?

Also @kevin, I like your design. Can you share the code on how you accomplished the changes you made?

schwinghamer@gmail.com

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post

Recent Comments

  • Anto: Yea i wonder where the hell he is.
  • CalĂ­toe.:.: Still no news? :(
  • tsquez: Your tutorials are awesome. I keep coming back whenever I need help with something and this is one of those...
  • Anto: No joke. I think hes dead to be honest. Its not like Leland to knot even pop in and say hes fine. Hasnt been on...
  • lsd: Hi 2 all :) I’ve just tweaked this theme :) and wanted to show some results :)...

About The Author

Welcome to Theme Lab. My name is Leland, and I run the place. I write all the tutorials and code all the themes you see here on the site.

For more information about me, feel free to read the about page. If you want to drop me a message, feel free to contact me.

Interested in advertising on Theme Lab? We have advertising available at very reasonable rates. Head on over to the advertising page for further details.

Please read our Privacy Policy and Terms of Service in regards to theme usage.

© 2009 - Theme Lab - Powered by WordPress