Title: Problem with page.php
Last modified: August 19, 2016

---

# Problem with page.php

 *  [nickelbert](https://wordpress.org/support/users/nickelbert/)
 * (@nickelbert)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/problem-with-pagephp/)
 * (In Firefox) The problem I’m having is when I view my pages the sidebar doesn’t
   display properly or at all. On the home page it displays right. The body image
   that covers both the sidebar and the body of the site gets cut off on some of
   the pages as well on the far right side. The Navigation and the footer display
   properly though.
 * ———————————————————————
    page.php
 * <?php get_header(); ?>
    <div id=”content”>
 *  <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
 *  <div class=”post”>
    <h2><?php the_title(); ?></h2> </div> <div class=”entry”
   > <?php the_content(‘Read the rest of this page »’); ?>
 *  <?php wp_link_pages(array(‘before’ => ‘<p>**Pages:** ‘, ‘after’ => ‘</p>’, ‘
   next_or_number’ => ‘number’)); ?>
    </div>
 *  <?php comments_template(); ?>
    </div>
 *  <?php endwhile; ?>
 *  <div class=”navigation”>
    <span class=”previous-entries”><?php previous_post_link(‘%
   link’)?></span> <span class=”next-entries”><?php next_post_link(‘%link’)?></span
   > </div>
 *  <?php else : ?>
 *  <h2>Not Found</h2>
    <p>Sorry, but you are looking for something that isn’t here.
   </p>
 *  <?php endif; ?>
 *  </div>
    <!–/content –>
 * <?php get_sidebar(); ?>
    <?php get_footer(); ?>

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

 *  Thread Starter [nickelbert](https://wordpress.org/support/users/nickelbert/)
 * (@nickelbert)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/problem-with-pagephp/#post-1266818)
 * To see what I’m saying view [http://nickhiebert.com](http://nickhiebert.com)
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/problem-with-pagephp/#post-1266872)
 * You’ve got some missing tags and other errors: [Markup Validation of nickhiebert.com – W3C Markup Validator](http://validator.w3.org/check?uri=http%3A//nickhiebert.com/&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator/1.654).
   Fix those and the Firefox display may fall into line by itself.

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

The topic ‘Problem with page.php’ is closed to new replies.

## Tags

 * [body](https://wordpress.org/support/topic-tag/body/)
 * [Firefox](https://wordpress.org/support/topic-tag/firefox/)
 * [get_footer](https://wordpress.org/support/topic-tag/get_footer/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [img](https://wordpress.org/support/topic-tag/img/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [page.php](https://wordpress.org/support/topic-tag/page-php/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/problem-with-pagephp/#post-1266872)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
