Warning: Undefined array key "बहिः गच्छतु" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
181
Current File : /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/footer.php |
<?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>