Parse error: syntax error, unexpected '>'

Hi I’m trying to figure this out but I can’t see what I’m doing wrong.

Parse error: syntax error, unexpected ‘>’ in /home/…/nosidebar.php on line 17

Please take a look at the code and tell me what I forgot.
[php]<?php
/*
Template Name: Nosidebar
*/
?>

<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
”>

<?php the_title(); ?>

<?php the_content(‘

Read the rest of this page »

’); ?> <?php wp_link_pages(array(‘before’ => ‘

Pages: ‘, ‘after’ => ‘

’, ‘next_or_number’ => ‘number’)); ?>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘

’, ‘

’); ?>
<?php get_footer(); ?>[/php]

change your backticks ` for quotes ’

Sponsor our Newsletter | Privacy Policy | Terms of Service