|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /home/njnconst/public_html/cd/wp-content/themes/skt-white/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package SKT White
*/
?>
<?php if( is_home() || is_front_page() ) { ?>
<section style="background-color:#ffffff;">
</section>
<?php } ?>
<div id="footer-wrapper">
<footer class="footer">
<div class="footer-col-1">
<h2><?php echo of_get_option('footerabttitle',__('About SKT White','skt-white')); ?></h2>
<p><?php echo of_get_option('footerabttext',__('Donec ut ex ac nulla pellentesque mollis in a enim. Praesent placerat sapien mauris, vitae sodales tellus venenatis ac. Suspendisse suscipit velit id ultricies auctor. Duis turpis arcu, aliquet sed sollicitudin sed, porta quis urna. Quisque velit nibh, egestas et erat a, vehicula interdum augue. Morbi ut elementum justo. Sed eu nibh orci. Vivamus elementum erat orci. Curabitur consequat convallis dapibus.','skt-white')); ?></p>
</div>
<div class="footer-col-1">
<h2><?php echo of_get_option('recenttitle',__('Recent Posts','skt-white')); ?></h2>
</div>
<div class="footer-col-3">
<h2><?php echo of_get_option('addresstitle',__('SKT White','skt-white')); ?></h2>
<p><?php echo of_get_option('address',__('Street 238,52 tempor Donec ultricies mattis nulla, suscipit risus tristique ut.','skt-white')) ; ?></p>
<div class="phone-no">
<?php if( of_get_option('phone',true) != ''){ ?>
<p><strong><?php _e('Phone:','skt-white'); ?></strong><?php echo of_get_option('phone','+1 500 000 0000'); ?></p>
<?php } ?>
<?php if( of_get_option('weblink',true) != ''){ ?>
<p><strong><?php _e('Website:','skt-white'); ?></strong><a href="<?php echo esc_url(of_get_option('weblink','http://www.websitedomain.com')); ?>" target="_blank"><?php echo of_get_option('weblink','http://www.websitedomain.com'); ?></a></p>
<?php } ?>
</div>
</div>
<div class="clear"></div>
</footer>
<div class="copyright-wrapper">
<div class="copyright">
<div class="copyright-txt"><?php echo of_get_option('copytext',__('© 2014 SKT White. All Rights Reserved','skt-white')); ?></div>
<div class="design-by"><?php echo of_get_option('ftlink',__('Design by SKT Themes','skt-white')); ?></div>
</div>
<div class="clear"></div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>