Server : LiteSpeed
System : Linux premium152.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : idesfsze ( 1473)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/idesfsze/pandaexpressketo.com/wp-content/themes/jnews/fragment/post/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/idesfsze/pandaexpressketo.com/wp-content/themes/jnews/fragment/post/single-post-9.php
<?php
	$single = JNews\Single\SinglePost::getInstance();
if ( have_posts() ) :
	the_post();
	?>


<div class="jeg_featured_big">
	<div class="jeg_fs_content">
		<div class="container">
		<?php $single->render_featured_post(); ?>
			<div class="jeg_post_nav">
			<?php
			$prev_post = get_previous_post();
			if ( empty( $prev_post ) ) {
				$prev_post = 0;
			}
			if ( ! empty( $prev_post ) ) :
				?>
					<a href="<?php echo esc_url( get_permalink( $prev_post->ID ) ); ?>" class="post prev-post">
						<span class="arrow jegicon-angle-left"></span>
						<h3 class="post-title"><?php echo wp_kses_post( $prev_post->post_title ); ?></h3>
					</a>
				<?php endif; ?>

				<?php
				$next_post = get_next_post();
				if ( empty( $next_post ) ) {
					$next_post = 0;
				}
				if ( ! empty( $next_post ) ) :
					?>
					<a href="<?php echo esc_url( get_permalink( $next_post->ID ) ); ?>" class="post next-post">
						<span class="arrow jegicon-angle-right"></span>
						<h3 class="post-title"><?php echo wp_kses_post( $next_post->post_title ); ?></h3>
					</a>
				<?php endif; ?>
			</div>
		</div>
	</div>

	<div class="jeg_ad jeg_article_top jnews_article_top_ads">
		<?php do_action( 'jnews_article_top_ads' ); ?>
	</div>
</div>


<div class="jeg_content jeg_singlepage">
	<div class="container">

		<div class="row">
			<div class="jeg_main_content col-md-<?php echo esc_attr( $single->main_content_width() ); ?>">

				<div class="jeg_inner_content">
					<?php if ( jnews_can_render_breadcrumb() && jnews_show_breadcrumb() ) : ?>
					<div class="jeg_breadcrumbs jeg_breadcrumb_container">
						<?php $single->render_breadcrumb(); ?>
					</div>
					<?php endif; ?>

					<div class="entry-header">
					<?php do_action( 'jnews_single_post_before_title', get_the_ID() ); ?>

						<h1 class="jeg_post_title"><?php the_title(); ?></h1>

					<?php if ( ! $single->is_subtitle_empty() ) : ?>
							<h2 class="jeg_post_subtitle"><?php echo esc_html( $single->render_subtitle() ); ?></h2>
						<?php endif; ?>

						<div class="jeg_meta_container"><?php $single->render_post_meta(); ?></div>
					</div>

					<?php do_action( 'jnews_share_top_bar', get_the_ID() ); ?>

					<?php do_action( 'jnews_single_post_before_content' ); ?>

					<div class="entry-content <?php echo esc_attr( $single->share_float_additional_class() ); ?>">
						<div class="jeg_share_button share-float jeg_sticky_share clearfix <?php $single->share_float_style_class(); ?>">
						<?php do_action( 'jnews_share_float_bar', get_the_ID() ); ?>
						</div>

						<div class="content-inner <?php echo apply_filters( 'jnews_content_class', '', get_the_ID() ); ?>">
						<?php the_content(); ?>
						<?php wp_link_pages(); ?>

						<?php do_action( 'jnews_source_via_single_post' ); ?>

						<?php if ( has_tag() ) { ?>
								<div class="jeg_post_tags"><?php $single->post_tag_render(); ?></div>
							<?php } ?>
						</div>

					</div>
					<?php do_action( 'jnews_share_bottom_bar', get_the_ID() ); ?>

					<?php do_action( 'jnews_push_notification_single_post' ); ?>
					<?php do_action( 'jnews_single_post_after_content' ); ?>
				</div>

			</div>
			<?php $single->render_sidebar(); ?>
		</div>

		<div class="jeg_ad jeg_article jnews_article_bottom_ads">
			<?php do_action( 'jnews_article_bottom_ads' ); ?>
		</div>

	</div>
</div>

<?php endif; ?>

F1le Man4ger