HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/web/wp-content/themes/voice-blog/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package voice_blog
 */

?>



	<footer id="colophon" class="site-footer">
    <section>
     
      <div class="info-content">
        <div class="container-fluid wow fadeInUp">
          <div class="row">
            <div class="col-md-4">
              <?php get_sidebar( 'footer-1' );?>
            </div>
            <div class="col-md-4">
            <?php get_sidebar( 'footer-2' );?>
            </div>
            <div class="col-md-4">
            <?php get_sidebar( 'footer-3' );?>
            </div>
          </div>
          <?php if(absint(get_theme_mod('voice_blog_footer_title','1'))==1) : ?>
            <div class="f-about text-center">
              <div class="logo">
                <p class="site-title logo"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a><p>
              </div>
            </div>
          <?php endif; ?>
        </div>
      </div>
      <div class="site-info copyright">
        <div class="container">

          <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'voice-blog' ) ); ?>">
            <?php
            /* translators: %s: CMS name, i.e. WordPress. */
            printf( esc_html__( 'Proudly powered by %s', 'voice-blog' ), 'WordPress' );
            ?>
          </a>
          <span class="sep "> | </span>
            <?php
            /* translators: 1: Theme name, 2: Theme author. */
            printf( esc_html__( 'Theme: %1$s by  %2$s', 'voice-blog' ), 'Voice blog', '<a href="http://www.postmagthemes.com/">Postmagthemes</a>' );
          
            if (absint(get_theme_mod('voice_blog_social_bottom_enable','0'))==1) : 
            voice_blog_social_network();  
            endif ; ?>
        </div>
        <button class="fa fa-arrow-circle-up" onclick="topFunction()" id="myBtn"></button> <!--this is to take etop -->
      </div><!-- .site-info -->
    </section>
  </footer><!-- #colophon -->
  </div><!-- #content -->
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>