๐Ÿ“ฆ willnorris / template-modules

WordPress plugin to implement Daryl Koopersmith's modular theme concept.

โ˜… 9 stars โ‘‚ 3 forks ๐Ÿ‘ 9 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/willnorris/template-modules.git
HTTPS git clone https://github.com/willnorris/template-modules.git
SSH git clone git@github.com:willnorris/template-modules.git
CLI gh repo clone willnorris/template-modules
Ben Ben Fix broken links in readme.txt e346f1b 9 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ LICENSE
๐Ÿ“„ readme.txt
๐Ÿ“„ README.md

=== 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:

If you like this method of WordPress theme design, then vote up ticket #12877. The ideal scenario is for this functionality to be provided in WordPress core. This plugin is simply a proof of concept, and provides an easy way for theme developers to start playing with modular themes. The bulk of this plugin is directly from Daryl's patch. The one exception being the update_template_hierarchy() function, which duplicates much of the template selection logic from wp-includes/theme.php in WordPress core.