m (WP Candy no longer exists. Dead link.) |
Celsoalmeida (talk | contribs) (Removed Frameworks with broken URL's) |
||
(33 intermediate revisions by 19 users not shown) | |||
Line 5: | Line 5: | ||
}} | }} | ||
− | = | + | = What is a theme framework?= |
− | + | Frameworks are for theme developers. They offer a set of standards for theme developers to use in creating their own themes. They’re a set of functions/features created to aid development. | |
− | + | == How Frameworks Work? == | |
− | + | *Frameworks come packaged within a single folder. | |
− | + | *Developers drop the framework folder into a new parent theme and load the framework. | |
+ | *Users create a child theme based on the parent theme to house their customizations, allowing both the framework and parent theme to be updated. | ||
− | + | Some examples of such frameworks include: | |
− | |||
− | |||
− | + | * [https://github.com/crowdfavorite/wp-carrington-core Carrington Core] | |
− | * [ | + | * [https://github.com/wponion/wponion/ WPOnion Framework] |
− | * [http://gantry | + | * [http://gantry.org/ Gantry Framework] |
− | * [http:// | + | * [http://www.getbeans.io Beans Theme Framework] |
* [https://github.com/devinsays/options-framework-theme Options Framework] | * [https://github.com/devinsays/options-framework-theme Options Framework] | ||
− | |||
* [https://github.com/sy4mil/Options-Framework SMOF] | * [https://github.com/sy4mil/Options-Framework SMOF] | ||
+ | * [https://wordpress.org/plugins/unyson/ Unyson] | ||
* [https://github.com/LiftUX/UpThemes-Framework UpThemes Framework] | * [https://github.com/LiftUX/UpThemes-Framework UpThemes Framework] | ||
− | * [http:// | + | * [http://nk2580.github.io/WordSmith/ WordSmith] |
− | + | * [https://github.com/CherryFramework/cherry-framework Cherry] | |
− | + | * [https://typerocket.com/ TypeRocket Framework] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * [https://github.com/ | ||
− | * [ | ||
− | |||
− | |||
− | |||
− | |||
Commercial framework examples: | Commercial framework examples: | ||
+ | * [http://codestarframework.com/ Codestar Framework] | ||
* [http://www.studiopress.com/ Genesis Framework] | * [http://www.studiopress.com/ Genesis Framework] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Functionality Included in Theme Frameworks == | == Functionality Included in Theme Frameworks == | ||
Line 61: | Line 44: | ||
==Recommended reading== | ==Recommended reading== | ||
+ | * [http://justintadlock.com/archives/2010/08/16/frameworks-parent-child-and-grandchild-themes Frameworks? Parent, child, and grandchild themes?] | ||
* [http://themeshaper.com/functions-php-wordpress-child-themes/ How I used a WordPress Child Theme To Redesign My Blog The Smart Way] | * [http://themeshaper.com/functions-php-wordpress-child-themes/ How I used a WordPress Child Theme To Redesign My Blog The Smart Way] | ||
* [http://justintadlock.com/archives/2008/12/24/why-i-created-a-wordpress-theme-framework Why I created a WordPress theme framework] | * [http://justintadlock.com/archives/2008/12/24/why-i-created-a-wordpress-theme-framework Why I created a WordPress theme framework] |
Languages: English • Português do Brasil • 日本語 (Add your language)
Frameworks are for theme developers. They offer a set of standards for theme developers to use in creating their own themes. They’re a set of functions/features created to aid development.
Some examples of such frameworks include:
Commercial framework examples:
Some Theme Frameworks will include pre-defined code to facilitate further Theme development, such as: