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. Meenakshi says:

    Just set up my first blog. I downloaded a lot of themes, but settled for this one as it shows the name of the poster along with the time.

    All my early readers love it, especially the coffe mug images.

    Thank you!

  2. Brian says:

    Thanks for your input Sadish. If you like to know, I did fix it. I added the color to the background but I had to edit the images to match the background color to get the rounded corners. So yeah, everytime you have to change the color, you have to change the images. But hey, you can now have insainly sized text and no problems… to a point. :-D

  3. Scott B. says:

    Great theme!!! I’m not one to change my theme often but when I saw CoffeeSpot, I just had to.

    On the sidebar, my links appear in and outside of white boxes.

    Links

    Can you swing over to my site and let me know what I am doing wrong?

    Also, is there any quick way for me to center the entire page? On my laptop, it is appearing on the left of the screen.

    Again, great theme!

  4. Sadish says:

    Scott B or anyone having this issue.

    look for
    background:url(img/sidebox.gif) no-repeat bottom center;

    in the style.css and change to
    background:#fff url(img/sidebox.gif) no-repeat bottom center;

    Thats it.
    Sadish

  5. Scott B says:

    Thanks! That worked.

  6. Jason says:

    Hi Sadish, I really like the theme. I do have one question though. I can’t seem to find out how to center photos in posts. I’ve looked all over the .css for it but it’s eluding me. Any suggestions.

  7. Eric says:

    Sadish,

    Thank you for a nice theme. My question is how do I get the trackback URL link to appear in my posts? Is this some line of code I need to insert into one of the php pages? Whenever I do a post, I’d like to display the trackback URL below the post, but can’t figure out how.

    Thanks again for a great theme.

    Eric
    Horse IQ

  8. Sadish says:

    Try adding this into the index.php.

    Look for
    <p class="post-info">
    <?php comments_popup_link(’No Comments &#187;’, ‘1 Comment &#187;’, ‘% Comments &#187;’); ?>
    </p>

    and change it to
    <p class="post-info">
    <?php comments_popup_link(’No Comments &#187;’, ‘1 Comment &#187;’, ‘% Comments &#187;’); ?> | <a href="<?php trackback_url(display); ?>">Trackback URI</a>
    </p>

    Let me know how it works.
    Sadish

  9. Eric says:

    Sadish,

    I’m afraid that didn’t work, Sadish. I put that code snippet in, but I don’t see the Trackback URI link on my page. Here’s an example after I inserted your code snippet. http://www.horseiq.com/2007/01/03/horse-buying-tip-how-to-tell-if-its-ok-to-buy-a-horse-that-has-had-a-tendon-injury/

    If I choose View | PageSource, I can see the trackback code, but it appears to be inside an HTML comment tag. Not sure why. What should I try next?

  10. Sadish says:

    1. if you paste that code in index.php, it should show up in the main page / not on a single post page.

    2. if you want it on a single post page, make sure you paste it in single.php also.

    3. I do not think you pasted the code on the theme’s index.php at all.

    Thanks
    Sadish