Title: Posts
Last modified: August 19, 2016

---

# Posts

 *  [cameronfrittz](https://wordpress.org/support/users/cameronfrittz/)
 * (@cameronfrittz)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/posts-12/)
 * This theme I got I really like… the only thing I dont like is that it only shows
   and excert of the post and not the full thing.
 * How I do I change it to where it will show the full post.
 * Here is the “Post.php”
 *     ```
       <div class="post">
       <div class="post-thumb"><img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo get_thumb() ?>&h=200&w=250&zc=1" alt="&nbsp;" border="0" /></div>
       <div class="post-text">
       <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>" class="post-title"><?php the_title(); ?></a></h1>
       </div>
       <?php the_excerpt(); ?>
       <div class="post-meta">
       Posted in <?php the_category(', ') ?> on <?php the_time('j F Y') ?>. <?php comments_popup_link('Leave a comment', '1 comment', '% comments'); ?>
       <?php edit_post_link('Edit'); ?>
       </div>
       </div><!-- END Post -->
       ```
   

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

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/posts-12/#post-1523847)
 * this part
    `<?php the_excerpt(); ?>`
 * to
 * `<?php the_content(); ?>`
 *  Thread Starter [cameronfrittz](https://wordpress.org/support/users/cameronfrittz/)
 * (@cameronfrittz)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/posts-12/#post-1523855)
 * Thank you so much!!!!
 * Also do you know I would go about taking out the featured post section? The url
   is [](http://kylierkristine.com)
 *  Thread Starter [cameronfrittz](https://wordpress.org/support/users/cameronfrittz/)
 * (@cameronfrittz)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/posts-12/#post-1523857)
 * Scratch that. I figured it out.

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

The topic ‘Posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [cameronfrittz](https://wordpress.org/support/users/cameronfrittz/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/posts-12/#post-1523857)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
