• New theme released today: OpenAir

    This is a two-column theme, gravatar-ready, widget-ready, SEO-friendly and more importantly – FREE! It’s released under GPL license.

    It has been tested on IE7/FF/Opera, works just fine. See here for a live demo, and here for the theme page (where you can download it).

    Enjoy!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jbbrwcky

    (@jbbrwcky)

    Theme has been updated to version 1.1.7 (soon be on the WP Extend page) – fixing issues with WP 2.6.5

    Thread Starter jbbrwcky

    (@jbbrwcky)

    This theme has been updated to version 1.2.1 now – the admin panel lets you select left or right sidebar.

    This is a great theme. I love it.

    Just found a bug in the post date (in the cloud) which has said to be fixed in 1.1.6.

    In post.php, line 24, 25, the href property should have “?m=” and $mon is not defined. Here is my fix:

    <?php $mon = get_the_time('m'); $month = get_the_time('M'); $yr = get_the_time('Y'); ?>
                                              <span class="month"><a href="<?php bloginfo('url'); ?>/?m=<?php echo $yr; ?><?php echo $mon; ?>/"><?php echo $month; ?></a>&nbsp;<?php the_time('j'); ?></span><br />
                                              <span class="date"><a href="<?php bloginfo('url'); ?>/?m=<?php echo $yr; ?>/"><?php the_time('Y'); ?></a></span>
    Thread Starter jbbrwcky

    (@jbbrwcky)

    Hi,

    This theme has been updated to version 1.3.0 and has had an extra sidebar added, so now it is a two or three column theme. There are theme options in the WP backend to let you choose how many columns and where they go.

    The post date fix has been added in, and the keywords have been removed from the header file and added to the functions file to generate keywords based on the tags in the page (for SEO purposes).

    See the theme release page for the download link: OpenAir WordPress Theme

    Thanks!
    Richard

    Must thank Richard “The English Guy” for incredible responsiveness and support for his great theme OpenAir. The theme was perfect for what I wanted, just to blog a bit about the summer here in Madison, WI. One tweak, two tweaks, Richard added the option to choose whether the avatar shows up on the left or right of comments, and a prior upgrade as well. Thank you from ‘across the pond’!

    Cheers,
    Gordon in Madison
    https://www.106.GordonsPlace.us

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme Release: OpenAir’ is closed to new replies.