<?php the_title(); ?>

I’m releasing a slightly modified version of the current Futurosity design, Futurosity Vero. The theme is designed with minimalist fans in mind, but is built on Sandbox and the Blueprint CSS framework, so it’s flexible enough to form the basis for your own more colorful mods.

Futurosity Vero requires WordPress 2.3.2 or later. I’ve tested it in Safari, Firefox, and IE 7. There are some known issues in IE 6; see below.

Demo

Here’s a demo of Futurosity Vero.

Futurosity Vero WordPress Theme

Download

Before you download Futurosity Vero, please note: First, the theme is free, but I would ask you to please keep a link back to Futurosity (see the license below). Second, I do not offer support for WordPress (try the WordPress Documentation or Forums), I won’t help you with general CSS questions (try this CSS Tutorial), and I won’t tell you how to customize my themes. I will help you if you’ve found a bug. (I’m actually a pretty nice guy.) Just post a comment below. Thanks!

Download Futurosity Vero WordPress Theme

Download Futurosity Vero

Don’t miss an update to this theme! Subscribe to Futurosity. And if you’re looking for a host that doesn’t suck, you can get great hosting, save money, and support Futurosity: Use code FUTUROSITY for 3 free months!

Installation

To install, open the FuturosityVero folder and upload the contents of the plugins folder to your wordpress/wp-content/plugins directory. Upload the futurosity_vero folder to your wordpress/wp-content/themes folder. Then open your WP Admin, activate the plugins under the Plugins tab, and select the Futurosity Vero theme under the Presentation tab.

Plugins

Futurosity Vero uses four plugins, which are included in the download. They are highly recommended, but only the Get Custom Field Values plugin is required. The plugins are:

  1. Get Custom Field Values
  2. Get Recent Comments
  3. Gravatar
  4. Yet Another Related Posts Plugin

Note that the gravatar plugin uses a generic gravatar if the commenter doesn’t have one. You can change this by editing comments.php. Find this code:

<?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 Vero 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.

Tips

Here are a few tips for customizing the theme.

Blueprint CSS

Futurosity Vero is built on Blueprint CSS, a CSS framework. The framework provides a number of readymade selectors which you can easily edit into the theme files or override in style.css.

For more information, see this list of Blueprint CSS Resources.

Sandbox

Futurosity Vero is built on Sandbox, but I’ve edited the theme files so you can’t simply use the style.css file in Futurosity Vero to style a standard Sandbox installation. Be sure to read the sandbox.html file in the futurosity_vero folder for more information on customizing Sandbox.

Fresh and Featured Posts

Futurosity Vero displays your latest post at the top left of the home page, and a Featured post to the right of the Fresh post. It will also display associated post images, if available. For best results, the image should be 350 pixels wide and 270 pixels tall. To add an image:

  1. Go to Custom Fields near the bottom of the Post page in your WP Admin.
  2. Under Key, type: post-image.
  3. Under Value, type the url for the image, e.g., http://www.futurosity.com/images/post-image.jpg

Here’s an example:

Adding a Post Image

The Fresh post is always your latest post. The Featured post is the latest post in the Featured category. IMPORTANT! The Featured post should NOT also be the latest post, or it will appear twice! To display featured posts, you’ll have to create a featured category in your WordPress Admin and add that category’s number to home.php.

  1. Create a new “Featured”" category in WordPress and note the category number.
  2. Open home.php in the futurosity_vero theme folder. Find this code: <?php $feature_post = get_posts( 'category=73&numberposts=1' ); ?>.
  3. Replace the above code with this: <?php $feature_post = get_posts( 'category=[category number of your Featured category]&numberposts=1' ); ?>

Note: I don’t recommend assigning more than one category to a post, with the exception of Featured posts. Use tags instead. You may want to remove the Featured category from a post when you post a new featured post.

Recent Comments

You can edit the formatting for the recent comments plugin under the WP Admin Options tab. This is the code I recommend:

<li>%gravatar %comment_author on <a href="%comment_link" title="%post_title">%post_title</a>: %comment_excerpt </li>

Known Issues

I’ve noticed a couple of intractable layout bugs in IE 6. I’m releasing the theme anyway because, with the imminent release of IE 8, version 6 is all but dead. If you have a lot of users who are still stuck with IE 6, this may not be the theme for you. If you can help fix these, please leave a comment.

  1. On the home page, the sidebar (far right column), drops down below the recent comments.
  2. On the single post page, the post drops down below the sidebar.

Special Thanks

I want to give special thanks to Thin & Light, who wrote a custom function for me to display excerpts on the next and previous posts. I also want to thank milo for some troubleshooting help.

License

Futurosity Vero is Copyright © 2008 by Robert Ellis. It is released under the GNU General Public License, as published by the Free Software Foundation, meaning you can do pretty much whatever you want with it, but you should kindly keep the link back to Futurosity (http://www.futurosity.com), either in the sidebar or the footer. If you do, you will be lucky in love. If you don’t, well, “For he who shuts out love, in turn must be Shut out from love; and on her threshold lie, Howling in utter darkness.”

History

0.1 Released 7 Mar 08.
0.2 Released 23 Mar 08. Added the avatar tag for WordPress 2.5.
0.3 Released 01 Apr 08. Fixed a bug in the calendar on the home page.
0.4 Released 04 Apr 08. Removed extraneous numbers that were appearing in previous and next post excerpts on single posts.

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!

63 Comments

  1. Will Wilkins 07 Mar 08 at 9:46 pm | Permalink

    Great minimal theme Robert! Weren’t we just talking about this…

  2. Eli 08 Mar 08 at 8:16 am | Permalink

    I’m currently running it at http://elifoner.com - thank you Robert for another quality theme to dissect and learn from!

  3. Robert Ellis 08 Mar 08 at 8:34 am | Permalink

    @Will: Aren’t we always talking about minimal themes?!

    @Eli: You’re welcome. Why do all my themes look better on your blog, even when you only make a few minor changes, like the way you style your links? I’m going to have to go through your list of tweaks.

  4. Will Wilkins 08 Mar 08 at 9:18 am | Permalink

    Yes indeed. This one is added to my collection as one of my favorites!

  5. Eli 08 Mar 08 at 9:23 am | Permalink

    @Robert: Not better, but different. Since your comment I’ve gone through the links once again - all have similar hover states, but the background and borders differ. The home page images then needed the background and bottom border cleared on hover. The same thought was used with the top nav menu, which makes it easier for the reader to get a feel for where on the site they are. Same could be done for categories..

    @Will: I dig your theme!

  6. Will Wilkins 08 Mar 08 at 12:37 pm | Permalink

    Thanks Eli!

  7. buendia 09 Mar 08 at 7:17 pm | Permalink

    realmente un buen trabajo, digno de cualquier web de Apple

  8. Runar
    Runar
    26 Mar 08 at 4:58 pm | Permalink

    Exellent theme, but I think I’ve found a bug. I dont know if its my fault, but the problem occured before I started editing the template. On the single post I get numbers after the next/previous post titles. Hopefully you know what’s causing this and can help me out. I have tested the site in firefox, safari and opera. The bug is the same. Im on mac os x 10.4.11. Cheers!

  9. Robert Ellis 26 Mar 08 at 5:09 pm | Permalink

    Runar, I think I’ve got the same problem here that I had with Aperio. Open functions.php, look near the bottom for this:

    echo count($words);

    and delete it.

    I’ll post an update soon. Thanks for spotting this.

  10. Runar
    Runar
    28 Mar 08 at 9:31 am | Permalink

    Thanks for the help! Works great.

  11. Jae 04 Apr 08 at 2:11 pm | Permalink

    Running the code at http://jaegillentine.com/blog/?p=6

    Under “Next” and “Previous” - why does it show the numbers after my post title and before the post body?

  12. Robert Ellis 04 Apr 08 at 2:46 pm | Permalink

    Jae, see this comment above. I meant to fix this in the last update, but I forgot. I’ll fix it next time. Sorry…

  13. Robert Ellis 04 Apr 08 at 2:51 pm | Permalink

    Jae, I just uploaded a new version that fixes the weird number problem.

  14. Jae 04 Apr 08 at 4:33 pm | Permalink

    Thank you, that fixed it. You do fantastic work! Thanks so much.

  15. riant 10 Apr 08 at 12:40 am | Permalink

    Thanks for your great work

  16. SayOhMyGod
    SayOhMyGod
    19 Apr 08 at 3:56 pm | Permalink

    Hi !

    Love this theme, man ! well done !

    I’ ll be back ! ; )

  17. pickles
    pickles
    27 Apr 08 at 10:51 am | Permalink

    It’s very nice.

    I noticed a couple of issues in the current version:
    1 - post-image doesn’t work
    2 - ‘fresh’ shows a post that is older than ‘recent’

  18. pickles
    pickles
    27 Apr 08 at 11:10 am | Permalink

    oops. never mind the part about post-image. i didn’t install the c2c plugin.

    still having problem with ‘fresh’ vs ‘recent’ though. fresh is older than recent for some reason.

  19. Robert Ellis 27 Apr 08 at 11:14 am | Permalink

    pickles, please post a url where I can see your blog, otherwise it’s difficult to know what’s going on.

  20. VKNT 27 Apr 08 at 12:28 pm | Permalink

    The article-page is not validating because you forgot “cols” en “rows” attributes in the “textarea” in comments.php

    http://www.futurosity.com/wpthemes/?p=22
    check that link in the W3 validator

    Thanks for your themes, they’re a great resource to learn!

  21. Robert Ellis 28 Apr 08 at 9:38 am | Permalink

    Thanks, VKNT. There are a few things that don’t validate in my themes. :)

  22. Steven Vu 30 Apr 08 at 6:13 am | Permalink

    Your theme is great. Problem is it doesn’t work in IE6.

    Yes I know everyone hates IE and it’s the bane of our web developers existence, but what can you do?

    I’m offering a bounty of $40 and am sure a few other people will chip in. Throw money at a problem and it’ll go away.

    Hopeful,
    Steven Vu

  23. Robert Ellis 30 Apr 08 at 7:52 am | Permalink

    Thanks for your comment, Steven. Love your site, great header!

    I’m pretty sure the IE6 problem is a bug in the Blueprint CSS framework. I didn’t worry about it too much because IE6 is rapidly fading from the web. Only a very small percentage of my visitors use it. But I understand it’s a problem if your site attracts a lot of IE6 visitors.

    Since the Vero layout is really not very complicated, it shouldn’t be difficult to redo it without Blueprint. It’s just a matter of time. If I can find the time, I’ll post a fix for IE6. But I’ve been busy with a number of things and have been trying to work on a new theme. Be patient. :)

  24. Robert Ellis 30 Apr 08 at 9:44 am | Permalink

    Steven, I’ve spent the past hour or so trying to fix the IE6 bug and it’s maddening. I’m going to pass on this. Supporting IE6 doesn’t feel worth it to me. I’d rather work on a new theme. Sorry. But if someone else wants to fix it, I’d be happy to release the update and give the person credit.

  25. caroline 03 May 08 at 1:42 pm | Permalink

    i am thrilled to find your theme robert. my friend and business partner, isaac, turned me on to you. your structure is going to house an encyclopedia of insight about the future i have been collecting and digesting since i was a little girl. my lifework essentially. the ability to house it all in one place, here, with you in futurosity, is my greatest accomplishment thus far. i am deeply appreciative of your generosity and will do your structure proud, as they say. _future resident caroline

  26. Robert Ellis 03 May 08 at 1:57 pm | Permalink

    future resident. I love it!

  27. caroline 03 May 08 at 3:48 pm | Permalink

    excellent robert! i can’t wait for you to see what i put in it. i am so grateful for you. _caroline

  28. Steven Vu 13 May 08 at 6:18 am | Permalink

    I think i’ve fixed it.

    It’s actually quite a simple error. In single.php:

    instead of

    and this:

    instead of:

    Can, someone confirm that it works. I’m only using browsershots.

    I’m pretty sure it will work. It’s the odd way blueprintcss does things.

    Anyway, on a side note; have you developed drupal themes? I need some work done and was wondering how much you’d charge. Email me if you’re interested.

  29. paolo
    paolo
    13 May 08 at 7:34 am | Permalink

    hi Robert!
    I love your themes and respect your works!
    I’m not expert of wordpress and have a problem with your theme…I can’t upload image in the hompage with custom fields…Should I put some code somewhere? Can you give more information about??
    Thanks a lot
    P

  30. Robert Ellis 13 May 08 at 7:44 am | Permalink

    paolo, I’m not exactly sure what you’re asking. Once you’ve uploaded the image, either in the WordPress Admin or with an FTP program, you add the Custom Field key and image URL to the post. See the detailed instructions in the post above under “Fresh and Featured Posts.”

  31. Steven Vu 14 May 08 at 8:30 am | Permalink

    single.php

    find the code below.

    
    <div id="content" class="column span-9 last" >
    

    change it to:

    
    <div id="content" class="column span-11 last" >
    

    and

    
    <div id="header" class="comV7ӒVB2#Р

    to

    
    <div id="header" class="comV7ӒVB#Р

    I think that should do it. The bug’s caused by the append-3. Can someone confirm.

  32. Steven Vu 14 May 08 at 8:32 am | Permalink

    Christ. Third time lucky.

    column span-9 append-3

    needs to be changed to

    column span-9 append-1

  33. Robert Ellis 14 May 08 at 12:16 pm | Permalink

    Thanks, Steven. When I can find some time, I’ll check it out.

  34. wahaza extra 28 May 08 at 10:12 pm | Permalink

    The best minimalist design ever;

    Only had a problem to update the width since I like to increase the size of the photo; but manage to update manually the sandbox; the rest is easy.

    A big thumb up.

  35. reb 02 Jun 08 at 7:41 am | Permalink

    love this theme! thanks for sharing it! :)

  36. Vero 03 Jun 08 at 12:57 am | Permalink

    Curious as to how you picked the name for your template.

    Beautiful choice ;)

  37. Robert Ellis 03 Jun 08 at 4:05 am | Permalink

    My theme names are picked more or less at random from Lorem Ipsum.

  38. Andika 06 Jun 08 at 11:15 pm | Permalink

    I don’t know if this happened because of the theme, but my statistic plugin has stopped working (it shows 0 hit) since I’m using this theme. I still can’t figure out what is happening. Does anyone having the same problem?

  39. Robert Ellis 07 Jun 08 at 6:49 am | Permalink

    Andika, I don’t know what plugin you’re using, but there may be a tag that you have to manually add the the footer.php file of your Vero theme.

  40. chris
    chris
    17 Jun 08 at 7:00 am | Permalink

    hi robert, this theme is stunning and thats why i will use it soon. developing works good with bpcss and my blog is ready to launch. there´s just one little problem - pickles had the same some entries before:

    1 - ‘fresh’ shows a post that is older than ‘recent’

    this is my problem at present - i´m sure, that i changed nothing in php:

    Fresh

    ID; ?>

    <a href=”" title=”">
    <?php echo c2c_get_custom(’post-image’,'<img src=”‘,’” alt=”" class=”post-image” />’,”); ?>

    <div id=”post-” class=”">

    <a href=”" title=”" rel=”bookmark”>

    <span class=”published” title=”">

    my system is running local, otherwise i would send you the link…perhaps you fin d the mistake in one minute…

    thanks in advance
    chris

  41. Robert Ellis 17 Jun 08 at 7:14 am | Permalink

    chris, if this is supposed to be home.php then you have changed something in the php or the file is corrupted. Also, if the code is as you’ve pasted it, you’ve got curly quotes which could cause problems. If you’re using the code out-of-the-box, you shouldn’t have any problem with the Fresh posts, which is always the post with the latest post date.

    What’s bpcss?

  42. chris
    chris
    17 Jun 08 at 7:28 am | Permalink

    thanks for your quick note, robert. bpcss = blueprint css…

    i didn´t changed your php-code. i only put in the flickr-stream module on top of fresh post.

    i changed the php tag for showing - check it out:

    [
    My Flickr-Stream
    [

    Fresh
    [
    [
    [
    [ID; ?>
    [
    <a href="" title="[">
    [<?php] echo c2c_get_custom(’post-image’,'<img src=”‘,’” alt=”[” class=”post-image” />’,”); ?>

    [
    <div id=”post-[” class=”[”>
    [
    <a href=”[” title=”[” rel=”bookmark”>[

    [ <span class=”published” title=”[”>[
    ♦ [


    [
    [

  43. chris
    chris
    17 Jun 08 at 7:29 am | Permalink

    can i send the code per mail?

  44. Robert Ellis 17 Jun 08 at 7:31 am | Permalink

    bpcss, duh!

    I’ll email you.

  45. Sean Dettman 18 Jun 08 at 10:27 pm | Permalink

    Hi, I am very much into your theme and am having a good time tweaking what little I’m capable of. One thing that I noticed with your installation of this theme is what appears to be a page excerpt or page description under your page titles. For example, from your links page: “Roll ’em. These are some of my favorite Links. The best of the best are marked with a ♥.” I can’t, for the life of me figure out how you’re accomplishing this. I suspect it is through a custom field. Any light you could help to shed on the matter would be great. Thanks!

  46. Sean Dettman 19 Jun 08 at 7:46 am | Permalink

    Disregard the previous comment. I figured it out by creating a new page template (a slightly modified “page.php”). Thanks for the great theme!

  47. Robert Ellis 19 Jun 08 at 7:49 am | Permalink

    Sean, that’s exactly how to do it.

    BTW, your site looks interesting.

  48. Sean Dettman 19 Jun 08 at 8:02 am | Permalink

    Well, it’s existed for less than a day and up to this point and I’ve had zero experience trying to implement WP as a CMS. It’s a little challenging, but I’ve been able to work out what I’ve needed to so far by thinking through it. It’s a slow process, so we’ll see how long it takes to get everything functioning correctly.

  49. Raymonn 24 Jun 08 at 12:18 pm | Permalink

    I have a quick question. Is there anyone using this theme and a resizing script? I’d like to use it for my website for a couple of reasons.

    1) Is if I decide to change themes or redesign this one…I’d like to not have to redo all my images.
    2) I like that the home page has the same identical images, but on the internal page it has the same dimensions. I’d like to have the internal page to have the regular ratio after the image has been resized to 350px.

    I don’t want the CSS to do it because it doesn’t crop it. I’d like it to remain the same 350×270.

    But once in a post, I’d like that image to be 350xwhat the length is in its own ratio.

    I tried using the Tim Thumb script, but this theme seems to dislike it in someway. Or maybe I’m not as good at editing PHP like I thought.

    Anyhoo check out the script here. darrenhoyt.com/2008/04/02/timthumb-php-script-released/

    If anyone figures it out, let me know. Or just point me in the right direction. I’d really appreciate it.

    Thanks Robert for a great theme.
    I’m concerned cause I know that I will be using this theme for a long time to come. I don’t want it to be a stinker when I revamp or expand.

    Thanks

  50. Raymonn 24 Jun 08 at 10:29 pm | Permalink

    I got it figured out. If anyone wants to know what I did, just ping me. Thanks

  51. Matt 26 Jun 08 at 12:55 am | Permalink

    http://flashbang.ca/blog/?p=4

    Hi Robert! I’ve gotten your Modicus theme going on my blog and I’ve run into an issue: can you tell me why my post text is pink?

    Other than that, it’s simply wonderful. I can’t say enough about it.

    Thanks for any hints!

    Matt.

  52. Matt 26 Jun 08 at 1:04 am | Permalink

    Solved!

    All I had to do was put some text in the first line, which would become pink and bolded; and then hit return a few times until it went to normal text.

  53. snowalker 27 Jun 08 at 11:14 pm | Permalink

    Help!
    I’m experimenting two problems with Losemymind with sidebar 1.0 theme:
    1.data entry for posts are wrong, appear 2007 instead 2008
    2.tags under the post are not displayed, there is only a gray bar without any tags…

    Can anyone help me?
    I don’t know php…
    Thanks, Vic

  54. granolajoe 03 Jul 08 at 9:26 pm | Permalink

    Hi Robert,

    First I want to say that I absolutely love Futurosity Vero. It’s a theme that my fiancee and I feel is fun and we can expand upon.

    That being said, I’ve been changing colors and font styles, and there is one class I simply can’t change: the “author vcard” that is in the entry-meta div on single.php.

    You can see on this page: http://granola-joe.com/2008/05/15/green-social-media-on-the-rise/ that the text for the post info is grey. I haven’t been able to change that by referencing it in style.css and assigning a color.

    Does this have something to do with the fact that it’s a microformat? And what can I do to style its text?

    Thanks,

    - Joe

  55. Robert Ellis 04 Jul 08 at 6:40 am | Permalink

    granolajoe, the “author” tag is styled as a link, but that’s not actually what you want to change. You just want to style the “entry-meta” div. Try adding something like this to your style.css file:

    .entry-meta{color: red [or whatever color you want];}

    That should work.

  56. granolajoe 04 Jul 08 at 7:03 am | Permalink

    Hey Robert, thanks so much for your response. That worked, and I should have tried that first!

    Just one more question:

    How can I style the bullets that are on the timestamp for posts? Example:

    July 1, 2008 ♦ Comment

  57. Robert Ellis 04 Jul 08 at 7:59 am | Permalink

    The bullets are hard coded in the theme files. Just search in the files for &diams; and change it to whatever you want (for example, &bull; for a standard bullet).

  58. Pixelplaza 08 Jul 08 at 11:31 pm | Permalink

    Love the theme FuturosityVero and want to use it. I keep getting numbers after the headings of the posts when in PREVIOUS and NEXT. Also trying to remove the ABOUT block but can’t find any reference in sidebar.php

  59. Robert Ellis 09 Jul 08 at 3:48 pm | Permalink

    The “About” text is actually in home.php. I’m not seeing any numbers.

  60. Hoss 15 Jul 08 at 10:50 am | Permalink

    Hi

    Hoping you can help. I followed your directions re: Fresh and Featured posts but I still end up with a Fresh post older than the most recent and the Featured post is the same as the Fresh.

    Thanks

  61. Robert Ellis 15 Jul 08 at 11:00 am | Permalink

    Hoss, as far as I know, there’s no problem with this. Read the directions and try again. :)

  62. chrishartmann 15 Jul 08 at 11:30 pm | Permalink

    Hoss, first of all read the instructions:
    “IMPORTANT! The Featured post should NOT also be the latest post, or it will appear twice!”

    Write a new post and you´ll see.

    “Fresh post older than the most recent”
    There is an easy solution. Just change the script in home.php. Take the same script as for featured post and change the id. before you have to set up a category for your newest entries like “Fresh” and check out the id number in wp-admin. every new post gets the standard id “Fresh” and from now on you will have the recent news on top.

    code should look like this
    fresh_post = get_posts( ‘category=YOUrIDFORFRESHCATEGORY&numberposts=1′ )

    i used this dirty way on my blog:
    http://www.chrishartmann.com/blog/

    which wp-version is used in your case? wp 2.5.1 or 2.6?

  63. Modern Lifestyle 23 Jul 08 at 3:25 pm | Permalink

    I like the design, maybe there is too much space between the content on the front page. Looks very modern…

11 Trackbacks

  1. [...] Futurosity Vero: Yet another clean, minimal WordPress Theme by Robert Ellis of Futurosity. That makes THREE kick ass [...]

  2. [...] Demo | 下载 [...]

  3. [...] site, I see that London Calling has been featured as the demo for Robert Ellis’ excellent Fururocity Vero wordpress themethat I installed only last week.  Since upgrading the site to wordpress and installing [...]

  4. [...] Demo | Informasjon/Last ned [...]

  5. [...] Release Page May 23, 2008 | Filed Under 3 Clmns  [...]

  6. [...] I’d already found Futurosity Vero which I’ve used and adapted on my own blog, and it’s quickly be come by ’starter [...]

  7. 31 May 08 at 6:29 pm

    [...] and Chris have chosen a plain white background, the Futurosity-vero WordPress template, and Baskerville as the font. Baskerville, apart from being a very clean and [...]

  8. [...] Futurosity Vero (0.1) [...]

  9. [...] 下载:WP-Candy [...]

  10. [...] Futurosity Vero (0.1) [...]

  11. [...] Futurosity Vero Demo | Wordpress Theme 详情 [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*