taxonomy . '.php'; $find[] = 'taxonomy-' . $term->taxonomy . '-' . $term->slug . '.php'; $find[] = SP_TEMPLATE_PATH . 'taxonomy-' . $term->taxonomy . '-' . $term->slug . '.php'; $find[] = $file; $find[] = SP_TEMPLATE_PATH . $file; endif; if ( $file ): $located = locate_template( $find ); if ( $located ): $template = $located; endif; endif; return $template; } } new SP_Template_Loader();