home.php
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div class="wpn_right">
<?php if (have_posts()) : ?>
<?php include ('editable/homepage/pitch.php'); ?>
<div class="wpn_content">
<?php include ('editable/homepage/clients.php'); ?>
<div class="wpn_clear"></div>
<?php include ('editable/homepage/about-us.php'); ?>
</div>
<!-- 404 Error -->
<?php else : include ('editable/404/404-error.php'); endif; ?>
<div class="wpn_clear"></div>
</div>
<?php get_footer(); ?>index.php
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div class="wpn_right">
<?php if (have_posts()) : ?>
<?php include ('editable/homepage/pitch.php'); ?>
<div class="wpn_content">
<?php include ('editable/homepage/clients.php'); ?>
<div class="wpn_clear"></div>
<?php include ('editable/homepage/about-us.php'); ?>
</div>
<!-- 404 Error -->
<?php else : include ('editable/404/404-error.php'); endif; ?>
<div class="wpn_clear"></div>
</div>
<?php get_footer(); ?>