Search code examples
phpwordpresspostpluginstrim

Why do my posts keep getting cut off after a few words in wordpress?


I've created a static page and by using the "Posts in page" plugins, have added a single post to the page. but it seems that the post is cut off and adds a [...] at the end of the post. I've checked the page.php file and it says <?php the_content(); ?> where the content should appear. How can I show the complete post, without getting it trimmed?


Solution

  • In

     posts-in-page/posts_loop_template.php
    

    Change

    "the_content" to "the_excerpt"
    

    LOL, I got them seer skillz.