Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
themes
/
peakie-2015
📤 Upload
📝 New File
📁 New Folder
Close
Editing: sidebar-travel.php
<!-- sidebar --> <div id="sidebar-travel"> <div class="sidebar-top-div"> <h3 class="sidebar-title">Resort Information</h3> </div> <div class="sidebar-content"> <?php if( get_field('skifeatures_info') ): ?> <span class="content"> <?php echo get_post_meta( $post->ID, 'skifeatures_info', true ) ; ?></span> <?php endif; ?> <!-- Ends Travel Useful Info --> <!-- Ski Features Where to stay begins--> <?php if( get_field('skifeatures_wheretostay') ): ?> <h2>Where To Stay</h2> <span class="content"> <?php echo get_post_meta( $post->ID, 'skifeatures_wheretostay', true ) ; ?></span> <?php endif; ?> <!-- Ski Features Where to stay ends--> <!--booking-com sidebar --> <?php dynamic_sidebar('booking-com'); ?> <?php dynamic_sidebar( 'travel' ); ?> <?php if ( ! is_single(601) ) {?> <hr> <?php } ?> </div> <div class="sidebar-bottom-div"></div> </div> <!-- /sidebar -->
Save
Cancel