• The sooner the better: You should follow me on twitter here.

112 Comments

  1. Mike Rivera dabrighterside.com
    Posted May 30, 2009 at 7:34 am | Permalink

    Thanks!

  2. Paddy intic.de
    Posted June 1, 2009 at 6:42 pm | Permalink

    Thanks for the tip. Works smoothly

  3. Posted June 5, 2009 at 11:48 pm | Permalink

    This is great! Thank you.

  4. Bruce Lewin 3ruce.com
    Posted June 7, 2009 at 12:22 pm | Permalink

    Britain’s Got Talent ;-)

    Works a dream!

    Thanks!

  5. melissa vidastyle.com.au
    Posted June 8, 2009 at 12:55 pm | Permalink

    Thankyou for this, i copied the code accross and have the box displayed but dont seem to be able to get the image to view what have I done wrong?

    • Cristi cozmoslabs.com
      Posted June 8, 2009 at 5:44 pm | Permalink

      In the back end, under the Child Theme Options panel, do you see the image you uploaded? If not, chances are you don’t have writing permissions for your uploads folder. To fix this try and go into your FTP client and give the uploads folder 777 permissions.

      If you don’t have a FTP client you can always use Filezilla. Here’s a quick tutorial for it: Filezilla 777 Tutorial. Let me know if this worked for you!

      • melissa vidastyle.com.au
        Posted June 19, 2009 at 5:39 am | Permalink

        Hi that didnt work, got a friend to have a look and there is something wrong with image uploading. He got it to work for other themes but i still can’t get it to work for thematic i have changed to a different theme for now.

      • Posted February 11, 2010 at 8:21 pm | Permalink

        Isn’t changing permissions to 777 a security risk? See this article: http://codex.wordpress.org/Changing_File_Permissions

        • Cristian cozmoslabs.com
          Posted February 11, 2010 at 11:01 pm | Permalink

          Yes, 777 permissions are a security risk.

          Some servers won’t let you upload images if you don’t have 777 permissions. This means you won’t be able to use the media gallery from Wordpress without these permissions on the /uploads folder.

          Only and only on the uploads directory should receive 777 permissions.

          To put it into perspective, if you can use the media gallery you will be able to use this script!

        • Posted February 12, 2010 at 4:44 am | Permalink

          Thanks for the response, Christian. My server seems to allow more restrictive permissions, and it’s all working, so I’m leaving it at that. I did have to modify the php with the @fopen and @fclose. Hope this is ok.

          Thanks for a great tool!

    • Cristi cozmoslabs.com
      Posted June 20, 2009 at 8:18 am | Permalink

      Can you send me your login? I can’t really tell what’s wrong without looking at the code and site. You can use the contact form to send it.

  6. Mike Rivera dabrighterside.com
    Posted June 10, 2009 at 3:03 pm | Permalink

    Is threaded comments available in commune? What are the upcoming features? Good job on the theme!

    • Cristi cozmoslabs.com
      Posted June 10, 2009 at 3:13 pm | Permalink

      Yes, threaded comments are available. You just have to activate them in the Wordpress back end, in the settings tab under conversations.

  7. Posted June 12, 2009 at 8:40 am | Permalink

    Great for newbies to Wordpress, like me…got this error after paste and trying to update:
    Parse error: syntax error, unexpected T_DNUMBER in /home1/menopau6/public_html/wp-content/themes/sugar_cane/functions.php on line 10

    • Cristi cozmoslabs.com
      Posted June 13, 2009 at 2:55 pm | Permalink

      Normally this code should have worked out of the box.

      From what I can see you’re using the Sugar Cane Child Theme. It already has php code inside it’s functions.php file so try and check that all the

  8. Alexis Grant alexisgrant.com
    Posted June 18, 2009 at 3:31 am | Permalink

    Ah! I tried to do this and it didn’t work… Now can’t even get to the page to fix it!

    Keeps saying: Parse error: syntax error, unexpected $end in /home/alexisgrant/alexisgrant.com/travelblog/wp-content/themes/thematic/functions.php on line 42

    Help!

    • Posted June 18, 2009 at 4:01 am | Permalink

      Maybe something broken under the new WP 2.8 update? I modified functions.php, successfully loaded a header image, then got the following on logging out (and now I get this on login, and can’t get to the Admin/Dashboard page:

      Warning: Cannot modify header information – headers already sent by (output started at /homepages/3/d94931308/htdocs/populardelusions/wp-content/themes/thematic/functions.php:91) in /homepages/3/d94931308/htdocs/populardelusions/wp-login.php on line 287

      Warning: Cannot modify header information – headers already sent by (output started at /homepages/3/d94931308/htdocs/populardelusions/wp-content/themes/thematic/functions.php:91) in /homepages/3/d94931308/htdocs/populardelusions/wp-login.php on line 299

      Warning: Cannot modify header information – headers already sent by (output started at /homepages/3/d94931308/htdocs/populardelusions/wp-content/themes/thematic/functions.php:91) in /homepages/3/d94931308/htdocs/populardelusions/wp-includes/pluggable.php on line 671

      Warning: Cannot modify header information – headers already sent by (output started at /homepages/3/d94931308/htdocs/populardelusions/wp-content/themes/thematic/functions.php:91) in /homepages/3/d94931308/htdocs/populardelusions/wp-includes/pluggable.php on line 672

      Warning: Cannot modify header information – headers already sent by (output started at /homepages/3/d94931308/htdocs/populardelusions/wp-content/themes/thematic/functions.php:91) in /homepages/3/d94931308/htdocs/populardelusions/wp-includes/pluggable.php on line 673

      Warning: Cannot modify header information – headers already sent by (output started at /homepages/3/d94931308/htdocs/populardelusions/wp-content/themes/thematic/functions.php:91) in /homepages/3/d94931308/htdocs/populardelusions/wp-includes/pluggable.php on line 865

      • Cristi cozmoslabs.com
        Posted June 18, 2009 at 7:14 am | Permalink

        Check out to see if at the end of the functions.php file after the last php closing tag “?>” there aren’t any spaces or characters. That’s probably the reason the header information error is appearing.

        • Posted June 19, 2009 at 6:57 pm | Permalink

          Doh! You’re right!

        • Russ russrave.com
          Posted July 14, 2009 at 10:22 am | Permalink

          Hey,.. I’d been trying to figure this out for an hour,.. a simple vacant line (line18) in functions.php was all I needed to delete…works perfect now (setting up RSS feed). Thanks Cristi

    • Cristi cozmoslabs.com
      Posted June 18, 2009 at 7:19 am | Permalink

      @Alexis Grant – Check out this article about the php error you’re having: http://www.mydigitallife.info/2006/04/23/php-parse-error-syntax-error-unexpected-end/ Might give you a clue why the error is appearing.

  9. wu tsang dev.chopshopla.org
    Posted July 1, 2009 at 8:05 pm | Permalink

    hi, i’m having the same problem as “melissa” (june 19th) – and working in thematic. i can’t seem to get an image to upload. nothing displays for “Current image:” and nothing shows up on the blog. i have tried redoing everything from scratch several times, and also made sure the uploads folder was given 777 permissions. can you explain to me how you resolved this problem?
    thanks!
    wu

    • Cristi cozmoslabs.com
      Posted July 1, 2009 at 8:40 pm | Permalink

      Unfortunately we didn’t resolve the issue. I don’t know what the problem could be and I would need access to your wordpress account and to the ftp to debug this. If you can send this info over my contact form I can have a look tomorrow !

  10. Posted July 2, 2009 at 8:37 am | Permalink

    Yeah, I am having a problem with the actual display of the header as well. I may be missing something simple here, but it seems that the “adding the logo image to header” section is not executing, though I am not getting any errors. I can upload fine (directory is 777), the image is actually displayed in the Child Options section, but no go on the site itself. Actually, there is one weird thing, for some reason on the child theme options page, my logo is displayed at the top (where you actually upload the logo), but the basic default (Kubric) header is displayed underneath that under “Customize Header”..I am guessing that is not supposed to be like that?

    • Posted July 2, 2009 at 8:40 am | Permalink

      Nevermind, I am an idiot..well actually my excuse is that it is late (early?) here..I did not actually finish creating a full child theme..I will work on this some more tomorrow.

  11. Rod Fage osgconsulting.net
    Posted July 3, 2009 at 1:27 pm | Permalink

    Thanks! I had to make a small change to get it to work on Vista with PHP 5.

    The fread did not work so I replaced it with file_get_contents. The code is below for those interested. I commented out unused code.

    Thanks for the code!

    if($file_type==”image/gif” || $file_type==”image/jpeg” || $file_type==”image/pjpeg” || $file_type==”image/png”){
    /*$length=filesize($temp_file);*/
    $fd = fopen($temp_file,’rb’);
    $file_content=file_get_contents($temp_file);
    /*$file_content=fread($fd, $length);*/
    fclose($fd);

    • Cristi cozmoslabs.com
      Posted July 3, 2009 at 1:45 pm | Permalink

      Cool! Thanks for the contribution!

      • Bitfool bitfool.com
        Posted September 30, 2009 at 4:11 pm | Permalink

        Indeed file_get_contents() saves a lot of lines. You don’t need the other two lines either… drop the two lines for fopen() and fclose() as well. file_get_contents() does it all, and more efficiently (no need to go get the filesize first, for example).

  12. Posted July 22, 2009 at 8:55 am | Permalink

    thanks for the code. it works great. but i’m wondering if there is a way to make the logo centered once i upload the image.

    • Cristi cozmoslabs.com
      Posted July 22, 2009 at 9:04 am | Permalink

      You need to style the div with the id ‘logo-image’ like this

      #logo-image{
      text-align:center;
      }

      This code you have to add into your child theme’s style.css

      Also to make it fit perfectly you can play with css padding like so
      #logo-image{
      padding:10px 20px 0px 50px;
      }

      Hope this helps!

  13. Posted July 25, 2009 at 10:28 pm | Permalink

    Greetings Cristi: The code worked perfectly… until I logged out. I got the white screen of death when I logged back in. I deleted the header code from functions.php and was able to get back to my dashboard.

    I’ve made sure there are no characters after the php closing tag. I’m using WP 2.8.2. Is there a way to fix this?

  14. Leslie Nicole insidersfrench.com
    Posted July 29, 2009 at 10:29 am | Permalink

    OK, I got this to work today. Last night at midnight, I kept trying this and was ready to pull my hair out. Then this morning, I suddenly thought – “hey, he doesn’t say where to add the code.” I had been trying to stick it where I thought it should go (with absolutely no knowledge of why it might go there!) This morning, I just put it at the beginning and it works! You Rock!

    The only thing is that it will only accept my .gif file that has a white background. It won’t accept the transparant .gif and it won’t accept a .gif with a colored background to match the background of my header. What .gives with this? Why will it only accept the gif with the white background?

    Thanks!

    • Cristi cozmoslabs.com
      Posted July 29, 2009 at 10:44 am | Permalink

      I’ve tested it with a transparent gif and a transparent png and it works just fine! Can you please check to see if you saved the gif correctly?

      • Leslie Nicole insidersfrench.com
        Posted July 29, 2009 at 11:01 am | Permalink

        You’re right. No idea why it’s working now. I tried it several times before and I’m doing nothing differently. I always save for web & devices via either photoshop or Illustrator. Been doing this a very long time.

        Thanks so much for your help! Can’t tell you how much I appreciate it. Please let me know if I can do something for you guys.

        • Cristi cozmoslabs.com
          Posted July 29, 2009 at 11:12 am | Permalink

          I’m glad you sorted that out!

          As for what you can do for us? Just spreading the word about our themes or send a friend or colleague that needs custom web-design to us that would be great! Just don’t send them in the next two weeks as we’re off in vacation! :)

  15. Posted July 30, 2009 at 2:53 am | Permalink

    Thank you, this is a good tip.

    I have manually added img alt attributes and a titles to my functions.php but this can be fairly easily added as an option (or alternatively could call the blog description to use as alt?). Img alt attributes assist people who may not be able to see your images for a variety of reasons.

    • Cristi cozmoslabs.com
      Posted July 30, 2009 at 7:56 am | Permalink

      You’re absolutely right. Thank you for the idea!

  16. Ed invictatrader.com
    Posted September 25, 2009 at 5:59 pm | Permalink

    Works well. Thanks for the tip.

  17. Laena anarchyinajar.com
    Posted September 30, 2009 at 7:27 pm | Permalink

    thank you for the excellent code sharing! i successfully added my logo with the above function, but there is a huge amount of white space that appears above it on the page. how can i get rid of this?

    thanks!

  18. Marc thereddwarfinn.com
    Posted November 3, 2009 at 7:44 am | Permalink

    Hi Cristi,

    Thank you for the code – I created the child theme and then added the code to functions.php, and began getting this error immediately after saving:

    Parse error: syntax error, unexpected T_DNUMBER in /home/reddwarf/public_html/wp-content/themes/thematic/functions.php on line 3

    I can no longer access my theme editor – it just pops up with the same error. I have the most up to date version of Wordpress. Any help would be appreciated!

    • Cristi cozmoslabs.com
      Posted November 3, 2009 at 8:22 am | Permalink

      Were did you add the text? Inside thematic functions.php or inside your Child theme functions.php?

      If inside Thematic, delete and reupload Thematic. If not, connect to the FTP, download the functions.php file, empty it, and upload it back to your child theme. The problem is a syntax error (meaning you forgot a ‘;’ or didn’t put the < ? php ? > tags correctly).

      • Marc thereddwarfinn.com
        Posted November 3, 2009 at 3:47 pm | Permalink

        I added the text within my Child Theme functions.php – thank you for the speedy response! I’ll follow your suggestion and let you know how it goes.

  19. Ed invictatrader.com
    Posted November 3, 2009 at 6:39 pm | Permalink

    Thanks for the help. I added a logo to the header and used the style.css to edit the location.
    Thanks.

  20. Posted November 12, 2009 at 4:10 pm | Permalink

    Are you aware that your solution doesn’t work with Thematic 0.9.5.1? Any idea as to how I can make it work?

  21. Ed invictatrader.com
    Posted November 12, 2009 at 4:49 pm | Permalink

    I am using a custom theme and had no problems with the logo. Will try it out using Thematic 0.9.5.1 and let you know what I find.

  22. Posted November 12, 2009 at 5:44 pm | Permalink

    Sorry, I was talking about the general header image solution using the child theme described on this page. It’s not working with the latest Thematic version.

  23. Ed invictatrader.com
    Posted November 12, 2009 at 6:01 pm | Permalink

    I will try to see if I can duplicate the problem you are having. What is the site you are working on? I will try to help out when I get some free time.

  24. Posted November 21, 2009 at 6:38 am | Permalink

    Hi Cristi,

    I am keen to use a child theme options page for other things, any ideas where I could get some info. Eg I have a custom homepage with a youtube vid. I want to make it easy to change without rewriting the .php code. A simple text box where I can put the embed code would be great, any info would greatly help.

    Phil

  25. Jasso parafovea.com
    Posted November 29, 2009 at 4:30 am | Permalink

    Thanks! Works like a dream.

    Is there an easy way to just replace the blog name with the image and leave the slogan under it?

    I’m thinking that I might like to change the slogan every now and then. It would be so much easier to keep it as plain text and not add it to the header image.

    • Cristi cozmoslabs.com
      Posted November 29, 2009 at 12:04 pm | Permalink

      Sure. Just comment out the line:

      add_action(‘init’,'remove_thematic_blogdescription’);

      You will now have the blog description under the logo.

  26. Ed invictatrader.com
    Posted November 30, 2009 at 7:01 pm | Permalink

    Editing the CSS should work too if you just want to move the logo and/or description around.

  27. Diana curativeenergy.com
    Posted December 14, 2009 at 8:28 am | Permalink

    As you’ll see at my website, there is nothing but an error message. I really messed up. Can you help me figure out how to fix my problem?

    Parse error: syntax error, unexpected T_DNUMBER in D:\Hosting\3056829\html\wp-content\themes\thematicpowerblog\functions.php on line 198

    I popped the code into the Theme Function file in the Theme editor of my wordpress dashboard. It wouldn’t update and gave this error. So, I took the code back out and tried updating and everything is gone with only this error in it’s place.

    I appreciate the help!

  28. Diana curativeenergy.com
    Posted December 14, 2009 at 8:50 am | Permalink

    Alright, for some reason, the added code was still in the .php file on GoDaddy. I removed it there and have my site back.

    I’ve tried replacing the original code with this code in the wordpress dashboard, but it reverts back if I try to update. I plugged it in directly at GoDaddy where I’m hosted and it came back with the same error only on line 3. I removed the code.

    I’m using Thematic PowerBlog. Any ideas why this isn’t working?

  29. Diana curativeenergy.com
    Posted December 14, 2009 at 9:19 am | Permalink

    Got it now. Had to take out the top <?php. Geesh.

  30. Ed invictatrader.com
    Posted December 14, 2009 at 10:52 pm | Permalink

    @Diana could be a GoDaddy issue. I had a similar one too a while back.

  31. Diana curativeenergy.com
    Posted December 15, 2009 at 3:07 am | Permalink

    Thanks for getting back to me. I fiddled within the style sheet and got an image in and still have the title and description under it. It works for now.

    Off to the next problem. After all of this, now my browser and flash image uploaders both say: The uploaded file could not be moved to D:\Hosting\3056829\html/wp-content/uploads/2009/12.

    Yuk, if it’s not one thing it’s another. Maybe you have an article on that? I’ll look.

    • Cristian cozmoslabs.com
      Posted December 15, 2009 at 11:09 am | Permalink

      I don’t really have any idea why that error is there. Again I think it’s something to do with your hosting.

      You can post this error on the new forums here on cozmoslabs.

      This way if we found the source of the error more people will see the solution!

  32. Ed invictatrader.com
    Posted December 15, 2009 at 10:51 pm | Permalink

    @Diana have you tried to move the files manually? That might resolve the issue or help in getting to the bottom of it.

    • Diana curativeenergy.com
      Posted December 16, 2009 at 1:17 am | Permalink

      I believe I started another topic somewhere on here. I am able to upload images to my server, I think I can manually enter the html to put them in my pages and posts, not sure yet, but I found by searching around that there seems to be a problem. 2.8.5 Unrestricted File Upload Arbitrary PHP Code Execution has made my files accessible to whatever may have written into them.

      Thanks for your reply.

  33. Ed invictatrader.com
    Posted December 16, 2009 at 10:38 pm | Permalink

    @Diana have you tried switching to WP 2.8.6? It has some cool new features.

  34. Diana curativeenergy.com
    Posted December 17, 2009 at 1:08 am | Permalink

    yes, I’m all better now. Still needed some more help, but it’s all good. I’ll have time to check out the new features now that I’m over the image upload problem.

    Thanks

  35. Ed invictatrader.com
    Posted December 18, 2009 at 8:35 pm | Permalink

    @Diana I am glad you managed to solve the problem. Feel free to ask anything in here. The WP community is a great one to be part of.

  36. Scott Frangos webfadds.com
    Posted December 18, 2009 at 9:16 pm | Permalink

    Hi – Excellent article and header programming… thanks.

    Hey, you and Christi could probably win the Thematic Filters and Hooks contest here:
    http://themeshaper.com/forums/topic/contest-best-thematic-filters-038-hooks

    Cook up a good one, and good luck!
    - Scott

    • Cristian cozmoslabs.com
      Posted December 19, 2009 at 9:07 am | Permalink

      Cool! I’ll try and cook something up! :)

  37. Ed invictatrader.com
    Posted December 18, 2009 at 9:38 pm | Permalink

    @Scott I am sure they will win it hands down too.

    • Diana curativeenergy.com
      Posted December 18, 2009 at 11:57 pm | Permalink

      Thanks Ed, I can see that there is much to learn and this feels like a good place to be.

  38. Ed invictatrader.com
    Posted December 21, 2009 at 10:00 pm | Permalink

    This is a great site to learn @Diana. You have come to the right place for sure.

  39. Posted December 28, 2009 at 9:50 pm | Permalink

    I cant figure this out.

    I downloaded the thematic theme. I followed the instructions on this video to create a child theme: http://www.youtube.com/watch?v=ofK1O20PAJM

    I copied the code above in the functions file in the child theme.

    the child theme is not coming up on the left menu under appearance.

    Thanks in advance for your help.

  40. Ed invictatrader.com
    Posted December 28, 2009 at 11:17 pm | Permalink

    Sorry cannot be of much help as I have not tried this myself

  41. Posted December 29, 2009 at 6:21 am | Permalink

    I created the child theme folder. I opened the functions.php file and I have the following code:

    ‘Home’,
    // ’sort_column’ => ‘menu_order’,
    // ‘menu_class’ => ‘menu’,
    // ‘echo’ => true
    // );
    // return $args;
    //}
    //add_filter(‘wp_page_menu_args’,'childtheme_menu_args’);

    ?>

    where do I add the code listed above in this blog in functions.php

    i appreciate all the help/.

  42. Posted December 29, 2009 at 6:27 am | Permalink

    This is the code I have in functions.php

    ‘Home’,
    // ’sort_column’ => ‘menu_order’,
    // ‘menu_class’ => ‘menu’,
    // ‘echo’ => true
    // );
    // return $args;
    //}
    //add_filter(‘wp_page_menu_args’,'childtheme_menu_args’);
    ?>

    where does the code in above post in the blog goes?

  43. Posted December 29, 2009 at 4:25 pm | Permalink

    I resolved the issue above…:)

    I was able to succesfully add the child theme folder.

    Now, when I try to upload the Logo, I get the following error:

    Warning: fopen(/tmp/phpTsOaIP) [function.fopen]: failed to open stream: Success in /home/content/a/b/e/aberrad/html/wp-content/themes/Thematic Child Theme/functions.php on line 24

    Warning: fclose(): supplied argument is not a valid stream resource in /home/content/a/b/e/aberrad/html/wp-content/themes/Thematic Child Theme/functions.php on line 26

  44. Ed invictatrader.com
    Posted December 29, 2009 at 10:07 pm | Permalink

    @Amine what version of WP are you on? Seems like an internal conflict of some sort in there.

    • Posted December 29, 2009 at 10:33 pm | Permalink

      I’m using the latest version of wordpress.

      Thanks Ed for looking into this.

  45. Posted December 30, 2009 at 5:30 pm | Permalink

    I deleted the thematic theme and the child theme. I reinstalled everything from scratch and I’m still getting the same errors. I think the problem is either in the code above or maybe something that has to do with my godaddy hosting account.

  46. Ed invictatrader.com
    Posted December 30, 2009 at 8:30 pm | Permalink

    @Amine it could be in the code then or certain upgrades done to WP could be causing it too. I use Go Daddy too so do not see a reason there.

  47. Ed invictatrader.com
    Posted December 30, 2009 at 8:31 pm | Permalink

    @Amine also try copying and pasting from a .txt page. This way you might pick up any extra fomatting code.

  48. Posted December 30, 2009 at 11:39 pm | Permalink

    I just tried that and I still have the same error. The day this works, i’m gonna throw a party.

    • Ed invictatrader.com
      Posted December 31, 2009 at 7:44 pm | Permalink

      Has to do something with the code most probably.

    • Posted January 4, 2010 at 5:48 pm | Permalink

      TO THE ADMINS WHO WROTE THIS PAGE:

      I think its best if you delete this page since your code is not working. I have been trying this for days with no luck….:)

      • Cristian cozmoslabs.com
        Posted January 5, 2010 at 2:56 pm | Permalink

        Sorry Amine to take so long to answer you. I’ve been away on a short vacation.

        What you’re experiencing is that your server isn’t allowing for your image to be uploaded.

        Try and put @ in front of fopen and fclose like so:
        @fopen
        @fclose

        It’s a long shot but it might work.

        • Posted January 5, 2010 at 5:18 pm | Permalink

          @ed @critsian@scott

          Thanks very much for your input.

          I added @fopen and @fclose and the good news is the error does not pop up anymore. The bad news is the image is still not there…:)

          As you can see from the website using internet explorer, the image is trying to show up but there is an X.

          http://www.isearchbankhomes.com

          I’m using godaddy hosting account and I set up the uploads folder to writing permission.

  49. Scott Frangos webfadds.com
    Posted January 4, 2010 at 6:01 pm | Permalink

    Hello Armine -

    There is no need to delete this post. I have used the supplied code and tested it at a couple of installations, and it works fine. It has worked fine on both WP 2.8.6, and also now on version 2.9. If it works well on other sites, Armine, that means the problem may lie with your hosting set-up, how your L-A-M-P stack is configured, or even a tiny bit of code — just one character — accidentally deleted. Best of luck with it
    - Scott

  50. Ed invictatrader.com
    Posted January 4, 2010 at 7:14 pm | Permalink

    @Amine it could be your hosting setup or a kink somewhere in the code. Try it on a different computer and see if it works out.

One Trackback

  1. [...] Add a Header Image to Thematic the Easy Way [...]

Post a Comment

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

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting

  • Featured Theme

    Smarter Wordpress Theme

    Smarter is a Wordpress theme for small and medium sized companies. It's meant to build a presentation site in a minimum amount of time without touching a single line of code.

  • subscribe

    through RSS

    Or, subscribe via email:

    Enter your email address:

    Follow me on Twitter