Thread Starter
oyougu
(@oyougu)
Hi @nm1com,
Thanks for the reply!
I went to footer.php to change the code but still no luck…
<div class="widget-column-2">
<h5><?php if( of_get_option('ourservicestitle') != ''){ echo of_get_option('ourservicestitle');} ; ?></h5>
<?php if( of_get_option('servicesarea') != '') {echo do_shortcode(of_get_option('servicesarea')); } ; ?>
<?php if( function_exists( ‘envira_gallery’ ) ) { envira_gallery( ‘635’, ‘slug’ ); } ?>
<div class=gallery-link>
<?php echo '<a href="https://www.oyougu.com/" target="_blank" title="' . esc_attr__( 'Footer gallery link', 'oyougu' ) . ' >' . esc_html__( 'Footer gallery link', 'oyougu' ) . '</a>.'; ?>
</div>
</div>
Thread Starter
oyougu
(@oyougu)
Hey @tugbucket , you are fantastic! i settled my issue! Thank you very much!
Thread Starter
oyougu
(@oyougu)
Hi can anyone help me out?