Emptiness Theme v0.1
Introducing Emptiness Theme v0.1 .

Since I started using WordPress few months ago, I’ve tried various minimalist themes available from WordPress Theme Viewer, but none of them really suits me. So, just like any designer-wannabe, I rolled out my own minimalist theme. It’s available for download, though I’m still trying to register it on WordPress Theme Viewer. I don’t know what’s wrong with Theme Viewer, they must be really busy with backlogs of registrations to process, or they’re totally ignoring the current Theme Viewer and currently building a better system.
Creating a WordPress theme was actually quite pleasant. PHP might not be the most elegant thing out there, but it does the job. I must give a standing ovation to WordPress Codex, it is one of the bests if not the best open source documentation.
There are some of my Blojsom themes that never saw the light of day, I’ll port them to WordPress later. Have theme? Will port!
Related Posts:
I just finished v0.2 of this theme, and it’s now widget ready. There are 4 dynamic sidebar areas: (1) left of the header, (2) right of the header, (3) right of the body, (4) left of each post.
It might take a while until 0.2 gets approved on WordPress.org (http://wordpress.org/extend/themes/emptiness), so I guess for now you can download 0.2 from FreeWordPressThemes.com (http://www.freewordpressthemes.com/themes/3166/).
Hi!
Some days ago I stumbled across your theme (on the new theme directory of wordpress.org) and immediately liked it. So I chose this one to make my very own more colourful WP Theme based on your Emptiness. Yesterday I visited your blog here and read about version 0.2. It is up on wordpress.org now! Thanks for widgetizing, I actualized my theme right away.
Just wanted to say thank you for a great base for my very own theme. :)
Greets from Berlin, Germany
momo
Thank you very much for the kind words :).
Love the theme! Query: comments on posts older than 14 days don’t show up. Is this a function of the theme itself? Can I disable it?
The theme doesn’t control what comments to display, so it’s very likely to be caused by something else that you have (plugins maybe?).
This entry http://blog.cliffano.com/2006/04/18/trailing-comma-within-jsons-array/ shows that a comment from a post made in 2006 is displayed just fine.
your theme is really cool!
[...] months since v0.1 was released, Emptiness Theme has been downloaded 5,867 times and given 4/5 stars average rating. Not bad. Even [...]
I like it!!!
hi i am looking to place an image instead of having text as the title. Could you indicate the best way to go about it?
Cheers,
Simon
Simon – I don’t know exactly what you are trying to accomplish, but if wonder if you are trying to do what I did (www.pittsburghventures.com)? I put an image into the header, and then made the title 0px so that it wouldn’t show. It all seems to work well.
IS ANYONE ELSE HAVING TROUBLE WITH GETTING POST TITLES TO SHOW IN THE NEW WP 2.7? MINE DISAPPEARED… HELP!
Simon, the easiest way is to have a look at header.php and find h1 tag. That’s where you can add your image in place of the text.
Another way to do it is to modify the style.css, find ‘div#header div.main h1′, and add a background image for the title and set the font size to 0, just like what Alan suggested.
Alan, I can’t think of anything within the theme that might cause the blog post title to disappear. I’m using WP2.7 and as you can see, the post titles are showed just fine. Could you try deactivating the plugins and temporarily removing any widget that you are using? If the problem disappears with just the theme, then try adding the plugin and widget one by one. Alternatively, try upgrading to the latest version of the theme. Don’t forget to keep a back up of any customisation you made.
great theme, thank you for providing it!:)
i would like to have it without the head image, when i take it off, the content of the pages keeps starting lower, at the end of the left menu,…
how can i push it up, just under the headline?
stephanie, the theme is designed to be grid-like and unfortunately not column-based. so to do what you want, you have to modify the layout manually.
The easiest way is probably:
- modify header.php, remove/comment out the second div class=”item” .
- use widgets for the header right sidebar to add the page navigation, tags, and categories (those which used to be displayed at the sides of the header image).
hi cliffano, thank you for your answer, and your advice! ..i’ll ask a php programmer about this, since i’m not into it.
all the best
steph
I just downloaded this WP theme and installed it on a different website. The theme viewer doesn’t work for me (maybe a bug in the theme’s code somewhere?) but other than that, it works very well.
I really like the look and feel of it =).
Martinez, what do you mean by the theme viewer? If it’s the one on WordPress.org, it’s working fine as far as I know.
Hi Cliffano,
I love the theme… I want to use it for my personal website but would also like to have a different header for the different pages of my website… I am using WP as a CMS not just for as a blog management system.
I was thinking maybe a header for my contact me section another for my demo section etc.
Can you help?
Taji
Mahmoud, try http://wpguru.co.za/header/custom-header-images-for-wordpress-pages/
You might need to tweak the theme code a bit.
Many thanks Cliffano…
I found this:
http://chasesagum.com/different-header-on-each-page-for-wordpress/comment-page-1#comment-24698
and was struggling with it all day (I have never coded for either php or css so i require step by step instructions) with no success.. was hoping your tip would change my luck today.
thanks
I seem to have a lot of white space between the header image and my posts. Also in the right column. And I need to change header image. Can you help? Thank you!
Pam,
Please check out the FAQ section on the wiki page at http://code.google.com/p/bitpress/wiki/Emptiness
# Q: Why is there a huge space between the header and the post?
A: This happens when either the Header Left sidebar or the Header Right sidebar has a lot of content that takes up space longer than the height of the header image. It’s usually caused by widgets that are placed on Header Left sidebar or Header Right sidebar, you should move them to Body Right sidebar instead.
# Q: How to change the header image?
A: Create your own header image (file name must be header.jpg) with the exact dimension 500 pixels in width and 265 pixels in height. Replace the original header file wp-content/themes/emptiness/header.jpg with your own header.jpg .
HTH
Hello,this theme is pretty good.Many thanks for your job,but here is a question.When I try to show code samples in my post,using wordpress plugin Code Markup,if the code is too long,the right sidebar will get pushed down below the body.Well I have read your F.A.Q and known this could only happen on IE6.To Solve the problem I have to press Enter when editing the code sample.However I guess that is not a good option.
I do have the same problem with lengthy code.
I haven’t tried this, but how about wrapping the code with scrolling div?
Hi there! Thank you very much for this theme, I love it and it is perfect for my blog. My only issue is that for some reason the comments do not display properly. I know absolutely nothing about php coding, so maybe you could help a wee bit? The error on my page says this:
Fatal error: Call to undefined function wp_list_comments() in /var/www/vhosts/hipsterette.com/httpdocs/blog/wp-content/themes/emptiness.2/comments.php on line 20
below each post, instead of listing the comments.
how might I go about fixing this?
thank you :)
ML, please try deactivating all of your plugins and see if the error disappears. If so, then try reactivating them one by one. If not, then I would suggest reinstalling the theme and see if that helps.
Let me know how you go :).
Excellent site, keep up the good work
Hi Cliffano! Thank you for your work on this theme. It works beautifully.
I really like this theme, thanks for making it available!
my only problem is that the link to make comments doesn’t work when clicked on and is there some way to move the information in the left post sidebar to under the actual post/
thanks
louise, I had a look at your blog and found out that not only the ‘leave a comment’ link doesn’t work, but also the permalink for each post (click on the title). It looks like your setting doesn’t handle %postname.html% .
Would you be able to try the following:
- Go to your blog admin -> Settings -> Permalinks. On Custom Structure field, change %postname.html% to %postname% . Check if the links are working.
- If it still doesn’t work, try few other themes and check if the problem also occurs on those other themes.
Please let me know how you go with it.
Re moving the link from the left to be below the post, unfortunately you’ll have to modify the theme’s code for that, please have a look at index.php file.
I have made the change and it’s working fine now, thanks for the help, I really appreciate it
Hi Cliffano,
I have something to ask about.
It is by default when we want to reply a comment within this theme, the page reload into uri: …/#respond.
Can we make it just pop up under the comment we would like to reply without reloading the page?
Regards,
Cahya.
Cahya, it’s on my list now and should be doable :). Will get to it after I finished unpacking 35 boxes of belongings and assembling 5 more furnitures O_o.
Thank you for raising the issue and for using the theme.
Hello,
I saw your theme and loved it. I left a question at the google page asking about widget-compatibility, but after downloading and running it, I’ve answered my question…. it isn’t widgetised.
Will you be adding a widget function to your theme any time soon? I’d have used for my blog if it was widgetised, but as it stands…. anyway just wanted to say it’s a nice theme and I love it!