403Webshell
Server IP : 77.68.25.176  /  Your IP : 216.73.216.24
Web Server : Apache
System : Linux plesk 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64
User : dwp ( 10001)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/dazzlingwebplanet.co.uk/dazzlingwebplanet.co.uk/wp-content/themes/reobiz/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/dazzlingwebplanet.co.uk/dazzlingwebplanet.co.uk/wp-content/themes/reobiz//page.php
 <?php

/**
 * @author  rs-theme
 * @since   1.0
 * @version 1.0 
 */

get_header(); ?>

<div class="container">
	<div id="content" class="site-content">
		<?php
		  //checking page layout 
			$page_layout = get_post_meta( $post->ID, 'layout', true );
			$col_side ='';
			$col_letf ='';
			if($page_layout == '2left'){
				$col_side = '8';
				$col_letf = 'left-sidebar';}
			else if($page_layout == '2right'){
				$col_side = '8';}
			else{
				$col_side = '12';}
			?>
			<div class="row padding-<?php echo esc_attr( $col_letf) ?>">
			    <div class="col-lg-<?php echo esc_attr( $col_side). ' ' .esc_attr( $col_letf) ?>">
				    <?php	
						while ( have_posts() ) : the_post(); 
						get_template_part( 'template-parts/content', 'page' );
						endwhile; // End of the loop.
				    ?>
			    </div>
				<?php get_sidebar('page');?>
			</div>
	</div>
</div>
<?php
get_footer();


Youez - 2016 - github.com/yon3zu
LinuXploit