Files
wordpress-theme-skeleton/Readme.mkd
T
2010-04-07 00:41:15 -04:00

45 lines
1.4 KiB
Markdown

WordPress Theme Skeleton
=========
To make a long story short, I hate repeating myself. A lot.
[Download WordPress Theme Skeleton](http://github.com/kennethreitz/wordpress-theme-skeleton/zipball/HEAD) to get started.
Features
--------
* Pre-built `functions.php`, `header.php`, `footer.php`, `page.php`, `single.php`, `index.php`, `404.php`
* Out of the box iPhone / iPad CSS support (portrait and landscape). Just edit [`iPhone.css`](http://github.com/kennethreitz/wordpress-theme-skeleton/blob/master/css/iphone.css) and [`iPad.css`](http://github.com/kennethreitz/wordpress-theme-skeleton/blob/master/css/ipad.css)
* Additional meta-tags for Mobile Safari
* Included Apple Touch Icon (46x46)
* Included custom icon for site login screen
* jQuery plugin for adding OS, Browser name, and Version to body tag.
* jQuery plugin for marking current URL in links
* CSS Reset and Standard Attributes included
* All page types are available as Page / Post Templates.
* Additional body classes added to detect current browser
* Official support for [wp-minify](http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/)
Still in the works...
---------------
* Custom Theme Settings template
* Settings for adding Prototype, MooTools, and ExtCore (defaulting to jQuery of course)
What you need to know
--------
**Structure:**
`.container`
- `#header`
* `#nav`
- `#content`
* `.meat`
- `#footer`
Happy coding!