Can anyone guess what theme (template) this site uses?

http://net.tutsplus.com/

link|improve this question
feedback

closed as off topic by Joel Coehoorn, ChrisF, Nifle, Sathya, John T Oct 19 '10 at 22:30

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

2 Answers

up vote 3 down vote accepted

It's called Tuts, and it appears to be their own custom theme.

Look at the source code :-P

Code: link href="http://net.tutsplus.com/wp-content/themes/tuts/style.css" rel="stylesheet" type="text/css" media="screen"

link|improve this answer
It's certainly possible, but since they've made it their own, they've changed the name to "Tuts". Perhaps an email to their webmaster may yield better results. :) – Mistiry Oct 19 '10 at 22:05
feedback

This website is a part of the Envato network of web sites.

Taken from the Source Code (check the href) it's custom:

<!-- Styles -->
<link href="http://net.tutsplus.com/wp-content/themes/tuts/style.css" rel="stylesheet"    type="text/css" media="screen" />
<link href="http://net.tutsplus.com/wp-content/themes/tuts/images/theme/nettuts/theme.css" rel="stylesheet" type="text/css" media="screen" />
<link href="http://net.tutsplus.com/wp-content/themes/tuts/css/print.css" rel="stylesheet" type="text/css" media="print" />
<link rel="shortcut icon" href="http://net.tutsplus.com/wp-content/themes/tuts/images/theme/nettuts/favicon.ico"/>
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.