CoffeeSpot
CoffeeSpot is a wordpress 2.0 theme, developed by WP ThemePark.

Its a two-column,Fixed-Width, Widget-Ready wordpress 2.0 theme.
Key Features :
- Page Template for Archives Page
- Page Template for Contact Page with SPAM protection
- Page Template for Favorites / Links Page
- Custom Header Image option, so you can change the header image as and when you like
- Support for Tags in WordPress 2.3 or above
- Support for Threaded Comments in WordPress 2.7 and above
- Automatic Page Navigation
- Author Page
- Widgets Plugin Compatible
- 404 Not Found Page
- There are four different coffee cup images provided within the theme, namely cup1.jpg, cup2.jpg, cup3.jpg, cup4.jpg and it can be changed in style.css .
It has many more features in the theme, that you can explore in the readme.html file included in the zip file.
Live Preview | Download Link [version 1.5]!
Enjoy




This is a website by Sadish Bala, created to share the news, tips and tricks on using WordPress.
Sadish,
I beg your pardon. I most assuredly did post it into index.php. (See below). When I tried pasting it into Single.php, I get an error:
Parse error: syntax error, unexpected T_STRING in /home/road11/public_html/wp-content/themes/coffeespot-10/single.php on line 10
Here’s my index.php…
” rel=”bookmark” title=”Permanent Link: “>
Posted by on | Tagged as:
| “>Trackback URI
Sadish,
Nevermind. I got it working on single.php, which is all I really needed.
Eric
Hi, Sadish and a big warm thanks from Norway – I’m known by all my friends as the big cofeee drinker, and once I saw a blow with this theme, I just had to have it!
I am curious as to how I can just add those nifty counters at the end of each month and keyword, such as “December (2)”, or “software(14)” to illustrate the number of entries under each grouping.
Would it be something that I can add for myself? I’m a developer, but I know nothing about php, heh.
Pedro, I saw your post and I believe I know the answer. If you go to your “sidebar widgets” and click the widget labeled “archives” a box will appear and there is an option to “show post counts”. If you turn this on, the numbers will appear like you wanted. You can also do this in the “categories” widget.
Jason,
Thanks for answering, but pedro is not using the widgets for his site.
pedro,
in order to show the counts of posts for the category and for monthly archives you need to do the following.
open up the sidebar.php file
look for
wp_list_cats(’sortcolumn=name’)
and change to
wp_list_cats(’sortcolumn=name&optioncount=1′)
and then look for
wp_get_archives(’type=monthly’)
and change to
wp_get_archives(’type=monthly&show_post_count=true’)
Thats it.
Thanks
Sadish
Sadish,
I owe you one! It worked effortlessly, thanks for your quick reply, and to Jason too, even though I’m not using sidebar widgets
Ah! I can’t win for loosing
Glad you got it working.
I started using wordpress ufficially today, installed it two days ago and thaks to this theme I could have a very stylish blog (well, this is what I think). If you’re interest in how I used your work come and see. Thanks a lot for your work!
Katy
Ps. There is a way to see smiley one can use while is commenting?
Another thing please, what can i do to show the hour of my posts?
Thanks
Katy
Any thought of making Coffeespot into a 3 column theme? That would be nice.