<!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>

Leave a Reply