What Theme Is This?

kebertt

Junior Member
Joined
Aug 17, 2011
Messages
134
Reaction score
38
A client has requested to have a theme similar to the website layout below. Anyone know of any Wordpress themes similar?

www.vistage.com
 
it's asp , so it's definitely not wordpress
 
Anyone know any theme similar to it? It doesn't have to be identical...
 
the site is done in ASP. based on my research it looks like its a custom site. you can get some indians to replicate the site no problem.

Vistage is a big deal. They are not cheap to be involved with, something along the lines of $500/month.... great results from what i hear though.
 
the site is done in ASP. based on my research it looks like its a custom site. you can get some indians to replicate the site no problem.

Vistage is a big deal. They are not cheap to be involved with, something along the lines of $500/month.... great results from what i hear though.

That's good to know - This is a company my client previously worked at prior to opening his own practice. He told me he liked their website and would like something similar. Any suggestions would be appreciated!
 
could be easily done (read about 10hours of coding) by customizing the default wordpress 2010 template and adding in a jquery slideshow with a little customization
 
Esh, it's amazing what clients as for sometimes. Aren't we ever going to kick the web2.0 look?

As already said, it could be done super easy in Wordpress but I don't know any themes that look specifically like that out of the box.
 
It's customization theme .

You can find out which wordpress theme someone is using
Just view the source code of the blog and find the line given below.

<link rel="stylesheet" href=" BlogName.com/wp-content/themes/xxxx/style.css" type="text/css" media="screen" />

The theme name is sandwiched between themes and style.css. Clearly in this case xxxx is theme name.
 
Back
Top