Home › Forums › Support › Display only automatic excerpts in author archives This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 3, 2022 at 4:40 am #2399808 George I have a GP content template for my author archives and use a headline dynamic element for the excerpt. Is it possible to only show automatic excerpts for all archive posts even when there are custom excerpts set for certain posts? November 3, 2022 at 6:04 am #2399938 DavidStaff Customer Support Hi George, i would probably stick to a shortcode for that: function db_post_excerpt() { return wp_trim_excerpt(); } add_shortcode( 'post-excerpt','db_post_excerpt' ); November 3, 2022 at 6:42 am #2399983 George Seems fine, thanks, David! November 3, 2022 at 6:51 am #2399997 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In