Title: A Problem Showing Full Posts
Last modified: August 19, 2016

---

# A Problem Showing Full Posts

 *  [dirtyscarab](https://wordpress.org/support/users/dirtyscarab/)
 * (@dirtyscarab)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/)
 * Hey guys. I’m using a heavily modified template for my band’s website and I want
   to remove the feature that shortens my posts on the main page. (You have to click
   the post title to get access to the full post). The reason is, when I add links
   or images to my posts, they don’t show up on the preview, only when you click
   the title can you see them. I’d like to get rid of this somehow.
 * (And I already tried checking ‘full post’ in the reading options in the dashboard)
 * It’s obviously some code in the theme’s template somewhere that’s doing this.
 * This is the original template:
 * [http://www.upstartblogger.com/wpthemes/](http://www.upstartblogger.com/wpthemes/)
 * This is my site
 * [http://www.foolsandhorses.net/social](http://www.foolsandhorses.net/social)
 * Thanks!

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

 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685516)
 * Look in your main page template. You’ll see a tag that looks like this.
    `<? 
   php the_excerpt(); ?>` change it to `<? php the_content(); ?>` Resources: [http://codex.wordpress.org/Template_Tags/the_excerpt](http://codex.wordpress.org/Template_Tags/the_excerpt)
   [http://codex.wordpress.org/Template_Tags/the_content](http://codex.wordpress.org/Template_Tags/the_content)
   [http://codex.wordpress.org/Stepping_Into_Template_Tags](http://codex.wordpress.org/Stepping_Into_Template_Tags)
   [http://codex.wordpress.org/Stepping_Into_Templates](http://codex.wordpress.org/Stepping_Into_Templates)
 *  [Sridhar Katakam](https://wordpress.org/support/users/srikat/)
 * (@srikat)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685517)
 * In your theme’s index.php, look for code similar to:
 * <?php the_content(‘Read the rest of this entry »’); ?>
 * Replace that with:
 * <?php the_content(); ?>
 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685519)
 * No thats not problem it’s the problem is the excerpt you see the […] at the end
   of posts.
 *  Thread Starter [dirtyscarab](https://wordpress.org/support/users/dirtyscarab/)
 * (@dirtyscarab)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685520)
 * Here’s the page template: Seems that it alreadys says the_content…
 * [Code moderated wrong template see post below]
 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685523)
 * No not your page template your index template. Some themes call it the main page
   template others call it the index. Also when posting long code like that use 
   [http://wordpress.pastebin.ca](http://wordpress.pastebin.ca) and report the link
   back here. It makes the forums much easier to read.
 *  Thread Starter [dirtyscarab](https://wordpress.org/support/users/dirtyscarab/)
 * (@dirtyscarab)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685528)
 * Sorry.
 * Here’s the link to the ‘Main Index Template’
 * Thanks
 * [http://wordpress.pastebin.ca/870896](http://wordpress.pastebin.ca/870896)
 *  [Sridhar Katakam](https://wordpress.org/support/users/srikat/)
 * (@srikat)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685531)
 * Do what jeremyclark said (2nd post in this topic).
 * Line 11.
 *  Thread Starter [dirtyscarab](https://wordpress.org/support/users/dirtyscarab/)
 * (@dirtyscarab)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685540)
 * Resolved.
 * Thank you Srikat / Jeremy.

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

The topic ‘A Problem Showing Full Posts’ is closed to new replies.

## Tags

 * [preview posts](https://wordpress.org/support/topic-tag/preview-posts/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [dirtyscarab](https://wordpress.org/support/users/dirtyscarab/)
 * Last activity: [18 years, 4 months ago](https://wordpress.org/support/topic/a-problem-showing-full-posts/#post-685540)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
