• Icebox

    (@icebox)


    Hi,
    Currently on my site ( https://www.echoplayer.com/index.php ) whenever I post a reasonably large article, part of it gets clipped off and replaced with “…” as you can see with the top post there.
    Is there a way to stop it doing this?
    I posted the article in the full post field, and put nothing in the excerpt field.

Viewing 2 replies - 1 through 2 (of 2 total)
  • carthik

    (@carthik)

    By default, wordpress does not chop off posts like that. It could be that your template index.php has the the_excerpt() being displayed for each post, or that you have set the options to show the excerpts on the front page, in the admin options selection page. (options->reading)

    Beel

    (@beel)

    Change the code from the_excerpt to the_content in you index page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing limit on no. of words for each blog?’ is closed to new replies.