• Was wondering what you need to do in order to make a post only so many lines then they have to say click a more link or something in order to see the whole post, just trying to not have so long posts on the main page it is probably a option i just forgot to do or change. any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter n2que

    (@n2que)

    sorry through enough searching i found the more option

    You can go into your theme’s index.php and change
    <?php the_content(‘Read the rest of this entry’); ?>
    to
    <?php the_excerpt(‘…..Click here to read more’); ?>

    Or you can just use the post-teaser plugin

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