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 if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php get_footer(); ?>[/php]
”>
<?php endwhile; endif; ?>
<?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 edit_post_link(‘Edit this entry.’, ‘
’, ‘
’); ?>