golden hour
/var/www/html/wp-content/plugins/weekly-class/templates/single
⬆️ Go Up
Upload
File/Folder
Size
Actions
buttons.php
36 B
Del
OK
content.php
1.06 KB
Del
OK
date.php
265 B
Del
OK
image.php
66 B
Del
OK
map.php
272 B
Del
OK
Edit: content.php
<div id='single-wcs-event' class='single-wcs-event--<?php echo $settings['wcs_single_box'] ?>'> <div class='wcs-single-left'> <?php echo "%%page_content%%" . do_shortcode( '[wcs_event_map]' ) ?> </div> <div class='wcs-single-right'> <?php echo do_shortcode( '[wcs_event_image]' ) ?> <div class='wcs-single-right__content'> <?php echo do_shortcode( '[wcs_event_date]' ); ?> <?php if( $settings['wcs_single_duration'] ) : ?><span class='wcs-single__duration'>(<?php echo do_shortcode( '[wcs_event_duration]' ) ?>)</span><?php endif; ?></div> <?php if( $settings['wcs_single_location'] ) : ?><p class='wcs-single__location'><?php echo do_shortcode( '[wcs_event_terms term="wcs-room"]' ) ?></p><?php endif; ?> <?php if( $settings['wcs_single_instructor'] ) : ?><p class='wcs-single__instructor'><?php echo do_shortcode( '[wcs_event_terms term="wcs-instructor"]' ) ?></p><?php endif; ?> <?php echo do_shortcode( '<p class="wcs-single__action">[wcs_event_button btn="action"][wcs_event_button btn="woo"]</p>' ); ?> </div> </div> </div>
Save