I’ve been using a modified version of the FastTrack theme by Sadish for a couple of years now. It’s a good theme but it’s designed for a 800×600 resolution screen. Most of the visitors to this website use 1024×768 and on my screen it looked narrow. I felt like I was wasting screen real estate.
So after trying out lots of different WordPress themes, I settled on one called “The Journalist” by Lucian E. Marin.
This new theme has two columns with the main column wide for text. It’s easy to read and I did not change much except add some plugins and a banner at the top.
Adding the image at the top was easy. I took a version of a rotating script that I put together for Stefan’s blog and made it a separate file and where ever I wanted to put the image I just inserted this line into the php file:
<?php include(TEMPLATEPATH . '/rotate.php'); ?>
A copy of the php script can be found here. This one line was inserted into these files 404.php, archive.php, index.php, and single.php. I also create come page templates by copying the index.php and removing the post code inside and replacing it with code for the sitemap, archives page, etc.
In the journalist/images directory I made a new directory called random and placed some 700×175 jpegs there. When the rotate.php is called, it creates a list of images and populates it into a javascript. It’s convoluted but guarantees a random image with every page load.
The images were lifted from Stefan’s Flickr account with permission. If you like one check with him before you use it. I used the Gimp and set the rectangle select tool to a fixed aspect ratio of 700×175. Loading up the highest resolution image available, I was able to cut what I wanted, crop it, and resize it.
In the past I’ve made all my changes to the sidebar in sidebar.php. Widgets are lots easier, so rather than keep beating at the sidebar.php, I just use widgets now and it’s all good.
With this theme I’m using XHTML Transitional 1.0 instead of Strict. It’s easier to work with and more forgiving. I still switch to HTML in the blog editor to fix the image layout by hand and upload the images seperately. With WordPress 2.5.1 TinyMCE adds CSS classes to the img tag so I may just add those tags to my style.css and leave it at that.
dani says:
great theme..
and what do you think about fluid design? π
April 29, 2008 — 4:15 am
Jan Dembowski says:
Dani,
Fluid themes are good since they usually have the sidebar set to a fixed width but let the post area adjust. Such as with the theme your blog uses. π I had thought of modifying the Classic WordPress theme but my CSS is horrible.
I wanted to go with something less flashy but not too plain. I was reading http://markjaquith.wordpress.com/ and noticed the theme was plain but looked customizable. Plain == more readable and less distracting.
Also the theme I am using now is GPL’ed. Sadish’s FastTrack theme was perfect and I left in the sponsored link since it was a condition of it’s use. Lucian’s theme lets me removed it if I want to.
I won’t remove it; Lucian should be encouraged to do more great work. But it’s nice that the author permits customization like that.
April 29, 2008 — 6:35 am
dani says:
Jan,
thank you for your rapid response.. π
fully agree with readable and more ‘content-focused’
another questions/requests (maybe for the next posts):
• wp plugins on your blog
• w3c markup validator and validome.org
and nice contribution on wp forum π
April 29, 2008 — 11:45 am
Jan Dembowski says:
Dani,
I’ll probably put up another post about widgets and plugins. I’ve added the Meta widget for this theme as well as the search widget.
In the meantime, you can see the plugins I’m using at my “This Server” page. The page needs some work; I need to adjust the CSS so the plugins list is more readable/attractive.
I’ve been using the W3C validator but when I tried validrome.org it came up with a couple of errors. Interesting! I’ll look into that. The validation is more for my learning. Until this theme all my posts and pages validated as XHTML 1.0 Strict.
April 29, 2008 — 7:06 pm
Lucian E. Marin says:
I’m glad you like it and you’re using it. I just update the theme to version 1.9 π
Thanks for the good words.
May 9, 2008 — 10:40 am
Jan Dembowski says:
It’s a good theme; I like the 1.8 slightly better than 1.9 but that’s just my personal preference π
Thanks for releasing the theme.
May 9, 2008 — 12:31 pm