AERODROME: 3 columns, Ads, Aeros optics & more!

The Aeros Theme has become very popular. One reason for that may be its versatility. Many webmasters use their own background image - finding a 100% individual design is easy without even having to change any Theme styles.

[ad#adkleinright]Some of you asked me for a Theme like Aeros, but expanded and with 3 columns. Adding ads to this theme should also be possible. The basic concept with the rounded corners, transparent background and the modifiable background image should remain the same.

And so I'd like to present "Aerodrome" to you: A 3 column, ad and widget ready WordPress Theme. Monetizing your content is easy now: Simply copy&paste your ad code at the marked positions in the files "sidebarleft.php" and "header.php" and you're done. If you would like to use widgets in the left sidebar, just erase the ad section and put in your widgets. If you would like to add your ads in the content like shown here, I recommend using the great plugin "Adsense Manager" by Martin Fitzpatrick.

I'd like to thank all of you for your feedback and support concerning the popular Aeros Theme. Most of your wishes made it into Aeros V 1.0.3 and some minor bugs have been reported&erased. This is where the Aerodrome Theme starts.

Current Version: 1.0.3

DEMO
DOWNLOAD AERODROME

Related posts

98 Comments

  1. I just put this theme on.It's really sharp and nice.I will wait for your next updates.

    Comment | September 27, 2008
  2. leewf

    WOW, That's GREAT!!
    Thank you for making this nice theme =)

    Comment | September 27, 2008
  3. One of the best themes I've ever seen. Great Work !

    please visit my site to see how i've integrated it
    http://www.pingpongpaddlepro.com

    Thanks!

    Comment | September 29, 2008
  4. Awesome Theme, Thanks Joe :D

    Comment | September 30, 2008
  5. Ben

    Yes, I agree 100% a great theme where you can place adsense in three places. I find it extremely helpful and flexible as you can place any image you like in the background.
    My site is about religious debate, just click on my name link to the left and go there.

    Thanks Joe!

    Comment | October 3, 2008
  6. Jon

    This theme really rocks! Amazing job!!!

    Jon
    http://blog.legendarylife.com

    Comment | October 5, 2008
  7. Nice theme!
    I think there is a mistake,the comments area,where I am, id is postcomment,but when there is no comment,the default link in index is #respond,so ...
    Was I clear?

    Comment | October 6, 2008
  8. man. i really love this theme. seriously

    Comment | October 6, 2008
  9. jens

    hi!
    nice theme! the aerodrome theme works perfect with firefox, but why is my sidebar on the right down at the footer if im looking at it in internet explorer ? :(
    how can i fix it?

    Comment | October 7, 2008
  10. Joe

    @Jens: define "overflow:hidden" for containers next to the sidebar - maybe you've put something in that is too large for one container. Can't check your site as you did not leave your URL and use a trashmail account ;)

    Comment | October 7, 2008
  11. Very nice :) Great work!

    Comment | October 8, 2008
  12. Hi Joe, thanks for this beautiful theme.
    Is there a way to bring the content to the center with the two bars on the left and right sides? I tried to modify the float attributes in CSS but can't find a solution.

    Thank a lot!

    Giuliano

    Comment | October 9, 2008
  13. I did it! ;)

    Comment | October 15, 2008
  14. Any idea to get the side bars to 100% height?

    Thanks

    Comment | October 16, 2008
  15. Wib

    To Giuliano: May I ask how you managed to centre the content window between the sidebars?

    To the theme designer: Excellent theme, wish I could do the same myself.

    Comment | October 17, 2008
  16. Hi Joe, thanks for the great blogging program. Ive got it on my site now and its great, i love it. Im really excited and cant wait till i get some comments. Btw, does anyone know where i can get info to write image code for my header ads?

    Comment | October 19, 2008
  17. Hey, got the image sorted. I checked out the source code from this blog and basically figured it out from there. Wow im learning so much.

    Comment | October 19, 2008
  18. To Wib:
    I had to change the includes of the left column on the php files (moved the from footer.php after the get_header(); on the various content pages (page.php, single.php...)

    Then I modified some of the CSS as follows:
    #content {
    width: 775px;
    float:left;
    overflow:hidden;
    margin-left:0px;
    }

    .navlink {
    /*margin:0px 48px 20px 40px;*/
    margin:0px 0px 15px 197px;
    color:#808080;
    text-align:center;
    font-size:10px;
    /*padding:10px 18px;*/
    }

    .navlink a {
    padding:10px;
    font-size:10px;
    background:#fff;
    opacity: 0.92;filter:alpha(opacity=92);zoom:1;

    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;

    -khtml-border-radius-topleft:10px;
    -khtml-border-radius-topright:10px;
    -khtml-border-radius-bottomleft:10px;
    -khtml-border-radius-bottomright:10px;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    }

    #sidebarleft {
    width:180px;
    min-height:900px;
    /*height:100%;*/
    float:left;
    color:#fff;
    padding-bottom:50px;
    padding-top:20px;
    padding-left:0px;
    padding-right:0px;
    margin-top:0px;
    margin-left:0px;
    margin-right:15px;
    margin-bottom:15px;
    background:#000;
    overflow:hidden;
    opacity: 0.9;filter:alpha(opacity=90);zoom:1;

    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;

    -khtml-border-radius-topleft:10px;
    -khtml-border-radius-topright:10px;
    -khtml-border-radius-bottomleft:10px;
    -khtml-border-radius-bottomright:10px;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;

    }

    #sidebar {
    width:180px;
    min-height:900px;
    float:right;
    color:#000;
    padding-bottom:50px;
    padding-top:10px;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:15px;
    background:#ffffff;
    overflow:hidden;

    opacity: 0.9;filter:alpha(opacity=90);zoom:1;

    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;

    -khtml-border-radius-topleft:10px;
    -khtml-border-radius-topright:10px;
    -khtml-border-radius-bottomleft:10px;
    -khtml-border-radius-bottomright:10px;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    }

    Hope this helps.

    Comment | October 20, 2008
  19. The system removed the tags in the beginning of previous post, I try again:

    I had to change the includes of the left column on the php files (moved

    include(TEMPLATEPATH . '/sidebarleft.php

    from footer.php after the get_header(); on the various content pages (page.php, single.php…)

    Comment | October 20, 2008
  20. Wib

    Thank you very much :)

    Comment | October 20, 2008
  21. Hi, Nice Themes!

    I'm working on a new Theme for my blog and decided to try yours. The detail is that the theme doensn't look "rounded" (corners) when you use iExplorer.

    Is there any "hack" you already have to fix this? May I modify your theme to make it IE friendly? (regarding the corners) I don't mind loosing the "alpha" fx, just want it to look the same in IE as it does in Mozilla.

    For the rest, good luck with these themes: they are all awesomes.

    Regards/AR

    Comment | October 21, 2008
  22. Joe

    @Alberto: nope - IE simply is not able to display rounded corners, you could do this with images, but that's gonna be hard work + headaches

    Comment | October 21, 2008
  23. Hey Joe any help to bring the side bars to 100% height? That would help with a problem in Firefox V2 with my centered content hack.

    Thanks!

    Comment | October 21, 2008
  24. Well, I'm trying to get this thing somehow "iExplorer" friendly. Let me tell you: it's getting way complicated.

    Anyway, take a look to the theme:

    http://www.enterateprimero.com/themetesting/

    You'll see that I've hacked pretty good your css and completely modified your header.

    Regards/AR

    Comment | October 22, 2008
  25. Wib

    There is a small error in the sidebar.php near the top concerning the location of lens.png. At the moment the path points to a location in the aeros folder rather than aerodrome.

    Comment | October 22, 2008
  26. Joe

    @Wib: thanks, it's ok in the download now

    Comment | October 23, 2008
  27. lee

    Hi can you tell me how I might get the menu along the top to be aligned to the right and not the left?

    Thanks

    Comment | October 24, 2008
  28. Joe,

    Awesome theme. I was able to change it up a little bit the way I wanted it, but I'm still having a small problem with two little things.

    The first is the comment on a password-protected post. It says 'enter your...' and then it gets cut off.

    The second is the 'feeds' button at the top-right. When I mouseover, it's cutting it in half. Not sure why that's happening.

    In case my site isn't on my name, it's http://www.tonedeafchallenge.com.

    Thanks and awesome theme!
    TT

    Comment | October 25, 2008
  29. Joe

    @Tim: 1) hmm - I think changing this text is not possible in WordPress:
    http://codex.wordpress.org/Template_Tags/comments_popup_link

    2) Feeds button: you'll have to edit

    #headerright a {
    background:#000 url('images/rss2.jpg') no-repeat -1px -64px;

    #headerright a:hover {
    background:url('images/rss2.jpg') no-repeat -1px;
    }
    in style.css

    Don't know why this happens at your blog

    Comment | October 25, 2008
  30. Hi,

    I've been having issues with one plugin: paginated comments. Don't know why, but it just stop working with your theme. Any hints?

    Regards/AR
    PS: If I fix it, i'll post it here.

    Comment | October 27, 2008
  31. ck

    I hope this isn't a dumb question...
    The sidebars and content areas have different levels of opacity and that's cool because it allows you to peak at the image below. However, a banner ad ought not be transparent. Advertisers kind of don't like that. Similarly, images you put in your post should also not be transparent. Is it possible to control this? I know this and similar lines controls the opacity:

    opacity: 0.92;filter:alpha(opacity=92);zoom:1;

    Can this be modified to make photos and banner ads not opaque at all?

    Great theme by the way.

    Comment | October 27, 2008
  32. Joe

    Hi ck, no, unfortunately there is no workaround for that - you'll have to remove all opacity for the container in question

    Comment | October 27, 2008
  33. ck

    Wow Joe. That was fast.

    Yeah I figured as much. I tried pretty much everything. Still a pretty darn good theme though! I am in the process of hacking the heck out of aerodrome, while still maintaining your basic aesthetic.

    Stay tuned!

    Comment | October 28, 2008
  34. I LOVE IT !!!!

    Thank you.

    Comment | October 31, 2008
  35. Hi Joe,

    Great theme!! I've implemented it on 3 sites now ...

    I've made some mods though, and so I thought i'd let you know, perhaps something for future releases ...

    Both for SEO purposes ... integrated breadcrumbs in the header and also made post/page titles on single post/page pages at H1 to give them priority, so that blog title is only H2 on those pages. ...

    helps with SEO I'm told. :)

    You can check out one of them at http://n96blogs.com

    Thanks again Joe!

    Comment | November 1, 2008
  36. That's fantastic! But I'really have some problems for introduce a inner column with text beside an image.
    Right now I'have created another class style for the :

    .innercolumnright{
    width:213px;
    margin: 3px 4px 4px 4px;
    padding: 3px 8px 8px 8px;
    font:14px Arial, verdana, sans-serif;
    line-height: 16px;
    color:#333333;
    text-align: left;
    height: 218px;
    }

    Comment | November 3, 2008
  37. Robert

    Awesome theme. Second to NONE.
    My problem I saw earlier that you have to remove the opacity on ads. Can you afford the time to tell an idiot how to do that?

    Comment | November 7, 2008
  38. Joe

    Hi Robert, just remove the line "opacity" for "storywrap" in style.css

    Comment | November 7, 2008
  39. Pedro Magalhães

    Hi!

    10 Stars theme!

    Any sugestion for remove the opacity on the container and column in Internet Explorer?

    Cheers

    Comment | November 7, 2008
  40. quarks

    loved the theme joe. please keep making these kind of themes. :)

    i just would like to ask something about the pages tab that appear on top of the header.

    What i wanted to do with it is to align it on the left. I managed to do it editing style.css

    #headmenu a:hover {text-decoration:none; color:#fff; background:#000;}
    #headmenu ul {margin-top:0;}
    #headmenu ul li {float:left;
    list-style-type:none;

    but the home pages is still stuck on the rightmost of the tabs no matter how much i fiddled the settings in pages order # on wordpress. and one thing i also noticed is that the leftmost tab doesn't go to the top left corner of the header.

    wish you could shed some light. :) thanks very much for making a great theme...

    Comment | November 12, 2008
  41. Jon

    This theme is amazing, we use it on our blog (http://blog.woodmarvels.com) and it has really helped get things better organized. Great job guys!

    Jon
    http://WoodMarvels.com - Create Unique Memories

    Comment | November 12, 2008
  42. Hi! Great Theme but i've an issue!
    When i use IE7, over the 170 comments the post won't appear, this issue won't compare when i use Firefox or Safari.
    Can you help me with this problem?
    You can see this issue in this post:
    Website/guide/guide-installare-yellow-dog-linux-6-su-sony-ps3
    Thank's a lot, i'll wait for your answer

    Comment | November 14, 2008
  43. Pedro

    Hi! I really like your wordpress theme! But... in my opinion there is something wrong with the header design. Maybe a different one, more balanced on the sides, should be 100% perfect. Just my tip... Cheers

    Comment | November 16, 2008
  44. Hi! For my issue there is a problem with compilation IE7 when comments are more than 170... Any IDEA to solve this problem please?

    Thank's...

    Comment | November 17, 2008
  45. Love this theme, would you allow me to port this to the Serendipity Blog Engine (www.s9y.org) that I use on my personal web site ?

    Comment | December 6, 2008
  46. Joe

    @ Steve: of course

    Comment | December 6, 2008
  47. Sjoerd

    Vewwy nice theme, Joe! Hope you update this one for WP2.7 soon too!

    There are some slight issues with it though on MobileSafari (iPhone, iPod Touch): (at some resolutions) there is a tiny space between the header block and the attached tabs.
    I just checked your website on my iphone, and it has the same issue; also, it doesn't peoperly show the background image - it is placed much lower on the page. I can email you some screenshots to illustrate it, if you want?

    Comment | December 7, 2008
  48. This is the best theme I have found for Wordpress. It was exactly what I was looking for my site http://www.southernhiker.com . Thank you for a great theme.

    Comment | December 7, 2008
  49. Great theme!!
    I love it!

    Comment | December 11, 2008
  50. Aerodrome 1.0 port available for s9y...

    I found this wonderful 'Aerodrome' theme by Joe Fischler @ TheBuckmaker.com originally written for Word Press.

    I asked the author if I could port this to s9y and he kindly agreed.

    It has been a useful learning experience for me, and I have had ...

    Trackback | December 11, 2008
  51. @Jo thanks for allowing me to port this to Serendipity.

    Details can be found on my blog - http://steveforster.is-a-geek.com/serendipity/index.php?/archives/50-Aerodrome-1.0-port-available-for-s9y.html

    The s9y community love it - thanks again :-)

    Comment | December 11, 2008
  52. This is a nice theme! I like it!

    Comment | December 11, 2008
  53. cosmin

    thanks for the theme. it can be seen at avoid-fraud.com

    Comment | December 11, 2008
  54. Joe

    Update for 2.7 will be available in the next days - I'll make Aeros issue-free first, thanks for all your feedback

    Comment | December 12, 2008
  55. makasih ya..

    salam kenal

    Comment | December 22, 2008
  56. sidebar//?! ทำไมมันถึงได้ตกลงไปข้างล่างล่ะ?? > Internet Explorer < T_T
    sidebar on the right down // :(

    http://www.thebggaro.co.cc/blog/

    Comment | December 23, 2008
  57. Bonjour, merci pour ce magnifique thème ! J'ai un petit problème : je n'ai qu'une seule sidebar à droite, rien n'apparait dans la seconde (la noire n'apparait pas). J'utilise wordpress 2.7. Pouvez vous m'aider ? Merci beaucoup !

    Comment | December 26, 2008
  58. good job.i love it

    Comment | December 30, 2008
  59. Such a wonderful theme but I didn't like this themes color.

    Comment | January 1, 2009
  60. Thank you thank you so much for this wonderful theme. I am still trying to figure out how to add my own background images and change the links for the custom link tabs at the top of the page. Off to go and check the FAQ section to see if I can find the answers.

    Comment | January 9, 2009
  61. Vielen Dank für diese schöne Thema
    http://www.bulindir.net

    Comment | January 12, 2009
  62. Aerodrome v1.0 Port...

    This is a quick entry about the WP port of Aerdrome that I did late last year.

    When my old blog crashed, this was one of the entries that got lost when I recovered my machine.

    The port can be downloaded here --> aerodrome.zip

    The theme has con...

    Trackback | January 28, 2009
  63. An IE7 bug… (that is not an issue with FF / Safari / Chrome - why am I not surprised it is just an IE7 problem??)

    When adding Adsense to a widget, the ‘Ads from Google’ text/link disappears. (I’m sure this is contrary to the TOS so I have added the title Ads from Google in the Title of the Test Widget.)

    I hope it is straightforward to fix.

    A great theme - Thanks!

    (Please delete previous post)

    Comment | January 29, 2009
  64. Hiya,

    great theme.

    Poss a daft question. If I amend the right hand column and add any widget the default widgets disapear. I understand this is how it's supposed to work. The problem is, I can't seem to be able to manually add the "Meta" widget to either column. This means that the right hand column has to be default, or missing the login links etc.

    Can anybody help?

    Thanks

    Comment | February 3, 2009
  65. Oh, one other question.

    Can anybody tell me why the gravatars look pixelated?

    http://www.frugaller.co.uk/blog/?p=85#comments

    Cheers.

    Comment | February 3, 2009
  66. Any suggestions on the meta widget? Driving me insane. Thanks

    Comment | February 10, 2009
  67. James

    Hey there,

    I like the theme...I was wondering if you have an option to put the narrow columns on the left and right?

    Comment | February 10, 2009
  68. Hallo und vielen Dank für dieses Klasse Thema.

    Allerdings habe ich eine Frage:

    Ich habe einen kleinen Bug, der warscheinlich nur mein Blog betrifft: http://ulyf.bplaced.net/

    Die rechte Sidebar ist unterden Beiträgen. Wüssten sie wie ich dieses Problem beheben kann?

    Vielen Dank im Vorraus,

    Lenny

    Comment | February 14, 2009
  69. Hallo!

    Der bug ist jetzt weg, aber nun kann ich sehr viel platz zwischen dem Artikel und der rechten Sidebar auffinden.

    Könnten sie mir sagen wie ich diesen zwischenraum verringern kann ?

    Lg,

    Lenny

    http://ulyf.bplaced.net/

    Comment | February 14, 2009
  70. [...] theme usado es Aerodrome y lo pueden tomar de aquí. Si bien por allí alguna cosa que faltara ajustar, por favor me dejan un [...]

    Pingback | February 16, 2009
  71. I like your templates, I was making some little changes.

    Only a question:
    I don't know why images are blurred in my blog.

    Thanks!

    Comment | February 17, 2009
  72. admin

    That's been discussed many times: As "opacity" makes everything transparent, also the images get a bit "shiny". That's why I've set up Aeros 2.0 where I don't use the opacity code anymore. I plan to do that also on Aerodrome.

    Comment | February 18, 2009
  73. I take this occasion to make you my compliments for this fantastic theme. I would ask: how do I get a good display in IE7? as for your blog that absolutely does not change among all the browsers I tested.

    Comment | February 22, 2009
  74. Joe

    By upgrading as soon as Aerodrome 2.0 is live - but that could take some more time ...

    Comment | February 22, 2009
  75. ah ok, I saw her and I asked.
    is already so you can use this wonderful theme.
    Thank you! goodbye! ;)

    Comment | February 22, 2009
  76. [...] das ihm bestimmt sehr viel Traffic einbringt. Auf Drängen vieler Benutzer hat er sogar ein zweites Theme kreiert, welches die selben Features hat, aber drei Spalten und Platz für einen Werbebanner [...]

    Pingback | February 26, 2009
  77. [...] wordpress theme called Aerodrome to blogger. The original author of the theme was Joe Fischler of TheBuckmaker. Aerodrome is a 3 column template that comes with modifiable and transparent background image, so [...]

    Pingback | March 17, 2009
  78. [...] Aerodrome Demo Download Aerodrome Free Wordpress Theme [...]

    Pingback | April 11, 2009
  79. [...] 8. Aerodrome Demo | Download & Info [...]

    Pingback | April 21, 2009
  80. [...] descarga esta disponible desde la  Web del Autor Rate this Post: Publicado en Actualidad, Wordpress, wordpress-templates | Etiquetas: 3 [...]

    Pingback | April 27, 2009
  81. [...] wordpress theme called Aerodrome to blogger. The original author of the theme was Joe Fischler of TheBuckmaker. Aerodrome is a 3 column template that comes with modifiable and transparent background image, so [...]

    Pingback | May 19, 2009
  82. wow...
    this themes was so great. that will be a new generation of wordpress themes.

    i had use this themes, with one reason. because free.
    ha...ha...ha..
    would you like to give us some new free wordpress themes like aerotronic pro magazine???
    maybe that your themes is getting hot news in wordpress forum.

    Comment | June 5, 2009
  83. This is the best blog design ever! But, I'm having a bit of trouble. The sidebar appears below my blog posts... I'm a beginner at coding, so I don't know WHAT'S going on...! Please help!

    Thanks!!

    Comment | June 5, 2009
  84. Hi, Just would like to know if this current version is "friendly" to Wordpress latest version 2.8. Cause i thought of upgrading the Wordpress and the theme might cause problem. Feed back welcome. TQ

    Comment | June 15, 2009
  85. I Will convert this to Joomla for sure...

    Comment | June 18, 2009
  86. Cute Theme, Great Work thanks

    Comment | June 18, 2009
  87. Joe

    Yes of course - no problems. Don't forget to backup database + files as some plugins might not work with 2.8.

    Comment | June 19, 2009
  88. [...] [配布元] 背景が透けて見える。[サンプル] [...]

    Pingback | July 16, 2009
  89. Good theme. Thanks.

    Comment | August 23, 2009
  90. Very nice theme! It is good for a Windows Blog! Thanks for your time for these free themes!

    Comment | August 26, 2009
  91. [...] TheBuckmaker.com (AERODROME WP Theme: 3 columns, ads, Aeros, rounded corners, transparent) [...]

    Pingback | August 28, 2009
  92. [...] Details | Demo | Download Aerodrome (10) [...]

    Pingback | September 1, 2009
  93. [...] Details | Demo | Download Aerodrome (10) [...]

    Pingback | September 1, 2009
  94. I used this at my website at http://www.breednet.net. GReat theme, thanks!!

    Comment | November 17, 2009
  95. Interesting theme...I like it. Make my site out of ordinary sight.

    Comment | March 11, 2010
  96. very nice theme, i hope my blogspot can use this theme :D .

    thanks

    Comment | May 3, 2010
  97. Excellent, this theme really rocks! I'm using this theme at my blog http://onbuddy.com/

    Thanks and best regards,
    onbuddy

    Comment | June 2, 2010
  98. [...] Wordpress Theme Demo | Download [...]

    Pingback | July 23, 2010



TheBuckmaker.com is proudly powered by WordPress, the best CMS ever. Support Wikipedia and dmoz.org.
Some of my other projects: conserio.at | Artikles.at | Gesundheitspapst.at | HostingSelector.com | Wasserbelebung | Xoppla.net | Cheers to a good friend: InterTech
Legal Notice