WordPress Theme: ThemeMeme Eos Updated to 0.5

I’m releas­ing an update to the ThemeMeme Eos theme. This ver­sion is a quick fix for the prob­lem of excerpts on sin­gle posts not dis­play­ing prop­erly (they should be in a larger font, etc.), which could give the illu­sion that a short post was actu­ally being dis­played twice.

I’ve also changed the default font from Helvetica to Arial. I noticed that Firefox doesn’t go a good job of dis­play­ing Helvetica at smaller sizes. If you’re a font snob like me, it’s an unfor­tu­nate choice, but it will look bet­ter over­all to the aver­age user.

If you’re upgrad­ing from 0.4 and you’ve already edited your theme files, the only file that has changed is style.css. And if you’ve edited style.css, you can just change the font for the <body> tag and fix the excerpts by adding this:

.single .excerpt {
border-bottom:1px solid #eaeaea;
color:#777;
font-size:1.5em;
margin-bottom:28px;
}

ThemeMeme
Looking for a host that does’t suck? I’ve been with probably 20 different hosts. The best, hands down, is AN Hosting. They offer unlimited storage, unlimited bandwidth, unlimited mySQL databases, unlimited websites, and a free domain for life. Only $5.95/mo! Plus, 3 months free hosting! Sign up with AN Hosting now!

11 Comments on "WordPress Theme: ThemeMeme Eos Updated to 0.5"

  1. Farker says:

    I encoun­tered this prob­lem and thanks for fix­ing this!

  2. No prob­lem! Thanks to Mike Irene for bring­ing this to my attention.

  3. orangina says:

    Great nam­ing coup, Robert.
    Rereading Gibson’s DIFFERENCE ENGINE, decided to grab
    FUTUROSITY…but you were there first.
    Congrats.
    Not to men­tion hot tem­plate aesthetics!

  4. Thanks, orang­ina. I haven’t read Difference Engine. Do you rec­om­mend it?

  5. Imokon says:

    Eos is very classy. Simple to cus­tomize and every­thing I’ve needed so far. Thank you so very much for your efforts.

    I hope to go a step fur­ther later when I have the time to fig­ure out why my fea­tured post is always my fresh­est post. I thought it would stay the same until I decided to add another post to my fea­tured cat­e­gory? I don’t really have time or need to make images for every sin­gle ran­dom post I do right before I go crash :/ Any ideas?

  6. Imokon, Eos is designed so the most recent post is always fea­tured, but you don’t have to have an image attached to the post.

    If you want to have a fea­tured post that doesn’t change with each new post, you’d have to have some­thing like the fea­tured post in ThemeMeme Vero, which dis­plays the last post in the Featured category.

    I don’t have time to do it for you, but you can grab this code from the Vero home.php file and edit it for use in Eos:


    < ?php $feature_post = get_posts( 'category=23&numberposts=1' ); ?>
    < ?php if( $feature_post ) : ?>

    Featured

    < ?php fore­ach( $feature_post as $post ) : setup_postdata( $post ); ?>
    < ?php $feature_post_id = $post->ID; ?>
    < ?php if (function_exists(‘c2c_get_custom’)) : ?>

    < ?php echo c2c_get_custom(‘post-image’,<?php the_title(); ?>,”); ?>

    < ?php endif; ?>


    < ?php printf(__(‘%s’, ‘sand­box’), get_the_category_list(‘: ’)) ?>

    < ?php the_title() ?>

    < ?php the_excerpt(); ?> < ?php unset($previousday); printf(__(‘%1$s’, ‘sand­box’), the_date(”, ”, ”, false), get_the_time()) ?>
    < ?php comments_popup_link(__(‘Comment?’, ‘sand­box’), __(‘1 Comment’, ‘sand­box’), __(‘% Comments’, ‘sand­box’)) ?>

  7. Imokon says:

    Thank you so much for tak­ing the time to extract that for me. Much appre­ci­ated! I’ll defi­nately work with it some­time this weekend.

  8. You’re wel­come!

  9. Hi Robert, ThemeMeme Eos is great theme. Thanks for release it.

    I was look­ing to do some­thing what Imokon wants. I solved by using Asides and Customs Fields. You can see it in my blog.

    Now it looks pretty like a mag­a­zine. Thanks again!

  10. Eduardo, I tried your site, but I get a blank page.

  11. @Robert: Sorry, the site is up now. Please try again.

Got something to say? Go for it!

 
Share be a pal and share this would ya?
WordPress Theme: ThemeMeme Eos Updated to 0.5