Difference between revisions of "WP themes"
Jump to navigation
Jump to search
(moved WP Themes to WP Theming) |
(→Other) |
||
(48 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | # | + | {{menu}} |
+ | |||
+ | * http://wordpress.org/plugins/theme-test-drive/ | ||
+ | |||
+ | == Repositories == | ||
+ | * http://wordpress.org/extend/themes/ | ||
+ | |||
+ | * http://www.plaintxt.org/ - some older classic minimal themes | ||
+ | |||
+ | == Requirements == | ||
+ | # HTML5 ready. Many use [http://html5boilerplate.com/ HTML5 Boilerplate] (or 'h5bp') | ||
+ | # Responsive, with a mobile first approach, like 320 And Up. | ||
+ | # Preproces system, to help with layout (Sass/SCSS, not too hard to add though) | ||
+ | # Grid system, to help with layout (not too hard to add though) | ||
+ | # Accessibility (basic WCAG 2.0? can be implemented later) | ||
+ | # Theme settings for easy change of, say, header (Settings API, etc.) | ||
+ | |||
+ | * Make sure mobile devices don't get desktop size CSS or content | ||
+ | * LESS and possibly limited SCSS/Compass in PHP (all shared), full SCSS/etc. with Ruby (easier on VPS) | ||
+ | * Semantic CSS with grid and vertical rhythm systems | ||
+ | |||
+ | * http://www.reddit.com/r/Wordpress/comments/1vw37e/im_building_my_first_multipurpose_premium_theme/ | ||
+ | |||
+ | == Interesting == | ||
+ | === Bones === | ||
+ | * [http://themble.com/bones/ Bones] | ||
+ | ** https://github.com/eddiemachado/bones - recent | ||
+ | ** http://themble.com/docs/ | ||
+ | ** http://themble.com/support/bones-grid/ | ||
+ | ** http://sam.zoy.org/wtfpl/ - WTFPL, Do What The Fuck You Want To Public License | ||
+ | ** h5bp, 320andup, modernizr (custom minified), respond.js | ||
+ | ** Bones now uses LESS or Sass by default, leaves client or server side for you to setup | ||
+ | ** For hacking (not a parent theme) | ||
+ | ** 768px =< body { display: table } [https://github.com/matt-bailey/320semanticgs/blob/master/style.css#L2000] | ||
+ | ** todo; optimizing js files for mobile (check that) | ||
+ | ** nice base style | ||
+ | |||
+ | === 320semanticgs === | ||
+ | * [http://320semanticgs.mattbailey.co/ 320semanticgs] | ||
+ | ** https://github.com/matt-bailey/320semanticgs - may 2012 | ||
+ | ** h5bp, 320andup and [http://semantic.gs/ semantic.gs] | ||
+ | ** preprocessor - [https://github.com/matt-bailey/320semanticgs/blob/master/style.less LESS] (LESS.js, not as reliable as server-side), SCSS, or Stylus base files | ||
+ | ** Font Awesome symbol webfont | ||
+ | |||
+ | === _s === | ||
+ | * [https://github.com/Automattic/_s _s] (underscores) - recent | ||
+ | ** http://themeshaper.com/2012/02/13/introducing-the-underscores-theme/ - from Automattic | ||
+ | ** http://themeshaper.com/2012/02/21/getting-started-with-the-underscores-theme/ | ||
+ | ** modern stuffs | ||
+ | ** reset is based on Eric Meyer, normalize.css and Blueprint | ||
+ | ** seperate layout .css | ||
+ | ** for hacking (not a parent theme) | ||
+ | ** 10px to 1em | ||
+ | |||
+ | === Pears === | ||
+ | * http://pea.rs/ | ||
+ | ** https://github.com/simplebits/Pears | ||
+ | ** uses [https://github.com/simplebits/Pears/blob/master/css/screen.less less] | ||
+ | ** base theme with post+css patterns | ||
+ | ** Each pattern is a post in WordPress. | ||
+ | ** Add markup in a custom field named 'html'. | ||
+ | ** Add style in a custom field named 'css'. | ||
+ | ** Use the main content field for optional notes. | ||
+ | |||
+ | === Hmm === | ||
+ | * http://demos.simplethemes.com/skeleton/- "Skeleton is a simple, responsive WordPress theme based on the Skeleton Boilerplate. It has several useful shortcodes, such as tabs, toggles, cross-browser CSS3 buttons, and layout columns. It also includes a bbPress skin/stylesheet and sample child theme. " | ||
+ | ** https://github.com/simplethemes/skeleton_wp - recent | ||
+ | ** http://demos.simplethemes.com/skeleton/documentation | ||
+ | ** uses the Options Framework plugin | ||
+ | ** uses the [http://www.getskeleton.com/ Skeleton] css framework | ||
+ | ** grid using shortcodes | ||
+ | ** basic typography, element and button css | ||
+ | ** not mobile first | ||
+ | |||
+ | * http://themefortress.com/reverie/ - [http://themefortress.com/demo/ demo] | ||
+ | ** https://github.com/milohuang/reverie - kinda recent | ||
+ | ** h5bp | ||
+ | ** uses ZURB's [http://foundation.zurb.com/ Foundation] framework | ||
+ | ** hNews microformat ready | ||
+ | ** optimized for Search Engine and redability | ||
+ | ** not mobile first | ||
+ | |||
+ | * http://whiteboardframework.com/ - HTML5, responsive, Less | ||
+ | ** https://github.com/johanbrook/whiteboard - Jul 17, 2011 | ||
+ | ** [http://lessframework.com/ Less Framework 4] - An adaptive CSS grid system. | ||
+ | ** accessability support (WAI) | ||
+ | ** http://whiteboardframework.com/testdrive/ - not exactly a clear whiteboard.. | ||
+ | ** not mobile first | ||
+ | |||
+ | * http://html5reset.org/#wordpress | ||
+ | ** https://github.com/murtaugh/HTML5-Reset-Wordpress-Theme - year ago | ||
+ | ** does note http://blog.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ | ||
+ | ** semantic HTML5 markup + CSS reset | ||
+ | ** CSS declarations for basic WordPress elements | ||
+ | ** widget-ready sidebar | ||
+ | ** Modernizr | ||
+ | ** hNews microformat | ||
+ | ** Google Analytics | ||
+ | ** not mobile first | ||
+ | |||
+ | * https://github.com/scottlyttle/Sass-WordPress-Reset-Theme - Sass, Modernizer, jQuery, form components | ||
+ | ** https://github.com/scottlyttle/Sass-WordPress-Reset-Theme/blob/master/SCSS/style.scss | ||
+ | ** Modernizer | ||
+ | ** needs ruby+sass on the server, not handy for shared hosting | ||
+ | |||
+ | * http://randyjensenonline.com/thoughts/handcrafted-wp-starter-theme/ | ||
+ | ** h5bp | ||
+ | ** jQuery | ||
+ | |||
+ | * [http://viewportindustries.com/#starkers starkers] - 3 months ago | ||
+ | ** https://github.com/viewportindustries/Starkers | ||
+ | ** uses WP core Twenty Ten theme as its base | ||
+ | ** update possibly maybe soon. twenty twelve is due though.. | ||
+ | |||
+ | * https://github.com/nathanstaines/starkers-html5 - most a year ago | ||
+ | ** based on [http://viewportindustries.com/#starkers starkers] | ||
+ | ** HTML5, bare-bones | ||
+ | ** Modernizr | ||
+ | |||
+ | * http://weavertheme.com/ - recommended by Danny | ||
+ | ** all fluid, no breakpoints | ||
+ | ** not motbile first (a lot of "@media all") | ||
+ | ** three stylesheets | ||
+ | ** many features [http://pro.weavertheme.com/ paid for version] only | ||
+ | |||
+ | * http://wordpress.org/extend/themes/thematic | ||
+ | ** http://www.ejhansel.com/thematic-320-and-up | ||
+ | *** anything below 1024 width is single colum? :/ | ||
+ | |||
+ | * https://github.com/retlehs/roots | ||
+ | ** h5pb | ||
+ | ** not 320andup | ||
+ | |||
+ | * https://github.com/wycks/WP-Skeleton-Theme - a few months ago | ||
+ | ** http://skeleton.phpfogapp.com/ - demo | ||
+ | ** IE HTML5shim | ||
+ | ** etc. | ||
+ | ** not mobile first | ||
+ | |||
+ | article; | ||
+ | * [http://designwoop.com/2012/01/wordpress-html5-frameworks/ Blank & Bare WordPress HTML5 Frameworks] | ||
+ | |||
+ | == Bootstrap == | ||
+ | * http://wordpress.org/themes/search.php?q=bootstrap | ||
+ | |||
+ | * https://github.com/320press/wordpress-bootstrap - Bones fork | ||
+ | ** https://github.com/320press/wordpress-bootstrap/tree/3.0-wip | ||
+ | |||
+ | * http://danvswild.com/brew/ - bootstrap v3 | ||
+ | ** https://github.com/slightlyoffbeat/brew | ||
+ | ** http://danvswild.com/2013/10/23/brew-an-easy-way-to-build-wordpress-themes-with-bootstrap-3/ | ||
+ | |||
+ | * http://roots.io/ - H5BP | ||
+ | ** https://github.com/roots/roots | ||
+ | |||
+ | * http://shoestrap.org/ - fork of roots | ||
+ | ** https://github.com/shoestrap/shoestrap | ||
+ | |||
+ | * http://melany.deshack.net/ - based on _s | ||
+ | ** https://github.com/deshack/melany | ||
+ | |||
+ | * http://bragthemes.com/theme/bootstrap-parallax-wordpress-theme/ | ||
+ | |||
+ | * https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/ - not oft opdated | ||
+ | |||
+ | * https://github.com/gradualstudio/wordpress-basic-theme | ||
+ | |||
+ | * https://github.com/lukehayes/bootstrap_wordpress | ||
+ | |||
+ | * https://github.com/bassjobsen/jamedo-bootstrap-start-theme | ||
+ | |||
+ | * http://themekraft.com/tk-wordpress-bootstrap-starter-theme/ | ||
+ | ** https://github.com/Themekraft/_tk | ||
+ | |||
+ | Search for: '_tk' and replace with: 'megatherium' | ||
+ | Search for: _tk_ and replace with: megatherium_ | ||
+ | Search for: _tk and replace with: Megatherium | ||
+ | Search for: _tk- and replace with: megatherium- | ||
+ | |||
+ | find . -type f -print0 | xargs -0 perl -pi -e "s/\'_tk'/\'euroelec'/g;" | ||
+ | find . -type f -print0 | xargs -0 perl -pi -e "s/_tk_/euroelec_/g;" | ||
+ | find . -type f -print0 | xargs -0 perl -pi -e "s/ _tk/ Euroelec/g;" | ||
+ | find . -type f -print0 | xargs -0 perl -pi -e "s/_tk-/euroelec-/g;" | ||
+ | |||
+ | * https://github.com/shprink/Shprink-One | ||
+ | |||
+ | * https://github.com/SimonPadbury/bst | ||
+ | |||
+ | * https://github.com/bencarlson/wp-bootstrap | ||
+ | |||
+ | == Other == | ||
+ | * http://wordpress.org/themes/twentyeleven | ||
+ | ** https://github.com/crowdfavorite-mirrors/wp-twentyeleven | ||
+ | ** https://github.com/RRWD/accessible-twenty-eleven-theme | ||
+ | |||
+ | * [https://github.com/tomcreighton/Glider Glider] is a one-template-file Wordpress theme that uses jQuery's .load() function to ping Wordpress for single posts, then inline-loads the post in question - this results in the ability to read all the posts without any (apparent) page loads. The theme now also supports arrow-key navigation. | ||
+ | |||
+ | * http://bckmn.com/naked-wordpress/ | ||
+ | ** https://github.com/j-beckman/naked-wordpress | ||
+ | |||
+ | * http://p2theme.com/ | ||
+ | |||
+ | * https://github.com/themeskult/wp-svbtle | ||
+ | |||
+ | * http://cutlasswp.com/ | ||
+ | |||
+ | == Build == | ||
+ | * [http://forge.thethemefoundry.com/ Forge] is a free command-line toolkit for bootstrapping and developing WordPress themes in a tidy environment using front-end languages like Sass, LESS, and CoffeeScript. | ||
+ | ** https://github.com/thethemefoundry/forge |
Latest revision as of 14:59, 22 October 2014
Repositories
- http://www.plaintxt.org/ - some older classic minimal themes
Requirements
- HTML5 ready. Many use HTML5 Boilerplate (or 'h5bp')
- Responsive, with a mobile first approach, like 320 And Up.
- Preproces system, to help with layout (Sass/SCSS, not too hard to add though)
- Grid system, to help with layout (not too hard to add though)
- Accessibility (basic WCAG 2.0? can be implemented later)
- Theme settings for easy change of, say, header (Settings API, etc.)
- Make sure mobile devices don't get desktop size CSS or content
- LESS and possibly limited SCSS/Compass in PHP (all shared), full SCSS/etc. with Ruby (easier on VPS)
- Semantic CSS with grid and vertical rhythm systems
Interesting
Bones
- Bones
- https://github.com/eddiemachado/bones - recent
- http://themble.com/docs/
- http://themble.com/support/bones-grid/
- http://sam.zoy.org/wtfpl/ - WTFPL, Do What The Fuck You Want To Public License
- h5bp, 320andup, modernizr (custom minified), respond.js
- Bones now uses LESS or Sass by default, leaves client or server side for you to setup
- For hacking (not a parent theme)
- 768px =< body { display: table } [1]
- todo; optimizing js files for mobile (check that)
- nice base style
320semanticgs
- 320semanticgs
- https://github.com/matt-bailey/320semanticgs - may 2012
- h5bp, 320andup and semantic.gs
- preprocessor - LESS (LESS.js, not as reliable as server-side), SCSS, or Stylus base files
- Font Awesome symbol webfont
_s
- _s (underscores) - recent
- http://themeshaper.com/2012/02/13/introducing-the-underscores-theme/ - from Automattic
- http://themeshaper.com/2012/02/21/getting-started-with-the-underscores-theme/
- modern stuffs
- reset is based on Eric Meyer, normalize.css and Blueprint
- seperate layout .css
- for hacking (not a parent theme)
- 10px to 1em
Pears
- http://pea.rs/
- https://github.com/simplebits/Pears
- uses less
- base theme with post+css patterns
- Each pattern is a post in WordPress.
- Add markup in a custom field named 'html'.
- Add style in a custom field named 'css'.
- Use the main content field for optional notes.
Hmm
- http://demos.simplethemes.com/skeleton/- "Skeleton is a simple, responsive WordPress theme based on the Skeleton Boilerplate. It has several useful shortcodes, such as tabs, toggles, cross-browser CSS3 buttons, and layout columns. It also includes a bbPress skin/stylesheet and sample child theme. "
- https://github.com/simplethemes/skeleton_wp - recent
- http://demos.simplethemes.com/skeleton/documentation
- uses the Options Framework plugin
- uses the Skeleton css framework
- grid using shortcodes
- basic typography, element and button css
- not mobile first
- http://themefortress.com/reverie/ - demo
- https://github.com/milohuang/reverie - kinda recent
- h5bp
- uses ZURB's Foundation framework
- hNews microformat ready
- optimized for Search Engine and redability
- not mobile first
- http://whiteboardframework.com/ - HTML5, responsive, Less
- https://github.com/johanbrook/whiteboard - Jul 17, 2011
- Less Framework 4 - An adaptive CSS grid system.
- accessability support (WAI)
- http://whiteboardframework.com/testdrive/ - not exactly a clear whiteboard..
- not mobile first
- http://html5reset.org/#wordpress
- https://github.com/murtaugh/HTML5-Reset-Wordpress-Theme - year ago
- does note http://blog.cloudfour.com/css-media-query-for-mobile-is-fools-gold/
- semantic HTML5 markup + CSS reset
- CSS declarations for basic WordPress elements
- widget-ready sidebar
- Modernizr
- hNews microformat
- Google Analytics
- not mobile first
- https://github.com/scottlyttle/Sass-WordPress-Reset-Theme - Sass, Modernizer, jQuery, form components
- https://github.com/scottlyttle/Sass-WordPress-Reset-Theme/blob/master/SCSS/style.scss
- Modernizer
- needs ruby+sass on the server, not handy for shared hosting
- starkers - 3 months ago
- https://github.com/viewportindustries/Starkers
- uses WP core Twenty Ten theme as its base
- update possibly maybe soon. twenty twelve is due though..
- https://github.com/nathanstaines/starkers-html5 - most a year ago
- based on starkers
- HTML5, bare-bones
- Modernizr
- http://weavertheme.com/ - recommended by Danny
- all fluid, no breakpoints
- not motbile first (a lot of "@media all")
- three stylesheets
- many features paid for version only
- http://wordpress.org/extend/themes/thematic
- http://www.ejhansel.com/thematic-320-and-up
- anything below 1024 width is single colum? :/
- http://www.ejhansel.com/thematic-320-and-up
- https://github.com/retlehs/roots
- h5pb
- not 320andup
- https://github.com/wycks/WP-Skeleton-Theme - a few months ago
- http://skeleton.phpfogapp.com/ - demo
- IE HTML5shim
- etc.
- not mobile first
article;
Bootstrap
- https://github.com/320press/wordpress-bootstrap - Bones fork
- http://danvswild.com/brew/ - bootstrap v3
- http://shoestrap.org/ - fork of roots
- http://melany.deshack.net/ - based on _s
Search for: '_tk' and replace with: 'megatherium' Search for: _tk_ and replace with: megatherium_ Search for: _tk and replace with: Megatherium Search for: _tk- and replace with: megatherium-
find . -type f -print0 | xargs -0 perl -pi -e "s/\'_tk'/\'euroelec'/g;" find . -type f -print0 | xargs -0 perl -pi -e "s/_tk_/euroelec_/g;" find . -type f -print0 | xargs -0 perl -pi -e "s/ _tk/ Euroelec/g;" find . -type f -print0 | xargs -0 perl -pi -e "s/_tk-/euroelec-/g;"
Other
- Glider is a one-template-file Wordpress theme that uses jQuery's .load() function to ping Wordpress for single posts, then inline-loads the post in question - this results in the ability to read all the posts without any (apparent) page loads. The theme now also supports arrow-key navigation.
Build
- Forge is a free command-line toolkit for bootstrapping and developing WordPress themes in a tidy environment using front-end languages like Sass, LESS, and CoffeeScript.