• Resolved yugolancer

    (@yugolancer)


    How do i set that only beginning of the post is shown to the home page ???

    I need only a few phrases visible on the home page and when you click the title you can see the entire post.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • in the theme template used on your home page (usually home.php or index.php) find
    the_content( ....... )

    and change it to
    the_excerpt()
    (with nothing between the parentheses)

    Thread Starter yugolancer

    (@yugolancer)

    Ok but how do i set it so that only posts with Excerpt provided appear with summary.
    The other posts without excerpt should be not affected appearing on the home page as are (UNTOUCHED/ENTIRELY)

    Thanks

    Thread Starter yugolancer

    (@yugolancer)

    I found it .. using <!–more–> is just what i want! COOL

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

The topic ‘summary’ is closed to new replies.