• I’m using the standard 3.1 version of wordpress and i’m wondering how can i make the “intro text” disappear when somebody is viewing the full article.

    Custom intro text
    <!–more–>
    The full article

Viewing 4 replies - 1 through 4 (of 4 total)
  • Edit your theme top use <?php the_excerpt();?> instead of <?php the_content();?> on all of its post listing (archive) pages. Then make use of the Optional Excerpt tab in Add New/Edit Post to create a customised post teaser for each of your posts.

    Thread Starter publicsb

    (@publicsb)

    Sorry, i’m a noob when coming to wordpress & coding … but from what i understood, i went to my theme’s single.php ( this is the file that show’s a single post ) and replaced the “the_content” with “the_excerpt” … but now it only shows the full article like a intro text.

    Thread Starter publicsb

    (@publicsb)

    P.S. My theme is WPZoom Yamidoo ( http://goo.gl/A3gEE ).

    You need to look in your theme’s index.php template file. Also category.php, tag.php and archive.php if you have those files.

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

The topic ‘Read More Question’ is closed to new replies.