Geting automated excerpts with pods
-
From other threads I see there is a way to get automatically created (first sentences of content) excerpts to be displayed via Pods template. I tried to add
add_filter( 'the_excerpt', function(){
??? return wp_trim_excerpt();
});to my child themes function.php and get the error that this can not be applied twice. Possibly this is already decleared by theme or some plugins. How to achieve this not braking things up?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.