. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 94.23.64.18 / Your IP :
216.73.216.185 [
Web Server : Apache System : Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : villadal ( 6036) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/villadal/www/wp-content/themes/bahamas/include/ |
Upload File : |
<?php
/** Register Sidebars */
if(! function_exists('bahamas_sidebars') ) {
function bahamas_sidebars(){
register_sidebar(array(
'name' => esc_html__('Top Bar','bahamas'),
'id' => 'top-bar',
'description' => esc_html__('Top Bar','bahamas'),
'before_title' => '<div class="tit">' ,
'after_title' => '</div>',
'before_widget' => '<div class="widget fade %2$s">',
'after_widget' => '</div>',
)
);
register_sidebar(array(
'name' => esc_html__('Header','bahamas'),
'id' => 'header',
'description' => esc_html__('Header','bahamas'),
'before_title' => '<div class="tit">' ,
'after_title' => '</div>',
'before_widget' => '<div class="widget fade %2$s">',
'after_widget' => '</div>',
)
);
register_sidebar(array(
'name' => esc_html__('Footer','bahamas'),
'id' => 'footer',
'description' => esc_html__('Footer credits','bahamas'),
'before_title' => '<div class="tit">' ,
'after_title' => '</div>',
'before_widget' => '<div class="widget %2$s">',
'after_widget' => '</div>',
)
);
register_sidebar(array(
'name' => esc_html__('Credit','bahamas'),
'id' => 'credit',
'description' => esc_html__('Footer Credits','bahamas'),
'before_title' => '<div class="tit">' ,
'after_title' => '</div>',
'before_widget' => '<div class="widget %2$s">',
'after_widget' => '</div>',
)
);
register_sidebar(array(
'name' => esc_html__('Sidebar','bahamas'),
'id' => 'sidebar',
'description' => esc_html__('Sidebar','bahamas'),
'before_title' => '<div class="tit">' ,
'after_title' => '</div>',
'before_widget' => '<div class="widget %2$s">',
'after_widget' => '</div>',
)
);
}
}
add_action('widgets_init','bahamas_sidebars');
?>