Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.6 KB

checklist.md

File metadata and controls

52 lines (36 loc) · 2.6 KB

Theme Development Checklist

During Your Theme Development

Required:

Optional:

  • Use WP-CLI to create post any needed custom post type - see wp scaffold post-type
  • Use WP-CLI to create post any needed custom taxonomy - category or tag
  • Set $content_width - see the Codex Page

After you theme development is complete

  • Theme description - Describe your theme for WordPress.org users
  • Check the License in style.css - Is the GPL what you want?
  • Create Favicons for Apple and Windows devices
  • Create screenshot.png (1200w x 900h)
  • Create a theme CHANGELOG.md from docs/CHANGELOG.md
  • Create a theme README.md from docs/README.md

Releasing On WordPress.org Theme Repository

  • Theme tags - Update your theme tags for the WordPress.org repository
  • Create Theme Assets for the WordPress.org
  • Create a customizer class to manage theme options - see sample in library/classes
  • analyze your theme using VIP theme scanner If you're publishing it WordPress VIP theme
  • Analyze your site with http://cssstats.com