Any idea what is the best or common WP naked them for 2014 ?

opensource

New Member
Any idea?
I still use the starker theme today but i want to know some views from
designers if is there are any better naked themes now a days than
the starker theme.
Do you use naked theme, anyone wants to share?
 

ronaldroe

Super Moderator
Staff member
Here, in this post I will paste my favorite starter theme:
Code:
<!DOCTYPE html>
<html>
<head>
  <title></title>
</head>
<body>
</body>
</html>
There you go. That's how I start every WP project. It's a great base to work from. It's responsive, search engine optimized, compatible with older browsers and loads really fast.
 
Last edited:

opensource

New Member
Here, in this post I will paste my favorite starter theme:
Code:
<!DOCTYPE html>
<html>
<head>
  <title></title>
</head>
<body>
</body>
</html>
There you go. That's how I start every WP project. It's a great base to work from. It's responsive, search engine optimized, compatible with older browsers and loads really fast.

so you are putting together with your header and <body>?
 

ronaldroe

Super Moderator
Staff member
I was being sarcastic, and pointing out that the best starter theme is none at all. I use separate header, footer, sidebar, etc., files, as well as a functions file. I just start them from scratch with the HTML you see there.
 
Last edited:
Top