golden hour
/home/phakp/public_html/wp/wp-content/themes/vogue/templates/footers
⬆️ Go Up
Upload
File/Folder
Size
Actions
footer-social.php
4.53 KB
Del
OK
footer-standard.php
2.48 KB
Del
OK
Edit: footer-standard.php
<footer id="colophon" class="site-footer site-footer-standard" role="contentinfo"> <div class="site-footer-widgets"> <div class="site-container"> <?php if ( is_active_sidebar( 'vogue-site-footer-standard' ) ) : ?> <ul> <?php dynamic_sidebar( 'vogue-site-footer-standard' ); ?> </ul> <?php else : ?> <div class="site-footer-no-widgets"> <?php if ( is_user_logged_in() ) : if ( current_user_can( 'administrator' ) ) : printf( __( 'Add your own <a href="%s">widgets here</a>', 'vogue' ) , admin_url( 'widgets.php' ) ); endif; endif; ?> </div> <?php endif; ?> <div class="clearboth"></div> </div> </div> <?php if ( get_theme_mod( 'vogue-footer-bottombar', customizer_library_get_default( 'vogue-footer-bottombar' ) ) == 0 ) : ?> <div class="site-footer-bottom-bar <?php echo ( get_theme_mod( 'vogue-header-layout' ) == 'vogue-header-layout-two' ) ? sanitize_html_class( 'layout-circles' ) : sanitize_html_class( 'layout-plain' ); ?>"> <?php printf( __( '<div class="site-container"><div class="site-footer-bottom-bar-left">Theme: %1$s by %2$s', 'vogue' ), 'Vogue', '<a href="https://kairaweb.com/">Kaira</a></div><div class="site-footer-bottom-bar-right">' ); ?> <?php if ( get_theme_mod( 'vogue-footer-privacy-link' ) ) : ?> <?php if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link(); } ?> <?php endif; ?> <?php wp_nav_menu( array( 'theme_location' => 'footer-bar','container' => false, 'fallback_cb' => false ) ); ?> <?php if ( ! get_theme_mod( 'vogue-footer-hide-social', customizer_library_get_default( 'vogue-footer-hide-social' ) ) ) : ?> <?php get_template_part( '/templates/social-links' ); ?> <?php endif; ?> </div> </div> <div class="clearboth"></div> </div> <?php endif; ?> <?php if ( get_theme_mod( 'vogue-footer-bottombar', customizer_library_get_default( 'vogue-footer-bottombar' ) ) ) : ?> <?php printf( __( '<div class="footer-copyright">Theme: %1$s by %2$s', 'vogue' ), '<a href="https://demo.kairaweb.com/#vogue">Vogue</a>', 'Kaira</div>' ); ?> <?php endif; ?> </footer>
Save