Add div wrappers to templates
This commit is contained in:
@@ -53,5 +53,7 @@ foreach( $data as $label => $value ):
|
||||
endforeach;
|
||||
|
||||
$output .= '</dl></div>';
|
||||
|
||||
echo apply_filters( 'sportspress_staff_details', $output );
|
||||
?>
|
||||
<div class="sp-template sp-template-staff-details">
|
||||
<?php echo $output; ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user