Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chelseacoucou

    (@chelseacoucou)

    sorry I meant I found it in single.php

    Thread Starter chelseacoucou

    (@chelseacoucou)

    Yes! It was in page.php and there was an extra –>

    Thank you so so much for your help. Problem resolved! 🙂

    Thread Starter chelseacoucou

    (@chelseacoucou)

    thank you. I just looked in page.php and couldn’t find the issue now looking into single.php.

    Here is the code from page.php:

    <div id=”container” class=”one-column”>
    <div id=”content” role=”main”>
    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

    <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <div class=”entry-content”>
    <?php the_content(); ?>
    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘twentyten’ ), ‘after’ => ‘</div>’ ) ); ?>
    <?php edit_post_link( __( ‘Edit’, ‘twentyten’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
    </div><!– .entry-content –>
    </div><!– #post-## –>
    <?php comments_template( ”, true ); ?>
    <?php endwhile; ?>
    </div><!– #content –>
    </div><!– #container –>
    <?php get_footer(); ?>`

    Thank you.

    Thread Starter chelseacoucou

    (@chelseacoucou)

    As of now it is in “maintenance mode” via a plugin so no one except people logged in can view it but I can take it off temporarily if you could help! Thanks for the reply

Viewing 4 replies - 1 through 4 (of 4 total)