📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
32702.65 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: footer.php
<?php /** * The template for displaying footer. * * @package HelloElementor */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $footer_nav_menu = wp_nav_menu( [ 'theme_location' => 'menu-2', 'fallback_cb' => false, 'container' => false, 'echo' => false, ] ); ?> <footer id="site-footer" class="site-footer"> <?php if ( $footer_nav_menu ) : ?> <nav class="site-navigation" aria-label="<?php echo esc_attr__( 'Footer menu', 'hello-elementor' ); ?>"> <?php // PHPCS - escaped by WordPress with "wp_nav_menu" echo $footer_nav_menu; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </nav> <?php endif; ?> </footer>
Save