CoffeeSpot

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

CoffeeSpot Medium Size Screenshot

Its a two-column,Fixed-Width, Widget-Ready wordpress 2.0 theme.

Key Features :

  1. Page Template for Archives Page
  2. Page Template for Contact Page with SPAM protection
  3. Page Template for Favorites / Links Page
  4. Custom Header Image option, so you can change the header image as and when you like
  5. Support for Tags in WordPress 2.3 or above
  6. Support for Threaded Comments in WordPress 2.7 and above
  7. Automatic Page Navigation
  8. Author Page
  9. Widgets Plugin Compatible
  10. 404 Not Found Page
  11. 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

56 Responses to “CoffeeSpot”

  1. Eric says:

    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

  2. Eric says:

    Sadish,

    Nevermind. I got it working on single.php, which is all I really needed.

    Eric

  3. pedro says:

    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.

  4. Jason says:

    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.

  5. Sadish says:

    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

  6. pedro says:

    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 :)

  7. Jason says:

    Ah! I can’t win for loosing :-) Glad you got it working.

  8. katychan says:

    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?

  9. katychan says:

    Another thing please, what can i do to show the hour of my posts?
    Thanks
    Katy

  10. Scott B says:

    Any thought of making Coffeespot into a 3 column theme? That would be nice.