HEX
Server: Apache
System: Linux vps28526 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
User: heewonvps_17 (6705002)
PHP: 7.4.33
Disabled: NONE
Upload Files
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']); ?>