Template Picker

Component ID

2163775

Component name

Template Picker

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1919

Component created

Component changed

Component body

Template picker gives content creators a list of templates to choose from as they create nodes. The templates in this list are auto-discovered in your site's default theme through a simple naming convention:
node--content-type--tp*.tpl.php

Template Picker also supports entities. Entity templates can be discovered and picked when added to your site's default theme, and named with the following naming convention:
entity--bundle--tp*.tpl.php

The ability to pick templates is used to assign page templates in Wordpress, and this module is a port of similar functionality to Drupal.

To see details on how to use this module, watch the Template Picker Video tutorial, or follow the instructions in the included README.txt file.

Template Picker was discussed on Episode 96 of the Modules Unravelled Podcast.

Drupal 6

If you are looking for this functionality in Drupal 6, check out the Custom Node Template module.