where does this error comes from?
-
ok weird…..
im probably missing something but i updated to 1.3 but im transfering stuff from my old index .php to the wp-header.php
but at this point…
all goes well…
<div id="content">
<?php endif; ?>
but when i ad…this..(as in my original index.php).
<div id="content">
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php endif; ?>
i get an error like below…
Parse error: parse error, unexpected T_ENDIF in /home/public_html/myblog/wp-header.php on line 114
So what am i missing ?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘where does this error comes from?’ is closed to new replies.