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/404.php
<?php


get_header() ?>
   <?php global $jphostbd ?>


    <!----------  Home Section Section Start ---------->

       <section class="single_section">			
			<div class="container">	
                 
                 <div class="row">
                    <div class="col-md-8 col-sm-9">
					
						<div class="erorr_image">
							<img src="<?php echo get_template_directory_uri(); ?>/assets/img/404.png">
						</div>
						<div class="erorr_dtails">হোমপেজে ফিরে যেতে ক্লিক করুন 
							<a href="<?php bloginfo('url'); ?>">
								<button>হোমপেজ</button>
							</a>
						</div>
				
                    </div>

                    <div class="col-md-4 col-sm-3">
                        
						<div class="add"><?php dynamic_sidebar('single_sidebar_top')?></div>
				<div class="tab-header">
							<!-- Nav tabs -->
							<ul class="nav nav-tabs nav-justified" role="tablist">
								<li role="presentation" class="active"><a href="#tab21" aria-controls="tab21" role="tab" data-toggle="tab" aria-expanded="false"><i class="fa fa-line-chart"></i> <?php echo $jphostbd_themes['last'] ?></a></li>
								<li role="presentation" ><a href="#tab22" aria-controls="tab22" role="tab" data-toggle="tab" aria-expanded="true"><i class="fa fa-fire"></i> <?php echo $jphostbd_themes['popular'] ?></a></li>
							</ul>

							<!-- Tab panes -->
							<div class="tab-content">
								<div role="tabpanel" class="tab-pane in active" id="tab21">
									<?php
									$x=1;							 
									$lastnews = new WP_Query(array(
									'post_type' => 'post',
									'posts_per_page' => $jphostbd_themes['lastpost'],
									'offset' =>0,
									));
									while($lastnews->have_posts()) : $lastnews->the_post();?>
									<?php $xx=$x++ ?>
									<div class="image-title">
										<?php if(has_post_thumbnail()){ 
										the_post_thumbnail();}
										else{?>
										<img src="<?php echo get_template_directory_uri(); ?>/assets/img/noimage.gif" width="100%" class="image"/>
										<?php } ?>
										<h4 class="heading-03"><a href="<?php the_permalink()?>"><?php the_title() ?></a></h4>
									</div>
									<?php endwhile ?>
								</div>
								<div role="tabpanel" class="tab-pane fade" id="tab22">										
									<?php
									$x=1;	
									query_posts('meta_key=post_views_count&orderby=meta_value_num&order=DESC');
									if (have_posts()) : while (have_posts()) : the_post();
									?>	
									<?php $xx=$x++ ?>
									<div class="image-title">
										<?php if(has_post_thumbnail()){ 
										the_post_thumbnail();}
										else{?>
										<img src="<?php echo get_template_directory_uri(); ?>/assets/img/noimage.gif" width="100%" class="image"/>
										<?php } ?>
										<h4 class="heading-03"><a href="<?php the_permalink()?>"><?php the_title() ?></a></h4>
									</div>
									<?php
									endwhile; endif;
									wp_reset_query();
									?>
									
								</div>
							</div>
						</div>	            			            
				   	<!-- ==========================-->
				   	<div class="add"><?php dynamic_sidebar('single_sidebar_bottom')?></div>
						
                    </div>
                    
                </div>

            </div>
        </section>


    <!----------  Home Section Section Close ----------> 



 <?php get_footer();?>