• Hi Robin,

    Thanks for the excellent plugin!

    I have a feed that’s showing images and excerpts.
    The images link to the posts.

    I’ve removed the Read more link from the excerpts in functions.php.
    How can I let the excerpts link to the posts in functions.php?

    So if a user hovers over an excerpt, clicking it would open the post.

    (We’re not using MailChimp, otherwise it would be possible to do that in their editor.)

    Thanks in advance!

    • This topic was modified 4 years, 2 months ago by champ2014.
Viewing 1 replies (of 1 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    If you can’t modify the email template, my guess then would be to just use the the_excerpt_rss filter, and make sure it runs after the plugin’s filter (set at 50 for the priority). You can wrap the entire excerpt (which will already have been processed by the plugin) in a link at that point. Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Make the excerpt link to the article’ is closed to new replies.