Archived topic
Is it possible to preserve hyperlinks in the summary section of a query loop?
3 replies · Started by Yumei on January 29, 2023
I created a custom query loop of posts based on tags. Some of the posts contain hyperlinks. The links in the summary section (not the post title) get stripped. Is there a way to add or preserve the hyperlinks?
Hi there,
WordPress strips all HTML in the the_excerpt() function.
You can use the custom excerpt metabox as a workaround:
https://www.wpbeginner.com/plugins/how-to-customize-wordpress-excerpts-no-coding-required/
Thanks!!! I'll check out the link.
No problem :)