-
Free “Vista” WordPress Theme
Posted on August 2nd, 2008 64 comments
Latest VISTA version 1.2.5 released (27/11/2008).
- Included wp_footer() in footer.php, stats plugin and many others should work fine now (bug discovered by Antonio, thanks).
VISTA version 1.2.4 released (20/11/2008).
- Styled blockquote, code tags in comments.
- Changed the styling of code tag in posts.
VISTA version 1.2.3 released (06/11/2008).
- Children categories are now more distinctive.
- Upgraded the header (if you prefer the old one, I kept it for you as a “header-old.jpg” in img directory).
VISTA version 1.2.2 released (27/08/2008).
- Fixed widget search CSS. Now you can safely put search form into sidebar. (thanks wgnoyes for spotting this)
VISTA version 1.2.1 released (17/08/2008).
- Fixed bug. Widget option page showed only one sidebar in 3 columns mode while it had two.
VISTA version 1.2 released (14/08/2008).
- Added options page, now you have ability to change column number. Available options 2 or 3 columns.
VISTA version 1.1 released (11/08/2008).
- Re-designed comments template.
- Fixed margins & paddings of image captions.
- Days in calendar now have blue background.
- Made a text area smaller (it overlapped with columns on the right on some browsers).
Initial VISTA version 1.0.0 released (02/08/2008).
We are proud to announce our free WordPress theme called “Vista”. Theme was inspired by Windows Vista interface. A lot of care and attention is put into building this theme. The CSS, XHTML and design is released under GPL.
Features:
- Valid XHTML & CSS.
- Widget ready.
- Gravatars support.
- Looks good on any browser including IE6+, FF2+, Safari, Opera.
- SEO optimized.
- Three columns.
64 Responses to “Free “Vista” WordPress Theme”
-
[...] Vista [...]
-
[...] Vista [...]
-
[...] Vista [...]
-
[...] Original [...]
-
Good theme,but the background color is so dark~
-
Cool theme!
-
I love the theme, but when I tried to use it all of my posts were pushed to the bottom of the page, and jumbled together. Any thoughts?
-
Theme vista wordpress en français…
Un thème wordpress avec des couleurs connu pour les windosiens, c’est à dire aux couleurs du logiciels du système d’exploitation de Microsoft ‘Vista’. Un thème optimisé au norme XHTML & CSS, avec 3 colonnes, avec Grav……
-
Hi, great theme. But I think it would be better if the BLog title, and Categories listing at the header have a better font..
-
its great theme, I Love it, but I have got an eror if I use IE,
look at
http://wp-themes.com/vista/in Ordered List the number always display 1.
help me for this
thq
-
[...] Vista [...]
-
[...] Vista [...]
-
Is there a way to change the theme to two columns instead of three? I would love it if I only had one sidebar. This is a cool theme and it is fast.
-
Vista…
This theme was inspired by Windows Vista interface and comes with three columns, widget and gravatar ready. Vista is SEO optimized theme….
-
I’m not a Windows user and I’ve only seen screenshots of the Vista OS, but aside from the gradient image in the header and perhaps the top navigation strip (where you’ve got ‘Home’ & ‘About’) it doesn’t seem very Vista-like to me.
The navigation columns on the right where you’ve got Categories, Archives etc. look unfinished and don’t really fit in with the rest of the design. Is this because you have to be careful when using a design inspired by an OS where there’s copyright involved etc?
-
Thank you guys for your feedback. I see many good points.
KimCool, I promise to make a nice background when I came back from my vacation on Tuesday
Rafazka, I’ll see what I can do later, thanks.
David, I’ll add an option page with later releases, so you could choose column number.
Andy, I didn’t want to make a clone of Vista OS, I did my own interpretation, hope you like it.
-
[...] Vista Wordpress Theme was created on August 2nd, by A-Z Money Web Design, and it is available for free. To download, [...]
-
Hm.. nice theme

-
David Perry, as requested the latest Vista theme version (1.2) supports option page where you can choose column number. I’m planning to integrate more options in the future.
Danny, could you please provide your website URL, so I can see what I can do.
If you have more requests, please shoot here

-
Hi
It is a gr8 template.Thanks for your contribution.
Thanks
Ramesh
-
I’m using it and I like it a lot. I would like to know how to make a links php which actually shows the sidebar and header. So far I’ve had no luck making one. Or even a seperate archives page as well.
-
Where is the options page lets you choose the # of columns?
-
Z Miller, you need to download the latest version of the theme in order to have options page. Your version is 1.0.1 while the latest is 1.2.1 at the moment.
By the way, it’s not nice removing link to our website from the footer.
-
Z Miller August 19th, 2008 at 6:06 am
Revising my footer links…sorry about that! Thanks for the help!
-
thanks for making this theme and i’m using it of my blog. but i am having trouble on the rss feed. when you click it, I have a parse error. are there any way how to fix it? thnx. my blog site is in http://closingablaze.com
-
willbill, thanks for using my theme. I visited your website and it seems it’s not theme’s issue, I bet even if you use default theme, it would throw the same parse error. Try upgrading to the latest WordPress version, hope it solves your problem. I’d also suggest to use the latest theme’s version (1.2.1) as it adds many fixes.
-
wgnoyes August 20th, 2008 at 9:18 pm
I like it! I notice if I add the search widget to a sidebar, the background blue box only comes partially down into the textbox instead of extending past the lower border of the find cmdbutton. Screenshot available here: http://kidchess.com/wordpressvista.jpg. Thanks!
-
I LOVE this template. Currently using v1.1, as of this week. Going to upgrade tomorrow to the latest release.
One thing that I see missing, is the authors name on posts. How come? Can I do a quick edit somewhere to add the authors name? I don’t mind editing the PHP if that’s the only way. Just looking for pointers on it.
Only one other thing I’d love to see, is to make the width dynamic. It’s a fixed width in v1.1, and using widescreen monitors, so much real estate is wasted. Any thoughts on that?
Other than those two small nits, this is a wonderful theme. Great job! Thank you.
-
wgnoyes, I fixed it for you. You can grab the fixes with newly released VISTA version (1.2.2), thanks for spotting this.
Shawn, I also included php code which displays the authors name. You just need to download the latest VISTA version (1.2.2), open index.php, single.php files, go to 56 line and remove comment tags which is wrapped around the_author().
It’s quite easy to make this theme’s width dynamic. The only reason I left it with fixed width as it’s quite hard to read the text when it’s expanded on the fullscreen. I might add an option which would allow to change template’s width from fixed to dynamic and via verse in the future.
-
Hi,
There is a BIG bug in your theme. In files index.php, single.php and page.php you are outputing DOCTYPE and HTML HEAD before you call get_header() method. All this should go in header.php because get_header() loads that file. There should be no HTML output before the get_header() call. Some plugins rely on this and will not work with your theme.
Regards,
Milan -
Thanks for you feedback, Milan. Yes, I’m aware that get_header includes header template.
Could you please let me know which plugin won’t work? I can’t think of any plugin which would require to modify DOCTYPE declaration.
-
I am having problems with the comment boxes ie name, mail and website boxes not aligning so that visitors put their info into the wrong boxes and get a error. I have looked at the code and cant see a problem but Im a newbie and not a programmer. I have checked it on IE and Firefox and get the same thing. Also on different version of IE I get all posts pushed down the page like Danny said above.
I love this them though and thank you for making it.
Can you help me?
-
Paulineh, currently you are using the first release of the theme, please upgrade to the latest version (1.2.2), it should solve your issue. If not, please let me know and I’ll take a look again, thanks.
-
Dear Admin
I have searched the internet to find out how to upgrade themes and I cant find anything. Its probably easy so nothing has been posted about it but Im still at a loss.I have made some changes to your theme but I have done a backup so I can see where changes were eg navigation files. Im a newbie and new to WP so Im still at a early learning stage.
Can you help?
-
Paulineh, upgrading a theme, it’s just like installing a fresh copy.
Please download the latest version from my website and then just replace your older version. Unfortunately, all the changes you made to the theme would be lost.
-
Admin I just uploaded the new version but it tells me on my admin page that I have broken themes.
quote: The following themes are installed but incomplete. Themes must have a style sheet and a template - stylesheet missingWhat do I do now. Upload it again?
-
thanks for your work, one issue I have, only one, the tiny orange calendar does not work, shows dec 31 when it is sept 1 ??gotta a fix?
-
SORRY, TO ADD…IT REMAINS DEC 31, STATIC
-
wendy, it sounds like your server’s issue, could you please provide the link to your website?
-
I just updated to 1.2.2. Thanks for adding the Author field in. It’s working great. Many thanks on this wonderful template.
-
EXCELENT THEME!
Perfect for my website.
Is this theme will have updates? THANKS!!
-
Sure, why not? If you have any suggestions for further improvements, let me know.
-
Excelent!!
I have two suggestions, the first is that the category could have category distinction between father and son category. The second suggestion is that on top of the two bars there could be a sidebar to cover the size of the two.
Thanks and Regards!
-
This might sound stupid but…
About the tabbed links at the top of the your fantastic wordpress theme, how do you change the order they appear in ?
Best Regards,
Gary -
It’s WordPress job to change tabs order not theme’s, but I’d reveal the secret, go to “Manage” => “Pages” => select a page and put some value into “page order” input.
-
i am using this theme and its awsome….. only one thing i need is to be able to set the order ot column…. how to i put one side bar on each side and have the main page in the middle….
and yeah i havenot removed your name from the footer….lol -
Thanks for using my theme Raj.
You have either to customize CSS by yourself or wait for my update which would add such option.
Currently I’m working on my new theme, so it means “Vista” updates would be delayed a bit.
-
I like the look and feel of this theme. It’s easy to use and to manage.
However, how do I get the author of the post to appear? -
I tried to get ride of the tags (RE for the author’s name to appear but could not get it to work). Could you provide the correct coding? thx
-
JT Thompson October 4th, 2008 at 1:34 pm
Great theme. For those that keep suggesting things for their own blog. you can simply edit the source of this.
-
Fine theme but…
When trying to use the tag in posts the multi-page selection (Page 1 2) doesn’t appear.
Any ideas please ?
Thanks,
Gary -
That’s the “” tag.
-
I tried to insert the nextpage tag in the previous posts but the code was stripped, sorry for the confusion.
-
Found the solution here…
http://www.revolutiontheme.com/support/viewtopic.php?f=8&t=1147
-
Changelog 1.2.4:
- Footer changedGreetz Flo
-
GREAT theme with sleek and sharp look…i even modified the header to suit my needs….
however whenever i try to edit the theme in theme editor it strips the changes and do not save my code? i need to plug in some code in order to use some plugins e.g. category-icon
any solution?
-
raj, don’t use theme editor, open files directly with external editor and do your modifications.
-
Changlog 1.2.5
What mean “many others” ?
-
Hi just downloaded your theme. Are there any instructions - help files for installing
Kevin -
how to increase the width of theme, your using
.padds
{
padding:20px 0;
width:952px;
margin:0 auto;
}I want to increase 952px to make it wide screen , i try that , you can check my website, but side bar goes below main post content, what i am missing ??
-
Love the theme, I’m having trouble setting the menu to let my home page of my business be the “Home” page and have the comments for the blog on the “Blog” page. I can set the order, and set the links to the pages, but I do not see anyway to change the “Home” page. I know this is probably a very basic isse as I am new to WordPress. Thanks for any help you may give. By the way the site is incomplete as I did not want to develop all the pages if I can’t change the “Home” page.
Thanks,
Alan -
I’m using your theme and I like it!
One thing I want to change is a space between lines. I looked at style.css but couldn’t figure out how to do it.
-
what code do i use to add a menu button in addition to Home and About?
-
to add a link to the menu not a page i mean
Leave a Reply
AZ Money Web Design
Professional Wordpress Themes



Recent Comments