WordPress Theme: IAMWW W2 Updated to Version 0.92 - Bug Fixes

The IAWW w2 WordPress theme has been updated to version 0.92.  This package only includes and updated the functions.php file.  I needed to remove some line breaks and spaces that were causing issues with WordPress.

If you are currently using versions 0.90 or 0.91 on your blog, please download and overwrite the old functions.php file with the new one in the downloaded package.

Thanks Eric for the troubleshooting and finding the resolution to the issues!
You can checkout the latest release here.

4 Comments

  1. Finally I’ve been able to mod some parts of your theme, have used it on my blog. Not as good as the original, but that’s ok I guess.

    By the way, I could not get the footer to come in the center, Would appreciate your help.

  2. Hello manu and welcome back. Your site is looking pretty good with the w2 theme.

    I found the issue with your footer in your w2.css file. You need to change the margin of the #footer tag in the w2.css file.

    The tag currently has margin: auto 0. Change that to margin: 0 auto; that should resolve the issue.

    Let me know if it doesn’t or if you have any other questions.

  3. Aah.. so simple. Works perfectly, thanks.

    BTW can you tell me in “margin: auto 0″ where does the value auto come from?

  4. I am fairly new to CSS. I am not sure why it was working on my site with margin: auto 0 and not yours. However, margin: 0 auto is the correct way to do it.