ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

Add Post excerpts to pages #233

Closed Herm71 closed 1 year ago

Herm71 commented 1 year ago

WordPress Pages don't have excerpts out of the box.

Enable them on Pages by adding add_post_type_support( 'page', 'excerpt' ); to functions.php

Herm71 commented 1 year ago

Merged