• Resolved hijito

    (@hijito)


    i’d like to have this on my blog, when you post a message, which is too long, could i make it somehow automatically shorten the post and add “read more” in the end which would be linkable to whole post?
    can i set it up somewhere or do i need a plugin?
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Built in to the editor – check out the icons above where you enter/edit your post text. One of those is “more” and will insert the <!-- more --> tag for you.

    You want the the_excerpt() call. This will shorten your post to 120 words by default if there is no explicit excerpt.

    You can then add your own “read more” tag.

    Regards

    Thread Starter hijito

    (@hijito)

    thanks! the more tag was what i was looking for

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

The topic ‘how to “shorten” the posts’ is closed to new replies.