• 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)
  • 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().

    You may want to replace that with the_content() instead.

    Best place to look would be your current theme’s index.php.

    Thread Starter flusawa

    (@flusawa)

    ohh thanks 🙂

    Thread Starter flusawa

    (@flusawa)

    Hmm i have take a look index.php

    an found this:
    <?php the_content(“__(‘Read the rest of this entry »’)”); ?>

    Thread Starter flusawa

    (@flusawa)

    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.