%PDF- %PDF-
Direktori : /home/jalalj2hb/public_html/wp-content/themes/pixel-linear/ |
Current File : /home/jalalj2hb/public_html/wp-content/themes/pixel-linear/template-main-right.php |
<?php /** * @package WordPress * Template Name: Main+Right */ ?> <?php get_header(); ?> <?php while (have_posts()) : the_post(); ?> <?php if($post->post_content=="") : ?> <?php else : ?> <div id="wrapper"> <div class="container pt"> <div class="row"> <div class="col-sm-9"> <header> <h3><?php the_title(); ?></h3> </header> <?php the_content(); ?> </div> <?php if ( is_active_sidebar('right-sidebar') ) { ?> <div class="col-sm-3"> <?php dynamic_sidebar('right-sidebar'); ?> </div> <?php } ?> </div><!-- /row --> </div> <!-- /container --> </div><!-- /ww --> <?php endif; ?> <?php wp_reset_postdata(); ?> <?php endwhile; ?> <?php get_footer(); ?>