• Resolved ulve

    (@ulve)


    Heey every one !

    I have a big problem that I can’t solve :/

    I always get an error ://

    div id=”content”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1><?php the_title(); ?></h1>
    <h4>Posted on <?php the_time(‘F jS, Y’) ?></h4>
    <p><?php the_content(__(‘(more…)’)); ?></p>
    <hr>
    <?php endwhile; else: ?>
    <p><?php _e(‘Sorry, we couldn’t find the post you are looking for.’); ?></hr>
    <?php endif; ?>

    </div>

    whats wrong :((

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘resolved :Parse error: syntax error, unexpected T_STRING in’ is closed to new replies.