如何在帖子文本中自动链接,该文本与自定义分类术语和自动标记完全匹配,该分类术语与保存的帖子相对应

On Wordpress I have:

Example custom taxomonoy = football players
Example term = Cristiano Ronaldo

If I have a post that includes the text 'Cristiano Ronaldo' then on hitting save I want two things to happen:

  • Cristiano Ronaldo taxonomy term to be 'tagged' against post
  • Cristiano Ronaldo text in post to be hyperlinked to Cristiano Ronaldo term archive

This functionality is live on Volleyverse.com (a site I own) - I just cannot fathom where I find the code to replicate on a new site I am developing - I would have assumed in functions.php but I cannot seem to identify it.