<!DOCTYPE html> <html> <?php global $themesbazar; ?> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://themesbazar.com"> <title><?php wp_title(''); ?></title> <link rel="icon" href="<?php echo $themesbazar['favicon']['url']?>" type="image/x-icon" /> <link rel="shortcut icon" href="<?php echo $themesbazar['favicon']['url']?>" type="image/x-icon" /> <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-thumbnail' ); ?> <meta property="og:title" content="<?php the_title(); ?>" /> <meta property="og:description" content="" /> <meta property="og:image" content="<?php echo $image[0]; ?>" /> <meta property="og:video" content="" /> <meta property="og:video:width" content="560" /> <meta property="og:video:height" content="340" /> <meta property="og:video:type" content="application/x-shockwave-flash" /> <!-- head section --> <!-- skin --> <link rel="stylesheet" href="https://releases.flowplayer.org/7.2.6/skin/skin.css"> <!-- CDNBye hls.js --> <script src="https://cdn.jsdelivr.net/npm/cdnbye@latest/dist/hls.light.min.js"></script> <!-- flowplayer --> <script src="https://releases.flowplayer.org/7.2.6/flowplayer.min.js"></script> <?php wp_head();?> <?php include('css/dynamic-css.php'); ?> </head> <body> <!------------- Archive start ---------------> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script type="text/javascript"> $(function() { $("#datepicker").datepicker({ dateFormat: "yymmdd", changeMonth: true, changeYear: true }).val() }); </script>
বৃহস্পতিবার, ২৪ সেপ্টেম্বর ২০২৬, ০৫:৪৫ অপরাহ্ন
<?php global $themesbazar; ?> <!------------ Footer Section Start --------------> <section class="footer-section"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="footer-menu"> <?php wp_nav_menu( array('theme_location' => 'footermenu', )); ?> </div> </div> </div> <div class="row foot"> <div class="col-md-3 col-sm-3 foot-logo"> <a href="<?php bloginfo(home); ?>"><img src=" <?php echo $themesbazar['logo_upload']['url']?>" alt="Logo" width="100%"></a> </div> <div class="col-md-5 col-sm-5"> <div class="editorial"> <?php echo $themesbazar['editorial']?> </div> </div> <div class="col-md-4 col-sm-4"> <div class="footer-social"> <ul> <li><a href="<?php echo $themesbazar['ftr-social-link']['facebook-url']; ?>" class="fa fa-facebook"></a></li> <li><a href="<?php echo $themesbazar['ftr-social-link']['twitter-url']; ?>" class="fa fa-twitter"></a></li> <li><a href="<?php echo $themesbazar['ftr-social-link']['googleplus-url']; ?>" class="fa fa-google"></a></li> <li><a href="<?php echo $themesbazar['ftr-social-link']['linkedin-url']; ?>" class="fa fa-linkedin"></a></li> </ul> </div> </div> </div> </div> </section> <?php get_template_part('include/root'); wp_footer(); ?> <p class="has-text-align-center"> Designed by: <a href="https://sylhethostbd.com/"><span style="color:#ff0c0c;"><strong>Sylhet Host BD</strong></span></a></p> </body> </html>