• File: Template_right-sidebar.php
  • Full Path: /home/lef/public_html/wp-content/themes/care3/Template_right-sidebar.php
  • File size: 577 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/*
Template Name: Right sidebar
*/
?>
<?php if (get_post_meta($post->ID, 'header_choice_select', true));{ get_header(get_post_meta($post->ID, 'header_choice_select', true)); } ?>
<div id="container_bg">
<div id="content" class="content_left">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

<?php endwhile; // end of the loop. ?>
<?php get_template_part( 'loop', 'page' ); ?>
</div><!--#content -->

<div id="sidebar_right">
<?php get_sidebar(); ?>
</div><!--#sidebar_right-->

<div class="clear"></div>
</div><!-- #container -->
<?php get_footer(); ?>