🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 00:20:34 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
graceful
📍 /home/eliteewa/public_html/wp-content/themes/graceful
🔄 Refresh
✏️
Editing: footer.php
Writable
<?php /** * The template for displaying the footer * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Graceful */ ?> <?php if ( graceful_options('basic_footer_width') === 'wrapped' ) { $graceful_footer_width = 'wrapped-content'; } else { $graceful_footer_width = ''; } if ( graceful_options('basic_footer_width') === 'contained' ) { $graceful_footer_wrap_width = 'wrapped-content'; } else { $graceful_footer_wrap_width = ''; } ?> </div><!-- .main-content End --> </main><!-- #primary End --> <!-- Site Footer --> <footer id="site-footer" class="<?php echo esc_attr( $graceful_footer_width ); ?> clear-fix"> <div class="site-footer-wrap <?php echo esc_attr( $graceful_footer_wrap_width ); ?>"> <?php if ( graceful_options( 'page_footer_columns' ) !== 'none' ) { get_template_part( 'template-parts/footer/footer', 'widget' ); } get_template_part( 'template-parts/footer/footer', 'bottom' ); ?> </div><!-- .wrapped-content --> </footer><!-- #site-footer --> <?php // Sidebar Slide Menu Section get_template_part( 'template-parts/sidebars/sidebar', 'slidemenu' ); ?> </div><!-- #site-container --> <?php wp_footer(); ?> </body> </html>
💾 Save Changes
❌ Cancel