HEX
Server: LiteSpeed
System: Linux server1.jphostbd.xyz 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: dailyajk (1018)
PHP: 7.4.33
Disabled: mail, show_source, system, shell_exec, passthru, exec, eval, shell
Upload Files
File: /home/dailyajk/public_html/wp-content/themes/jphostbd-news12/header.php
<html lang="en">
	<html lang="en">
	<?php global $jphostbd; ?>
	<!DOCTYPE html>
	<html <?php language_attributes(); ?>>
	<head>
	    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4068936443735046"
     crossorigin="anonymous"></script>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="http://jphostbd.com">
	<title><?php wp_title('');  ?></title>  
		  
		  
	<link rel="icon" href="<?php echo $jphostbd['favicon']['url']?>" type="image/x-icon" />
	<link rel="shortcut icon" href="<?php echo $jphostbd['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" />
	<?php wp_head();?>
		
	</head>
	<?php include('assets/css/day-css.php'); ?>
	<body>
		<!--top-header-->
		<hr>
		<?php if($jphostbd['headline-button'] == 1 ): ?>
		
		<section>
			<div class="container">
				<div class="row scroll">
					<div class="col-md-1 col-sm-2 scroll_01">
						<?php echo $jphostbd['scroll_title'] ?>
					</div>
					<div class="col-md-11 col-sm-10 scroll_02">
						<div class="row">
							<div class="col-md-9 col-sm-7">
								<marquee direction = "left" scrollamount="4px" onmouseover="this.stop()" onmouseout="this.start()">
								<?php 
								$devs_home = new WP_Query(array(
								'post_type' => 'post',
								'posts_per_page' => $jphostbd['how_scroll'],
								));
								while($devs_home->have_posts()) : $devs_home->the_post(); ?>
								
								<a href="<?php the_permalink()?>"><?php the_title();?></a>
								<i class="fa fa-star"></i>
								<?php endwhile; ?>
								</marquee>
							</div>
							<div class="col-md-3 col-sm-5">
								<div class="search">
								<ul>
									<li class="search_box"><div class="search-icon-holder"> <a href="#" class="search-icon" data-toggle="modal" data-target=".bd-example-modal-lg"><i class="fa fa-search" aria-hidden="true"></i></a>
										<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
											<div class="modal-dialog modal-lg">
												<div class="modal-content">
													<div class="modal-header">
														<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <i class="fa fa-times-circle" aria-hidden="true"></i> </button>
													</div>
													<div class="modal-body">
														<div class="row">
															<div class="col-md-12">
																<div class="search_box">
																	<form action="#">
																		 <form role="search" method="get" class="search-form" action="<?php echo home_url( '/' ); ?>">
																		<input type="search" name="s" class="form-control input-sm" maxlength="64" placeholder="অনুসন্ধান..."/>
																		<button type="submit" class="btn btn-primary btn-sm"><i class="fa fa-search"></i> </button>
																	</form>
																</div>
															</div>
														</div>
													</div>
												</div>
											</div>
										</div>
									</div></li>
									<li>
									<div class="social_icons">
										<ul>
											<li><a href="<?php echo $jphostbd['social-link']['facebook-url']; ?>"><i class="fa fa-facebook"></i></a></li>
											<li><a href="<?php echo $jphostbd['social-link']['twitter-url']; ?>"><i class="fa fa-twitter"></i></a></li>
										
											<li><a href="<?php echo $jphostbd['social-link']['youtube-url']; ?>"><i class="fa fa-youtube"></i></a></li>
											<li><a href="<?php echo $jphostbd['social-link']['googleplus-url']; ?>"><i class="fa fa-google-plus"></i></a></li>
										</ul>
									</div></li>
								</ul>
							</div>
							</div>
						</div>
					</div>
				</div>							
			</div>
		</section>
		
		<?php endif; ?>   
				<?php if($jphostbd['headline-button'] == 2 ): ?>				
				<?php endif; ?>	
				
		
				
		
		
				
		<!--header-->
		<section>
			<div class="container">
				<div class="header">
					<div class="row">
						<div class="col-md-4 col-sm-4">
							<div class="logo">
								<a href="<?php bloginfo('url'); ?>"><img src=" <?php echo $jphostbd['logo_upload']['url']?>" alt="Logo" width="100%"></a>
							</div>
						</div>
						<div class="col-md-8 col-sm-8">
							<div class="banner">
								<a href="<?php echo $jphostbd['bannar-link']['bannar-url']; ?>" target="_blank"><img src="<?php echo $jphostbd['bannar_upload']['url']?>"></a>
							</div>
						</div>
					</div>
					<div class="row">
						<div class="col-md-12 col-sm-12">						
							<div class="date"><?php if($jphostbd['content-translatetor'] ==1 ): ?>
							
							<?php 
							date_default_timezone_set('Asia/Dhaka');
							echo bangla_date(date('D, d M Y, h:i a'));
							//__________________________________________
							?>
							
							<?php endif; ?>
				   
							<?php if($jphostbd['content-translatetor'] == 2 ): ?>
							<?php
							date_default_timezone_set('Asia/Dhaka');
							$today = date("F j, Y, g:i a"); 
							echo $today;
							?> 
							<?php endif; ?></div>
						</div>
					</div>
				</div>
			</div>
		</section>
		<!--menu-section-->
		<section>
			<div class="container">
				<div class="row">
				<div class="col-md-12 col-sm-12">
					<div id="nav">
						<nav class="navbar navbar-default" role="navigation">
							<!-- Brand and toggle get grouped for better mobile display -->
							<div class="navbar-header">
								<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
									<span class="sr-only">Toggle navigation</span>
									<span class="icon-bar"></span>
									<span class="icon-bar"></span>
									<span class="icon-bar"></span>
								</button>
							</div>
							<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
									<?php /* Primary navigation */
										wp_nav_menu( array(
									   'theme_location' => 'main-menu',
									   'menu_class'    => 'nav navbar-nav',
									   'fallback_cb' => 'default_main_menu',
									   'walker' => new wp_bootstrap_navwalker())
										  );
										?>
								</div>
						</nav>
					</div>
					</div>
				</div>				
			</div>
		</section>
		<!--scroll-section-->
		<?php if($jphostbd['notice-button'] == 1 ): ?>
		<section>
			<div class="container">
				<div class="row scroll">
					<div class="col-md-2 col-sm-3 scroll_01">
						<?php echo $jphostbd['notice_title'] ?>
					</div>
					<div class="col-md-10 col-sm-9 scroll_02">
						<marquee direction = "left" scrollamount="4px" onmouseover="this.stop()" onmouseout="this.start()">
								<?php echo $jphostbd['notice_text'] ?>
								</marquee>
					</div>
				</div>
			</div>
		</section>
		
		<?php endif; ?>   
				<?php if($jphostbd['notice-button'] == 2 ): ?>				
				<?php endif; ?>