issues with page.php checkout
-
I click on checkout and I get
Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home3/oneota/public_html/Classes/wp-content/themes/organic_natural/page.php on line 45
The code on the page is
<?php
/**
* This template displays the default page content.
*
* @package Natural
* @since Natural 3.0
*
*/
get_header(); ?><!– BEGIN .post class –>
<div <?php post_class(); ?> id=”page-<?php the_ID(); ?>”><?php if ( has_post_thumbnail()) { ?>
<div class=”feature-img banner shadow radius-full”><?php the_post_thumbnail( ‘featured-large’ ); ?></div>
<?php } ?><!– BEGIN .row –>
<div class=”row”><!– BEGIN .eleven columns –>
<div class=”eleven columns”><!– BEGIN .postarea –>
<div class=”postarea”><?php get_template_part( ‘loop’, ‘page’ ); ?>
<!– END .postarea –>
</div><!– END .eleven columns –>
</div><!– BEGIN .five columns –>
<div class=”five columns”><!– END .five columns –>
</div><?php else : ?>
<!– BEGIN .sixteen columns –>
<div class=”sixteen columns”><!– BEGIN .postarea full –>
<div class=”postarea full”><?php get_template_part( ‘loop’, ‘page’ ); ?>
<!– END .postarea full –>
</div><!– END .sixteen columns –>
</div><?php endif; ?>
<!– END .row –>
</div><!– END .post class –>
</div><?php get_footer(); ?>
The page I need help with: [log in to see the link]
- The topic ‘issues with page.php checkout’ is closed to new replies.