• Resolved jdunneirl

    (@jdunneirl)


    Can anyone tell me why this errors?

    ‘ <?php if ($is_page(‘contact’)): ?>
    john
    <?php else: ?>
    <?php if(have_posts()) : ?>
    <?php while(have_posts()) : the_post() ?>
    <?php the_content(); ?>
    <?php endwhile; else : ?>
    no post
    <?php endif; ?>
    <?php endif; ?> ‘

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code Error’ is closed to new replies.