Title: garypool's Replies | WordPress.org

---

# garypool

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [excerpts show on home page but the full posts don't show on pages](https://wordpress.org/support/topic/excerpts-show-on-home-page-but-the-full-posts-dont-show-on-pages/)
 *  Thread Starter [garypool](https://wordpress.org/support/users/garypool/)
 * (@garypool)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/excerpts-show-on-home-page-but-the-full-posts-dont-show-on-pages/#post-2429383)
 * I found the problem.
 * It was the “Sociable” plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [excerpts show on home page but the full posts don't show on pages](https://wordpress.org/support/topic/excerpts-show-on-home-page-but-the-full-posts-dont-show-on-pages/)
 *  Thread Starter [garypool](https://wordpress.org/support/users/garypool/)
 * (@garypool)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/excerpts-show-on-home-page-but-the-full-posts-dont-show-on-pages/#post-2429351)
 * I actually swithched the theme and it does give me the exact same results.
 * Here is the code for page.php
 * > <?php include (TEMPLATEPATH . ‘/myheader1.php’); ?>
   > <div id=”content”>
   > <div id=”contentleft”>
   >  <?php if (have_posts()) : while (have_posts()) : the_post();?
   > > <h1 class=”single”>” rel=”bookmark”><?php the_title(); ?></h1> <?php the_content(
   > __(‘Read more’));?><div style=”clear:both;”></div>
   > <?php endwhile; else: ?>
   > <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?
   > >
   >  <?php posts_nav_link(‘ — ‘, __(‘« go back’), __(‘keep looking »’)); ?>
   > </div>
   > <?php include(TEMPLATEPATH.”/l_sidebar.php”);?>
   > <?php include(TEMPLATEPATH.”/r_sidebar.php”);?>
   > </div>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [excerpts show on home page but the full posts don't show on pages](https://wordpress.org/support/topic/excerpts-show-on-home-page-but-the-full-posts-dont-show-on-pages/)
 *  Thread Starter [garypool](https://wordpress.org/support/users/garypool/)
 * (@garypool)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/excerpts-show-on-home-page-but-the-full-posts-dont-show-on-pages/#post-2429348)
 * I have tried swithching themes, atleast the preview and I get the same results.

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