Looking for a code for post excerpt in WP

2 replies
I like to know how to display post excerpt instead of full post in Twenty Sixteen
Cheers!
#code #excerpt #post #wordpress
  • Profile picture of the author jasonthewebmaster
    Banned
    look in your index.php file. replace
    <?php the_content(); ?>
    with
    <?php the_excerpt() ?>
    {{ DiscussionBoard.errors[10509278].message }}
    • Profile picture of the author fisholiub
      Unfortunately that code change has no effect for me.
      Cheers!
      {{ DiscussionBoard.errors[10509921].message }}

Trending Topics