8 comments

Oops! ThemeMeme Eos Updated to 0.3

I’m really sorry to be posting updates so quickly after the initial release of my ThemeMeme Eos WordPress theme, but after adding the Gravatar plugin to 0.2, I noticed that I forgot to change the path for the default gravatar. Instead of using the generic default icon, it was pulling the image I use here on ThemeMeme.

If you downloaded 0.2, please grab ThemeMeme Eos 0.3 and follow the instructions below to change the default gravatar. Thank you!

Find this code in the comments.php file:

<?php gravatar("R", 40); ?>

and change it to this:

<?php gravatar("R", 40, "[path to your default gravatar]"); ?>

For more information, see WordPress Gravatar Plugin.

Generic Eos Gravatar

I’ve included a generic gravatar in the theme directory, gravatar.jpg (pictured above). To use it, move this image to your images folder and add the path to comments.php.

This version also corrects a problem with pre and code text overflowing the post column.



Did you enjoy this post? Why not subsribe?

Looking for a host that does’t suck? I’ve been with probably 20 different hosts. The best, hands down, is AN Hosting. Why not sign up with AN Hosting now?!


Discussion

  1. sternz says:

    Robert: I have been waiting for your first theme release on ThemeMeme and I must say the wait was more than worth it. Nice work.

  2. Robert Ellis says:

    Thanks very much. It’s been a long time coming, but I hope to release another theme… soon.

  3. sternz says:

    I would have to say that out of all your themes you have built, this is by far the best. It will be tough to top this one, but I am sure you can do it. I love the “feature” box at the top left of the main page especially.

  4. Robert Ellis says:

    Thanks, sternz. That’s an interesting comment. I don’t know if it’s my best, but the code is the cleanest.

  5. sternz says:

    If you don’t mind me asking, is the “Quotable” section of ThemeMeme a particular plugin, or did you make it custom for yourself? Thanks. I hope to get the smoothgallery installed tomorrow. I LOVE this theme.

  6. Robert Ellis says:

    I’m using the Ad Rotator plugin for the “Quotable” section.

    I try to avoid adding too many plugins to my themes because it tends to confuse people, but if you know what you’re doing (and I know you do, sternz), this is a good plugin to have.

  7. Andrew West says:

    This is a fine theme in its own right, but even better as a starting point. I think you’ll see a lot of custom themes built on this.

    Nice work.

  8. Robert Ellis says:

    Thanks, Andrew. I tried to keep Sandbox as intact as possible even though I had to modify the theme files, so it should be easy to customize.

Leave a Comment