Please help me with syntax errors–T_STRING
-
I would love some help. I just installed a new theme and upgraded wordpress versions. Please don’t be mean because I’m really trying to fix this—I’m just new at it. Here’s my Site
When I try to search for anything, I get the following:
Parse error: syntax error, unexpected T_STRING in wp-content/themes/passion-1-1/passion-1-1/search.php on line 26
Here are lines 22-27 for reference
<?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
</div><?php else : ?>
When anyone tries to comment here’s what comes up:
Parse error: syntax error, unexpected T_STRING in wp-content/themes/passion-1-1/passion-1-1/comments.php on line 23
Here are lines 21-23 for reference
<?php foreach ($comments as $comment) : ?>
<li class=”<?php echo $oddcomment; ?>” id=”comment-<?php comment_ID() ?>”>
<?php comment_text(); ?>When anyone tries to click on a (pre existing) category to read those posts, here’s what comes up:
Parse error: syntax error, unexpected T_STRING in wp-content/themes/passion-1-1/passion-1-1/archive.php on line 46
Here are lines 44-46 for reference
<?php else : ?>
<h2 class=”center”>Not Found</h2>
ERROR<p> </p>Search something maybe? <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>There’s more tweaking but those are the biggies. Thanks in advance for any help you can give me!
- The topic ‘Please help me with syntax errors–T_STRING’ is closed to new replies.