Title: PHP Help &#8211; Parse Error
Last modified: August 18, 2016

---

# PHP Help – Parse Error

 *  [webs05](https://wordpress.org/support/users/webs05/)
 * (@webs05)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/php-help-parse-error/)
 * Parse error: parse error, unexpected T_STRING in /home/content/w/e/b/webs05/html/
   wordpress/wp-content/themes/GinsengCoffee/index.php on line 67
 * Below is the relevant code, with the line of interest pointed out:
 * >     ```
   >     <div id="wrapper">
   >           <div id="content">
   >              <?php if (have_posts()) : ?>
   >     	    <?php while (have_posts()) : the_post(); ?>
   >     	       <div class="post" id="post-<?php the_ID(); ?>">
   >     	          <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
   >     LINE WITH ERROR ->  <small>Posted: <?php the_time('F jS, Y'); ?><!-- by <?php the_author() ?> --></small>  <-TO HERE
   >     	        <div class="entry">
   >     		   <?php the_content('Read the rest of this entry &raquo;'); ?>
   >                     </div>
   >     		<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php if(function_exists('wp_print')) { print_link(); } ?> <strong>|</strong> <?php digg_it(); ?> <strong>|</strong> <?php hugg_it(); ?> </p>
   >     	        </div>
   >     		<?php comments_template(); ?>
   >     		<?php endwhile; ?>
   >     		<p align="center"><?php wp_pagenavi(); ?></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; ?>
   >     	  <br /><br />
   >           </div>
   >     ```
   > 

Viewing 1 replies (of 1 total)

 *  Thread Starter [webs05](https://wordpress.org/support/users/webs05/)
 * (@webs05)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/php-help-parse-error/#post-549964)
 * Nevermind, I fixed it. The problem was not with the line pointed out, but with
   another line up above.

Viewing 1 replies (of 1 total)

The topic ‘PHP Help – Parse Error’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)
 * [the_time](https://wordpress.org/support/topic-tag/the_time/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 1 reply
 * 1 participant
 * Last reply from: [webs05](https://wordpress.org/support/users/webs05/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/php-help-parse-error/#post-549964)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
