hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-contentOLD/themes/longevity/ |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package Longevity
*/
?>
</div><!-- .site-content -->
<div id="bottom-group">
<?php get_sidebar( 'bottom' ); ?>
</div>
<footer id="colophon" class="site-footer" role="contentinfo">
<?php get_sidebar( 'footer' ); ?>
<?php // Social links
if ( has_nav_menu( 'social-footer' ) ) :
echo '<div id="footer-social"><nav class="social-menu">';
wp_nav_menu( array(
'theme_location' => 'social-footer',
'depth' => 1,
'container' => false,
'menu_class' => 'social',
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span>',
) );
echo '</nav></div>';
endif;
?>
<nav id="footer-nav">
<?php wp_nav_menu( array(
'theme_location' => 'footer',
'fallback_cb' => false,
'depth' => 1,
'container' => false,
'menu_id' => 'footer-menu',
) );
?>
</nav>
<div id="copyright">
<?php esc_html_e('Copyright ©', 'longevity'); ?> <?php echo date('Y'); ?> <?php echo esc_html(get_theme_mod( 'copyright', esc_html__('Your Name', 'longevity') ) ); ?>. <?php esc_html_e('All rights reserved.', 'longevity'); ?>
<?php
if( get_theme_mod('copyright') == ''){
if( get_theme_mod('footer_author_link') != 1){
?>
<span>
<a href="<?php echo esc_url('https://www.shapedpixels.com/themes/longevity-pro/');?>"><?php esc_html_e('Longevity','longevity'); ?></a>
<?php echo esc_html__( 'Wordpress Theme by','longevity');?>
<a href="<?php echo esc_url('https://www.shapedpixels.com');?>">
<?php echo esc_html__( 'Shaped Pixels','longevity');?>
</a>
</span>
<?php } } ?>
</div>
</footer>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>