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-sidebar.php
<?php
	$single = JNews\Single\SinglePost::getInstance();

	$sidebar_pos = '';	
	if ($single->get_layout() == 'double-sidebar')
	{
		$sidebar_pos = isset( $double_sidebar ) ? 'right' : 'left';
	}

?>

<div class="jeg_sidebar <?php echo esc_attr( $sidebar_pos .' '. $single->get_sticky_sidebar() ); ?> col-md-<?php echo esc_attr( $single->get_sidebar_width() ); ?>">
    <?php
		$is_sticky = $single->sticky_sidebar();
		if ( $is_sticky ) {
			echo '<div class="jegStickyHolder"><div class="theiaStickySidebar">';
		}
        if ( isset( $double_sidebar ) )
        {
	        jnews_widget_area( $single->get_second_sidebar() );
        } else {
	        jnews_widget_area( $single->get_sidebar() );
        }
		if ( $is_sticky ) {
			echo '</div></div>';
		}
     ?>
</div>

F1le Man4ger