[Plugin: Widget Builder] Error in get_template_hierarchy…
-
There is an error in your code. This function:
function get_template_hierarchy($template, $class = null) {
// whether or not .php was added
$template = rtrim($template, ‘.php’);if ( $theme_file = locate_template( array($this->token . ‘/’ . $template . ‘.php’) ) ) {
etc…locate_template() needs the .php extension or it doesn’t work. Or I screwed up, but that ended up making it work for me with a child theme…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Widget Builder] Error in get_template_hierarchy…’ is closed to new replies.