Forums

Read More Question (5 posts)

  1. PublicSB
    Member
    Posted 1 year ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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.

  3. PublicSB
    Member
    Posted 1 year ago #

    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.

  4. PublicSB
    Member
    Posted 1 year ago #

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

  5. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic