Current File : /home/kelaby89/sixpacksecurity.services/wp-content/themes/poket/sidebar-right.php
<?php /**
* Maybe show the right sidebar
*/

if ( ! is_active_sidebar( 'sidebar-2' ) ) {
	return;
}
?>

	<div class="col-lg-4 col-md-6  col-sm-12 col-xs-12  sidebar-right content-widget pdsr">
		<div class="blog-left-side widget">
		
			<?php dynamic_sidebar( 'sidebar-2' ); ?>
		</div>
	</div>
	
Page not found – Hello World !