🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
appmen.com.ng
/
wp-content
/
themes
/
newscrunch
/
partials
/
footer
✏️
Editing: footer-sidebar.php
<?php /** * Footer Widget Area * * @package Newscrunch */ ?> <div data-wow-delay=".5s" class="wow-callback zoomIn spnc-row footer-sidebar"> <?php $newscrunch_footer_layout = get_theme_mod('footer_widget_layout', 3); switch ( $newscrunch_footer_layout ) { case 2: newscrunch_footer_layout('2'); break; case 3: newscrunch_footer_layout('3'); break; case 4: newscrunch_footer_layout('4'); break; } ?> </div>
💾 Save Changes
❌ Cancel