Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter erika1b

    (@erika1b)

    I’m just going to bump this one time. I checked out the documentation but I wasn’t able to find a way to do this. I’m using Hemingway 0.19 I think.

    Any help would be appreciated.

    erika

    You have this tag <?php the_excerpt() ?> in your index.php. The length of the excerpt is defined in WP core files.

    What you can do: replace it with the plugin “the_excerpt_reloaded” and you will be able to define the number of words shown.

    Option 1 – edit your index.php. Find the_excerpt and replace it with the_content. Now, when writing posts, remember to use the button that adds the <!--more--> tag.

    Option 2 – grab the_excerpt_reloaded plugin. Among other things, it’ll allow you to show more of a post.

    [edit – beat by 36 seconds. I’m getting slow…]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increasing Lines of Post’ is closed to new replies.