Title: jbabble's Replies | WordPress.org

---

# jbabble

  [  ](https://wordpress.org/support/users/jbabble/)

 *   [Profile](https://wordpress.org/support/users/jbabble/)
 *   [Topics Started](https://wordpress.org/support/users/jbabble/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jbabble/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jbabble/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jbabble/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jbabble/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jbabble/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Want to remove sidebar from page](https://wordpress.org/support/topic/want-to-remove-sidebar-from-page/)
 *  Thread Starter [jbabble](https://wordpress.org/support/users/jbabble/)
 * (@jbabble)
 * [20 years ago](https://wordpress.org/support/topic/want-to-remove-sidebar-from-page/#post-381447)
 * Thanks restiny! Can you tell me where that tag is, because it’s not in my page.
   php.
    This is all that’s in my page directory: ———————————————————
 * <?php get_header(); ?>
 *  <div id=”static”>
 *  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”
   post”> <h3 id=”post-<?php the_ID(); ?>”><?php the_title(); ?></h3> <div class
   =”entrytext”> <?php the_content(‘<p class=”serif”>Read the rest of this page »’);?
   >
 *  <?php link_pages(‘**Pages:** ‘, ”, ‘number’); ?>
 *  </div>
 *  </div>
 *  <?php endwhile; endif; ?>
 *  <?php edit_post_link(__(‘Edit This’)); ?></div>
    </div>

Viewing 1 replies (of 1 total)