Wrap event staff with template tag
This commit is contained in:
@@ -21,6 +21,7 @@ if ( ! $staffs ) return;
|
|||||||
|
|
||||||
extract( $defaults, EXTR_SKIP );
|
extract( $defaults, EXTR_SKIP );
|
||||||
?>
|
?>
|
||||||
|
<div class="sp-template sp-template-event-staff">
|
||||||
<p class="sp-event-staff">
|
<p class="sp-event-staff">
|
||||||
<?php
|
<?php
|
||||||
foreach( $staffs as $staff_id ):
|
foreach( $staffs as $staff_id ):
|
||||||
@@ -54,3 +55,4 @@ foreach( $staffs as $staff_id ):
|
|||||||
endforeach;
|
endforeach;
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user