Description
This function returns the template path without a trailing slash for where Conductor should look within the current theme to override the default templates included with Conductor (i.e. /example-theme/conductor
; Note: only the conductor
portion in this example is returned by this function).
The template path is passed to the conductor_template_path
filter before it is returned.
Technical Details
Type: Function
Parameters: None
Return Value: string
Resources
Examples
The following example demonstrates how to use a custom Conductor template on a content piece with a Conductor content layout enabled. It utilizes the conductor_template_include
filter.