• I am reciving this error when i click on my pages… can someone from Support help me correct this issue :

    Parse error: syntax error, unexpected T_ELSE in /home/joeh/public_html/wp-content/themes/joehennig/page.php on line 17

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • it has something to do with your theme? have you recently do anything with your themes?

    Thread Starter BarbieSTL

    (@barbiestl)

    <?php get_header(); ?>

    <?php while (have_posts()) : the_post(); ?>

    <div class=wrapper><div class=maintitle><?php the_title(); ?></div><div class=content>
    <?php the_content(‘Continue reading »’); ?></div></div>

    <?php endwhile; ?><?php else : ?>

    <?php endif; ?>

    <?php get_footer(); ?>

    There is my entire coding for the page… anyone see anything wrong?

    Thread Starter BarbieSTL

    (@barbiestl)

    I recently changed the layout and the colors. I’ve done nothing with the “page.php” coding though… just my “header”

    Thread Starter BarbieSTL

    (@barbiestl)

    Resolved!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Parse Error’ is closed to new replies.