WordPress plugin to implement Daryl Koopersmith's modular theme concept.
https://github.com/willnorris/template-modules.git
=== Template Modules === Contributors: willnorris Tags: themes, modular, templates Requires at least: 3.0 Tested up to: 3.0 Stable tag: trunk License: Apache 2.0 License URI: https://www.apache.org/licenses/LICENSE-2.0
Add the infrastructure to enable Daryl Koopersmith's modular theme concept.
== Description ==
This is a plugin based implementation of Daryl Koopersmith's modular themes concept and patch
(#12877). It provides the get_template_module() function, which allows for the creation
of well-architected themes with highly reusable code. For more on the use of this function,
read Daryl's series of posts:
update_template_hierarchy() function, which duplicates much of the template selection logic from
wp-includes/theme.php in WordPress core.