Add [staff_profile] shortcode for backward compatibility with sites already using [staff]
This commit is contained in:
@@ -19,10 +19,7 @@ class SP_Shortcode_Staff {
|
||||
if ( ! isset( $atts['id'] ) && isset( $atts[0] ) && is_numeric( $atts[0] ) )
|
||||
$atts['id'] = $atts[0];
|
||||
|
||||
sp_get_template( 'staff-header.php', $atts );
|
||||
sp_get_template( 'staff-photo.php', $atts );
|
||||
sp_get_template( 'staff-details.php', $atts );
|
||||
sp_get_template( 'staff-excerpt.php', $atts );
|
||||
sp_get_template( 'staff-content.php', $atts );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user