Replies: 1 comment
-
I'd say this would have to be in 'addition' to, not instead of the way it works currently. post_content pulls the content 'untranslated' from post_content in the database, the same with post_excerpt (it pulls what is in the database for the post_excerpt. As a workaround, have you tried writing your own php function that makes use of the excerpt logic from: https://developer.wordpress.org/reference/functions/the_excerpt/ ? Then you could call, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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):
It would be really good (possibly even expected, by many) if the magic tag {@post_excerpt} worked in the same way.
Beta Was this translation helpful? Give feedback.
All reactions