-
-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
Type: EnhancementEnhancements to features that already exist, but are not major additionsEnhancements to features that already exist, but are not major additions
Description
Currently, there's no way with Pods shortcodes, to show a list of post excerpts, unless the user has explicitly set excepts for the posts.
WordPress calculates excerpts as follows (as far as I can tell):
- Get the excerpt field from the database,
- or, if that's not there, grab the text before the tag in the post content,
- or, if that's not there, grab a limited amount of text from the post content, based on a sane character/word count.
It would be really good (possibly even expected, by many) if the magic tag {@post_excerpt} worked in the same way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: EnhancementEnhancements to features that already exist, but are not major additionsEnhancements to features that already exist, but are not major additions