[ad_1]
Hello! Is there any way to set a default post excerpt, since on my site excerpts for each post need to be a couple of shortcodes? Thank you very much in advance.
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
You’d have to create a function that hooked into the post_save action, and checked – if post_excerpt() – and added your content if empty.
Don’t know of a plugin that does it.