Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
summer
/
wp-content
/
themes
/
peakie-2016
📤 Upload
📝 New File
📁 New Folder
Close
Editing: sidebar-mountain-living.php
<!-- sidebar --> <div id="sidebar-right"> <div class="sidebar-top-div"> <h3 class="sidebar-title">Practical Information</h3> </div> <div class="sidebar-content"> <?php dynamic_sidebar( 'mountain-living' ); ?> <!-- Mountain Living Features --> <?php if( get_field('livfeatures_info') ): ?> <h2>Information</h2> <span class="content"> <?php echo get_post_meta( $post->ID, 'livfeatures_info', true ) ; ?></span> <?php endif; ?> <!-- Ends Mountain Living Useful Info --> <!--Simply Hike --> <?php if ( is_single(array ('6987',) ) ): ?> <!-- specifies which post ad appears on --> <p>Advertisement</p> <?php echo adrotate_ad(9); ?> <!-- specifies which ad appears --> <hr> <?php endif; ?> <!-- ends which post it appears on --> <!--Outdoor Gear --> <?php if ( is_single(array ('6987', ) ) ): ?> <!-- specifies which post ad appears on --> <p>Advertisement</p> <?php echo adrotate_ad(10); ?><!-- specifies which ad appears --> <hr> <?php endif; ?> <!-- ends which post it appears on --> <!--Holiday Autos --> <?php if ( is_single(array ('7140','760','857' ) ) ): ?> <!-- specifies which post ad appears on --> <p>Advertisement</p> <?php echo adrotate_ad(11); ?> <!-- specifies which ad appears --> <hr> <?php endif; ?> <!-- ends which post it appears on --> <!-- Google ad --> <?php if ( !is_single(array ('',) ) ): ?> <!-- specifies which post ad does NOT appear on --> <?php echo adrotate_ad(3); ?> <hr> <?php endif; ?> <!--example--> <?php $image = get_field('ski_review_link_300'); if ( is_single()) { ?> <a href=""><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" /></a> <?php } elseif ( is_single() ) { ?> <a href=""><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" /></a> <?php } elseif ( is_single() ) { ?> <img src="" /> <?php } elseif ( is_page() ) { ?> <img src="" /> <?php } else { ?> <img src="" /> <?php } ?> </div> <div class="sidebar-bottom-div"></div> </div> <!-- /sidebar -->
Save
Cancel