Title: Remove read more from some posts
Last modified: August 19, 2016

---

# Remove read more from some posts

 *  [lapd](https://wordpress.org/support/users/lapd/)
 * (@lapd)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-read-more-from-some-posts/)
 * Hi!
 * I have a problem with this read more thing. It works too good I suppose. When
   I write a post which doesnt need the read more tag (pretty short post), wordpress
   adds it anyway. And I dont want that 🙂
 * So basicly I want to be able to control when to have the read more link.
 * Any clues?
 * tnx

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-read-more-from-some-posts/#post-1448426)
 * it is probably your theme that does add this for every post on the front page.
 * link?
    theme?
 * or paste the code of your index.php(?) in a [pastebin ](http://wordpress.pastebin.com/)
   and post the link here
 *  [PBP_Editor](https://wordpress.org/support/users/pbp_editor/)
 * (@pbp_editor)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-read-more-from-some-posts/#post-1448427)
 * Yes, you edit archive.php in your theme
 * You might see something like this
 * <?php the_content(__(‘(more…)’)); ?>
 * You can just remove the more argument
 * <?php the_content(); ?>
 * Then you can just manually add the <!–more–> to individual posts when writing
   them

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

The topic ‘Remove read more from some posts’ is closed to new replies.

## Tags

 * [more](https://wordpress.org/support/topic-tag/more/)
 * [read](https://wordpress.org/support/topic-tag/read/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [PBP_Editor](https://wordpress.org/support/users/pbp_editor/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/remove-read-more-from-some-posts/#post-1448427)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
