Duplicate WordPress Theme

I want to customize WordPress, but I don’t want to ruin WordPress default theme 1.6 by Michael Heilemann. What I can is duplicating the theme folder. My new theme name will be “Imized”. I copy the whole folder default in wp-content/themes and paste to newly create folder named imized. That is not enough. I won’t see “Imized” theme in Available Theme section. What did I miss? More one step, which is editing the comment inside style.css:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. /*
  2. Theme Name: WordPress Default
  3. Theme URI: http://wordpress.org/
  4. Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
  5. Version: 1.6
  6. Author: Michael Heilemann
  7. Author URI: http://binarybonsai.com/
  8.  
  9. Kubrick v1.5
  10. http://binarybonsai.com/kubrick/
  11.  
  12. This theme was designed and built by Michael Heilemann,
  13. whose blog you will find at http://binarybonsai.com/
  14.  
  15. The CSS, XHTML and design is released under GPL:
  16. http://www.opensource.org/licenses/gpl-license.php
  17.  
  18. */

The theme won’t be display if the name is the same. After previewing my new theme “Imized” in Available Theme section, I click Activate Imized to activate my duplicate theme.

References

Gallery

blog comments powered by Disqus