Forums

[resolved] Parse error!! please help this humble noob:) (2 posts)

  1. jking55607
    Member
    Posted 2 years ago #

    I keep getting a parse error when i try to access my pages.
    Parse error: syntax error, unexpected T_ENDWHILE in /home/content/j/k/i/jking55607/html/wp-content/themes/grow-your-business/page.php on line 17

    Here is my site. http://laureltreeaccounting.com/

    <?php get_header(); ?>
    
    <div class="entry">
    
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    
    </div>
    
    <div class="spacer"></div>
    
    </div>
    
    <?php endwhile; ?>
    
    <p align="center"><?php next_posts_link('&laquo; Previous Entries') ?> <?php previous_posts_link('Next Entries &raquo;') ?></p>
    
    <?php else : ?>
    
    <h2 align="center">Not Found</h2>
    
    <p align="center">Sorry, but you are looking for something that isn't here.</p>
    
    <?php endif; ?>
    
    	</div>
    <?php get_sidebar(); ?>
    
    	</div>
    
    <?php get_footer(); ?>
  2. AxelYa
    Member
    Posted 2 years ago #

    no error. Sorted?

Topic Closed

This topic has been closed to new replies.

About this Topic