Featured theme: Water
The Water theme is available from the WordPress Theme Directory. You can customise it without knowing any CSS, because it has a lot of settings.
1. Change the theme’s settings
After activating the theme, go to Design > Water’s Settings. Here’s how I decided to change it to make it match Deep Red Carnation from Flickr.
- I changed the font to Georgia
- I find wide coloumns of text difficult to read, so I reduced the “Blog’s Width” and “Content (Post) Width”
- I changed the text and background colours
- I cropped the image for the header, resized it to the same as the “Blog’s Width”, uploaded it to
wp-content/themes/water/imagesand entered the details into the “Header” page of the theme’s settings - I removed some things from the sidebar, on the “Sidebar” page of the theme’s settings
2. Add some custom CSS
Finally, I decided to take advantage of the “Custom CSS” page of the theme’s settings. This allows you to easily add a few lines of your own styles, if you want to tweak anything.
I wanted to increase the space above and below the content of each post. I viewed my site in my browser, right-clicked the page and chose “View Page Source” (your browser might use slightly different words for this).
<div class="the_content"> <p>I’m writing some articles for <a title="The WordPress Magazine" href="http://www.thewpmag.com">The WordPress Magazine</a>.</p> </div>
I could see that the content was inside a <div> with a class of “the_content”. To target a class in CSS you begin with a dot, so you can add top and bottom padding to it like this:
.the_content {
padding-top: 1em;
padding-bottom: 1em;
}
1em is always the height of one line of text, so by adding 1em padding above and below the content, it effectively leaves a blank line at the top and at the bottom.
3. Water theme, red carnation version
Here’s my finished version of the Water theme!












Aloha!
I’ve been going blind looking at different templates for the last few days. Now you SHOW me how completely custom this one can be. And even better - a NON-programmer like me can figure it out!
It’s almost midnight… and my eyes are crossed - but I’ll be back tomorrow to download and copy all your notes and “how to’s” - Thank you!
Mahalo,
Arleen Anderson
Fantastic, let me know how you get on with it!
Steve
Steve,
New to adjusting WP themes. Need basics ready for tomorrow. (”alomost live” podcasting from local Starbucks)Can’t figure out how to:
Want to insert a video box in the sidebar to put in some clips.
1) take out Blog Roll
2) edit Meta tags (afraid to loose Admin access)
3) add blatent RSS button to top
4) add fill in form for folks
5) how do I know my askimet is active? shows no stats
6) can’t get font size of text to change (needs to be a point bigger)
7) MOST IMPRTANT - need to activate and insert the Blubrry Podcasting plug in for tomorrow! Ideally want a button/bar at top of post for folks to listen and/or download the podcast. With posting room below for an outline of the podcast.
9) Love to put in a twitter tool to show my tweets and maybe some keywords?
Okay - I really need 7), 1), 2), & 3) for tomorrow.
All help appreciated - REACH ME on Twitter!
http://www.twitter.com/AlohaArleen
Thanks so much - you’ve got a great template - just that my programmer is swamped with our project deadlines. (and I’m totally blonde at this stuff)
Warmly,
Arleen Anderson
Kaneohe, Hawaii
1 and 2. The easiest way to remove things from the sidebar is to go to Design > Widgets. As soon as you add one widget, it’ll replace everything in the default sidebar. Remove all the meta section, it’s fine, to log into admin then just go to
yoursite.com/wp-admin.3. You can add an RSS button using a text widget at the top of the sidebar. Get a nice big icon from Feed Icons and upload it to
wp-content/themes/water/images/. Then in the text widget do something like<a href="http://www.yoursite.com/feed" rel="nofollow"><img src="/wp-content/themes/water/images/rss.png" alt="Subscribe by RSS" width="28" height="28" /></a>.4. The FormBuilder plugin is great for making forms.
5. Go to Comments > Akismet Spam. If there’s nothing there saying Akismet is not working then I think it means it’s working.
6. When you tried to change the font size in “Water’s Settings” did you put a unit after the number, e.g. em or px?
7. To add something to the top of each post, put it in single.php under the
while (has_posts())line (the start of The Loop). If you want it to only show on posts in one category you can useif (in_category())- see Conditional Tags on the Codex for more information. Look in the documentation that came with the plugin for what you need to add.8. The Video Widget plugin looks good, but I haven’t tried it myself.
9. I use Twitter Widget Pro on this site. I’m not sure about listing keywords with Twitter, I’ve not seen that done.
Nice theme! Thanks!
Nice theme! Thanks!
Nice theme! Thanks!!!
Leave your response!
What is WordPress?
Twitter
-
Issue 4 will be out some time in January. WP Mag is on holiday while its writer is busy after moving house!
-
WordPress Mag's holiday is going to be an extra week, so back on the first Wednesday in December
-
@MothersWork hi :) go to http://search.twitter.com and search for people talking about things you're interesting in :)
-
WordPress Magazine is taking two weeks off while I move house! I hope you don't miss new articles too much :P
-
@andreamercado oo, thanks! Bit phased out right now, will have a look when I feel like a read!!
-
Today's WordPress tip: reorder your category list in the sidebar http://zi.ma/1c3857
See @wpmag on Twitter03:10:46 AM December 06, 2008
08:50:34 AM November 15, 2008
05:11:45 PM November 13, 2008
12:38:51 PM November 11, 2008
11:01:25 AM November 10, 2008
10:57:39 AM November 10, 2008
Tags
categories colour CSS design Featured themes Grid Runner Adventures header Interviews last.fm Make a theme series music pages Plugins Private Plus register Register Plus search sidebar tags The Loop theme themes travel water widget WordPress.comMost Emailed
Most Commented
Most Viewed