Looking for a code for post excerpt in WP

by 2 replies
2
I like to know how to display post excerpt instead of full post in Twenty Sixteen
Cheers!
#programming #code #excerpt #post #wordpress
  • Banned
    look in your index.php file. replace
    <?php the_content(); ?>
    with
    <?php the_excerpt() ?>
    • [1] reply
    • Unfortunately that code change has no effect for me.
      Cheers!

Next Topics on Trending Feed