chelseacoucou
Forum Replies Created
-
Forum: Themes and Templates
In reply to: (–>) Appearing Before All Postssorry I meant I found it in single.php
Forum: Themes and Templates
In reply to: (–>) Appearing Before All PostsYes! It was in page.php and there was an extra –>
Thank you so so much for your help. Problem resolved! 🙂
Forum: Themes and Templates
In reply to: (–>) Appearing Before All Poststhank 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.
Forum: Themes and Templates
In reply to: (–>) Appearing Before All PostsAs 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