File: /home/heewonvps_17/drug-injury-lawyer.com/wp-content/themes/master/home.php
<?php
/**
*
* This is the file that display the page set to 'Posts page' in the wordpress back-end.
*
* @package WordPress
* @subpackage Master Theme
*/
$_SESSION['which_page'] = 'blog';
get_header($_SESSION['which_page']); ?>
<div id="container" xmlns="http://www.w3.org/1999/html">
<div id="content" role="main">
<h2><p class="page-title">Defective Drug and Medical Device Blog</p></h2>
<?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
get_template_part( 'loop' );
?>
</div><!-- #content -->
</div><!-- #container -->
<?php if ($_SESSION['which_page'] != 'mobile') { get_sidebar('blog'); } ?>
<?php get_footer($_SESSION['which_page']); ?>