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