File: /home/elrashedytravel/public_html/wp-content/themes/custom-functions-1767952375/footer.php
</div><!-- #content -->
<footer id="colophon" class="site-footer">
<div class="container">
<?php if ( is_active_sidebar( 'sidebar-footer' ) ) : ?>
<div class="footer-widgets">
<?php dynamic_sidebar( 'sidebar-footer' ); ?>
</div><!-- .footer-widgets -->
<?php endif; ?>
<div class="site-info">
© <?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?>
<br/>
<?php
$theme_data = wp_get_theme();
$author_uri = $theme_data->get( 'AuthorURI' );
$author_name = $theme_data->get( 'Author' );
// 构建作者链接
$author_link = '<a href="' . esc_url( $author_uri ) . '">' . esc_html( $author_name ) . '</a>';
printf(
esc_html__( 'Theme simple-modern by %s', 'simple-modern' ),
$author_link
);
?>
</div><!-- .site-info -->
</div><!-- .container -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>