my-language-skills / books4languages-book-child-theme-for-pressbooks

Books4Languages theme made from Jacobs. A child theme of pressbooks-book
https://github.com/pressbooks/pressbooks-book
Other
0 stars 0 forks source link

excerpt #10

Open colomet opened 6 years ago

colomet commented 6 years ago

Is your feature request related to a problem? Please describe.

to have an excerpt

Describe the solution you'd like

why you think the feature request is something we should consider?

function wpcodex_add_excerpt_support_for_cpt() {
 add_post_type_support( 'chapter', 'excerpt' );
}
add_action( 'init', 'wpcodex_add_excerpt_support_for_cpt' );

Additional context

colomet commented 6 years ago

<?php the_excerpt(); ?>