php - How can I set my wordpress post listing to show excerpt from the post content? -


i'm using wordpress 4.8.1 , have familiarity how wp works. have page lists posts , shows title , date posts in listing, user can click on post title go detail page showing posts content.

question have how can modify php page displays posts ( ) under title post shows brief bit of posts content?

i've read couple of similar questions on stackoverflow nothing seems have answer.

i can see page displays posts appears page.php , template parts uses /frameworks/header/header-v1.php , /frameworks/template/blog/content-page.php

none of attempts make edits of these pages show though. tried adding class thought line renders link article (the hyperlinked title) no luck. light can shed on this.

use the_excerpt() function in template file display excerpt in posts loop.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -