I’m really sorry to be posting updates so quickly after the initial release of my Futurosity 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 Futurosity.
If you downloaded 0.2, please grab Futurosity 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.
![]()
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.
If you liked this post, why not subscribe to Futurosity?
Looking for a host that doesn’t suck? Get great hosting, save money, and support Futurosity. Use code FUTUROSITY for 3 free months!





8 Comments
Robert: I have been waiting for your first theme release on Futurosity and I must say the wait was more than worth it. Nice work.
Thanks very much. It’s been a long time coming, but I hope to release another theme… soon.
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.
Thanks, sternz. That’s an interesting comment. I don’t know if it’s my best, but the code is the cleanest.
If you don’t mind me asking, is the “Quotable” section of Futurosity a particular plugin, or did you make it custom for yourself? Thanks. I hope to get the smoothgallery installed tomorrow. I LOVE this theme.
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.
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.
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.