Support » Fixing WordPress » Blog summary

  • Resolved football-grrl

    (@football-grrl)


    Hi There, I cannot find how to make the blogs on my front page to be only summaries instead of the entire post. Could anyone direct me how to do this? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, you can change this in your theme. Look in your theme’s index.php file and change

    the_content();

    to

    the_excerpt();

    More info on the_excerpt here.

    If you don’t have access to your theme you can add the more tag in your post content to designate a cut-off point on a per-post basis. There usually is a button for that in the write post panel.

    <!--more-->

    More info on the_content and more tags.

    Thread Starter football-grrl

    (@football-grrl)

    I changed it through the theme’s index php file and it worked. Thanks for that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog summary’ is closed to new replies.