A blank WordPress theme for kickstarting a kickass design. It's good if You like to start your themes from scratch. It's also good if it's a long term project = you have to come back to the files over and over.
Features:
- HTML5 header.
- minimum amount of files.
- minimum amount of markup in the themes.
- Eric Meyers CSS reset.
- enables ( enques ) jQuery
- adds html5shiv for IE HTML5 support
- blank header, footer, page, post, post listing and custom template files.
- child / parent theme structure
/* Included */ /blankStarter folder - main files for parent folder. /childTheme - main files for a child theme. /martinee - example theme made with blankStarer. Check it out @ www.martin.ee
/* Installation */ Install as any other Wordpress theme:
- Place the folders ( "blankStarter", "childTheme" and "martinee" ) to wp-content/themes.
- enable childTheme theme in admin.
Rename theme name at childTheme/style.css
All new files in childTheme folder override the files in TabulaRasa folder**. As an example footer.php is added to childTheme.
Child theme / parent theme structure is used for updating purposes.
** Except for functions.php - these get merged and used from both themes.