By default, it looks like all hyperlinks are stripped out of excerpts. Perhaps this is to prevent link power from diluting.
Is there a way to allow hyperlinks to display in excerpt content?
By default, it looks like all hyperlinks are stripped out of excerpts. Perhaps this is to prevent link power from diluting.
Is there a way to allow hyperlinks to display in excerpt content?
You must be logged in to post a comment.
WordPress uses the filter
wp_trim_excerpt
to strip the tags. You can remove the filter and create your own which will allow the links:SOURCE:
http://lewayotte.com/2010/09/22/allowing-hyperlinks-in-your-wordpress-excerpts/