Simplicity Theme
This is the Simplicity theme for WordPress. It is designed to be a cool, clean, simple theme that keeps the focus on your content. The main features for Simplicity are:
- Fixed width or fluid width (configurable)
- Two columns or three columns (configurable)
- Widgets support
- Gravatar support
- XHTML and CSS compliant
- Simple design
- White/light coloured
- Presentable on modern mobile devices
I created Simplicity because I could not find any existing theme that I was truly satisfied with. The greatest difficulties are that most themes are fixed width, and most authors could not care less about XHTML and/or CSS compliance.
This is my first attempt to create a WordPress theme. The features are quite basic at the moment, but moving forward, I hope to get these things done:
- Much greater customizations through the Admin theme options page
- Update to XHTML 1.0 Strict compliance (currently it is XHTML 1.0 Transitional)
This theme makes use of the Theme Toolkit, with a few minor fixes: 1 trivial bug fix, some updates to text, and HTML fixes for XHTML compliance.
Download Simplicity:
- Version 0.3.33 from local copy (usually more updated)
- From WordPress Theme Directory


Hello, thanks for using your simplicity theme, I’am very happy with this theme:
If i try Simplicity on a localhost Wordpress installation, there is a error:
Parse error: parse error in C:\wamp\www\wordpress\wp-content\themes\simplicity\functions.php on line 94
I’ve tried anopther thema and that’s ok, i ‘ve tried several times with Simplicity on different installations.
Please can you help me ?
Many thanks and greetings from Belgium/Europe
Is it possible that your copy of functions.php could have been corrupted? Could you try installing the theme again, and if the problem still persists, let me know which version of Simplicity you have installed? Thanks.
Hello, mMany thanks fot the fast respons.
I think it isn’t possibel that I ‘ve a corrupted Functions php file, because i tried many downloads of the theme and different Wordpress installations.
The problem is still persists even on different computers.
I have one Simplicity theme that works very well: http://www.jomasoft.be/wordpress
If a take de functions.php from the good working installation, the problem still excists
The version is: 3.30
Thanks,
Johan
Hi Johan,
On all the computers where you are having problem, is there some common thing between them? E.g. are they all Windows-based Apache/PHP installations? I presume you do have at least one installation that works, how is it different from the others that don\’t work?
Offhand, one possibility that I\’m guessing is that the theme is breaking on Windows Apache/PHP setups. If it is only happening on such setups, I\’d try to get access to one to figure out what might be wrong.
Hello,
I think you’re right. Al the computers have no link with each other, but there are all configured with PHP/Apache setups.
The installation that works perfect is hosted by One.com and ik don’t now what these server use.
http://www.one.com
Indeed, there is a problem with PHP/Apache
Thanks for the answer and excuse me for my bad english
Greetings from Belgium
CAn you fixed it ?
mvg,
Johan
Hi Johan,
Could you try the latest 0.3.32 from http://wordpress.org/extend/themes/simplicity. I’ve done some fixes based on forum postings I read from elsewhere about people facing similar problems with WAMP.
Thanks Mr. Zit Seng, The problem is solved, youre right, the problem was php/Apache.
Everthing ok and its works,
If you ever come to Belgium, Youre welcome in mine house,
Greetings ,
Johan
Hello,
I seem to have the same problem, I have this error : Parse error: syntax error, unexpected $end in D:\wamp\sites\placealasante\wordpress\wp-content\themes\simplicity\comments.php on line 84
I have no problem in local but when I put it online there is this error.
Laureys Johan, could you please tell me what you’ve done to solve the problem please ?
If the problem is php/apache, what am I supposed to change/do ?
Thanks a lot !!
Hi there, I tried registering for the forum, but the email has not arrived and I checked spam filters, etc…
Anyway, just wanted to say thanks for the theme. I really like the cleanliness of it, and aside from one minor little issue, I think this is the theme I’ll be on for a while.
That one minor issue – I’d like the navigation links to stay in the hover color based on the page I am on, to behave more like “real world” tabs. If you can figure that one out, it would be nice.
Thanks again,
-Joe
http://www.josephhoetzl.com
Ok this is something that can be done with the CSS styles. Agreed that’s something generally useful. I’ll do that in the next version update.
Thank you for a nice theme! One of the most useful features for me – is the ability to adjust page width.
There’s only one problem for me: i’m using a 2-coloumn mode with the fixed with of 750px, in this mode the page is, sort of, alligned to the left, is it possible to center it? i tried editing style.css, but i’m new to it and not sure what to change. I would be grateful for any help. Thanks in advance.
Hello Igor,
I just found the solution to center the page :
In “header.php” you have to add (line 28) : margin-left:auto; margin-right:auto;
25-
26- body { }
27- option['width_type'] == ‘fixed’) { ?>
28-#page { width: option['page_width']; ?>px; margin-left:auto; margin-right:auto;}
29-option['page_min_width']) { ?>
30-#page { min-width: option['page_min_width']; ?>; }
31-
Enjoy !
Hi marie, thanks for your input. I’ll incorporate your change into the next update!
Hi, Marie!
Thank you very much for your help!
Hey
Just wanted to thank you for your great theme (while popping in for an update). Customised it a bit to fit my site as a whole, but every without much tinkering it’s an almost seamless fit. I’ve yet to find anything anywhere near as good, including paid ones like Thesis.
~ Paul
Thank you for a nice theme! One of the most useful features for me – is the ability to adjust page width.
There’s only one problem for me: i’m using a 2-coloumn mode with the fixed with of 750px, in this mode the page is, sort of, alligned to the left, is it possible to center it? i tried editing style.css, but i’m new to it and not sure what to change. I would be grateful for any help. Thanks in advance.
Hi, I thought this “bug” is already fixed. Are you using the latest Simplicity theme? If so, could you point me to your website where you have the theme running so that I can understand what is broken? Thanks.
Hi,
I really like the simplicity theme, very clean display and easy to work with (altho I’m a newbie to php).
My site displays well on Firefox and IE7 but on IE6 the left sidebar displays in the middle of my text. I can fix it by using fixed rather than fluid page width, and disabling the left sidebar,
but I hate to reduce usability and appearance just for IE6. The only mod I’ve made is addition of two if-else statements in the page.php file to alter display for one of the subpages.
Could I have done something that works in IE7 but not 6? (A friend said I may have omitted an HTML div but I can’t find an error like that)
Any input you can provide will be much appreciated.
Thanks!
Hi Robert,
It looks like the mangling happens when the window is too narrow. Something on your page wants the window wide. It turns out your table fixes its width at 488.8pt
If you view your other pages, it isI believe one way to solve it is to set the minimum page width in Simplicity options to be large enough. Let me know how it goes.
Zit,
Thanks very much for the quick reply and suggestion, much appreciated! So far no luck yet, here’s what I’ve done:
- restored defaults by replacing my altered page.php with the original that came with the template
- increased minimum page width in Simplicity options to 800
- removed the table from the “pretty good requirements” post entirely.
Unfortunately after each step the left sidebar remained in the text area (with the search box aligned with the word “row level” in my first title).
Again I appreciate your help and this problem does not occur in IE7 or Firefox just IE6.
Thanks!
Bob
Ok. I will take a closer look. I’ve got an IE6 machine stashed somewhere… good thing you have a live example so I can see what is wrong.
Hi Bob,
There is a very long “word” on your page. It is the link to books.google.com. It makes the page wrapping muck up. Other than fixing the page width to be very wide (which I guess you’ve tried), you could try making this link text shorter. It seems to work when I copied/modified your HTML to test. Let me know how it goes.
Zit,
I deleted the link and it worked like a charm, now my friends at my client still running IE6 can go to the blog and have a good user experience. I appreciate your help, as an HTML newbie I would not
have known where to start.
I’m happy to be using the Simplicity theme, very accessible and clean for the reader.
Thanks!
Bob
[...] far, short of taking the time and effort to develop and perfect one of my own, the Simplicy Wordpress theme by Zit Seng is one of the best there is, provided you are happy to tinker and customise [...]
Howdy! I just installed this theme on WP 2.7.1 and I really love it! I am having difficulty adjusting the center column where my posts go. I need it to be some where around 540 px and I cannot find the coding to make the change. I also need my column on the left to be 270 px.
The column on the left is fine but the graphic on the left, which is 270 px, is hanging over and covering the post in the center column — hence the problem.
I do not have the theme running at the moment because of this issue. Can you help me figure out how to adjust the center column width? Many thanks!
And if it’s not asking too much … how do I make the avatars on my comment section larger. I’d like them to be around 40 – 60 px. The default is smaller than I would like.
Hi there. I don’t know if my other comment is awaiting moderation or if the internet ate it. I did figure out the width of my center column, but I’d like to add a bit of a margin between the middle column and the far right column (the right sidebar). I can’t seem to figure that one out.
Secondly I’d like to make the avatars larger in my comment section, somewhere around 60 px as I think they’re a bit small. How do I do that?
Love the theme and it’s active at my site. Thanks in advance!
For the first item, you can try hacking the style.css a little. Look in header.php, at line 43. There is a CSS expression “-8″ which determines the pixels between the middle column and right column. Change it as you need.
I don’t have a quick answer for your second question at this time. Will try to look at it when I have the time.
Oh happy day! Thank you so much; that code in the header.php fixed exactly what I was looking for. Hallelujah and amen!
Hi! Thanks for the fix.
I want to show how many comments are on each post underneath the title of each post. I was able to make that happen when three posts are showing (when you click on my header) but not when just one post is showing.
Do you know where I need to place the code so I can see how many comments are already there — just under the post’s title — when just one post is showing.
Thanks!
I’ve not tried, but I imagine you can copy out the code from comment.php:
<h4 id=”comments”><?php comments_number(’No Comments’, ‘One Comment’, ‘% Comments’ );?></h4>
and put it where you need it. Give it a try?
Hi and thank you for a simple theme! I am new to wordpress and would like to ask a couple questions, if you don’t mind.
I have the two sidebars one on the left and one on the right. How do I change what is in the sidebars? For example right now there is Meta and categories in both sidebars, how do I delete from one of the sidebars?
Also, how do I move something down or up? For example, in the right sidebar, how would I move tags down and categories up?
Your help would be greatly appreciated!
Thank You!
Hi Lailani,
This is not part of the theme settings. You should look under Appearance -> Widgets. Hope this helps.
Thanks for the patches. I really do love this theme and I am having so much fun tweaking what I want.
Did you ever get a chance to investigate how to make the avatar itself larger in the comment section? I figured out how to make the border wider, but the avatar is the same size inside the box.
Thanks for your help. Another WordPress friend suggested it could be found in the functions.php file but I have no idea what I’m doing.
Hi cardiogirl,
Ok, I’ve gotten a chance to look at the avatar size issue. A clumpsy way to do it is to change the WordPress default by mucking the code a little. It’s straightforward though. Look in the file wp-includes/comment-template.php, around line 1288, there is a definition of the $defaults array. Change the number associated with ‘avatar_size’. Hope this helps.
I have been using your Simplicty theme for my alask journal website. This is my first experience with Wordpress.
Right now I am stuck. I can insert a picture into a page without word press bringing me to login page which just loops.
I also can’t change the settings page.
I had wordpress set up in directory in my hosted account for a virtual shared hosting environmen at Godaddy. After getting the page up, I changed the setting for where wordpress is located to a subdomain.
When I ran into the media problem, I looked at teh wordpress and blog setings. They look ok except they don’t end with a /. When I tried to change the setting, It brought me to the login page where I couldn’t login and I was in a loop.
3 days ago, on a differnt wordpress install, I ran into this same media update probale. Godaddy rep asked me to have a new setup of wordpress installed. I did and all was ok until an hour or two ago,
Is this a problem with your theme?
Have you an idea of what could be wrong.
I have made no mods to PHP.
Thank you in advance
Fred
Hi. If you try switching themes, does the problem go away?
Hi Zit Seng,
I really appreciate you answering all of my questions. Believe it or not, I have everything the way I want it except for one issue. For the last week or so I have noticed that the search button on the top right sidebar is directing my searches to my Twitter account. I have deleted the widget from my sidebar and re-added it and that has not fixed the problem.
I have no idea why this is happening because I have not had that problem since I started using this theme (roughly five or six weeks ago). And initially the widget worked just fine. I do have my link to Twitter on the left sidebar but prior to the last week or so that link worked just fine (still does) and did not force the search button to go to Twitter.
Do you have any idea why this is happening? I’ve also noticed the Subscribe heading — which is just below the search box and just above the billboard graphic — has become a link to my Twitter account as well.
Strangely enough, the billboard graphic is still working the way it should. It’s sending readers to my RSS Feed.
Thanks for your help. I still love this theme and will be using it for the life of my blog.
Hi there,
I just did a quick test by removing the twitter link on the left sidebar and it fixed the search button. Why is that?
Sorry for the long delay to reply. I just visited your site and the search seems to work for me. I suppose you might have fixed it already. I don’t see how the Simplicity theme could have interfered with how the search works anyway.