Title: Problems whit reading options?
Last modified: August 18, 2016

---

# Problems whit reading options?

 *  [flusawa](https://wordpress.org/support/users/flusawa/)
 * (@flusawa)
 * [20 years ago](https://wordpress.org/support/topic/problems-whit-reading-options/)
 * hey guys..
    i got a problem whit my WP 2.0.3, when i go to Options -> Reading
   options -> Syndication Feeds, an then i set it to only view a Resume of a Blog
   Post, but it still view the hole text at the main site 🙁 ..
 * Somebody who can help me?

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

 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [20 years ago](https://wordpress.org/support/topic/problems-whit-reading-options/#post-401240)
 * That option only controls your Feeds (aka RSS aka Syndication feeds as titled).
 * You control what shows on the blog via tags in your theme’s files.
 * It sounds like your theme is defined to use [the_excerpt()](http://codex.wordpress.org/Template_Tags/the_excerpt).
 * You may want to replace that with [the_content()](http://codex.wordpress.org/Template_Tags/the_content)
   instead.
 * Best place to look would be your current theme’s index.php.
 *  Thread Starter [flusawa](https://wordpress.org/support/users/flusawa/)
 * (@flusawa)
 * [20 years ago](https://wordpress.org/support/topic/problems-whit-reading-options/#post-401242)
 * ohh thanks 🙂
 *  Thread Starter [flusawa](https://wordpress.org/support/users/flusawa/)
 * (@flusawa)
 * [20 years ago](https://wordpress.org/support/topic/problems-whit-reading-options/#post-401243)
 * Hmm i have take a look index.php
 * an found this:
    <?php the_content(“__(‘Read the rest of this entry »’)”); ?>
 *  Thread Starter [flusawa](https://wordpress.org/support/users/flusawa/)
 * (@flusawa)
 * [20 years ago](https://wordpress.org/support/topic/problems-whit-reading-options/#post-401244)
 * ahh, i look at the search.php, an i found the_excerpt() ..
 * i edit this :
    <?php the_content(“__(‘Read the rest of this entry »’)”); ?>
 * to this:
    <?php the_excerpt(“__(‘Read the rest of this entry »’)”); ?>
 * An now it works for me 😀
    Thanks for the help.

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

The topic ‘Problems whit reading options?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [flusawa](https://wordpress.org/support/users/flusawa/)
 * Last activity: [20 years ago](https://wordpress.org/support/topic/problems-whit-reading-options/#post-401244)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
