The closest WordPress plugin that I could find is Link Linker (http://redmonk.net/archiv
Main Topics
Browse All TopicsI need a plugin for wordpress that AUTOMATICALLY creates links to keywords.
for instance. For instance, if I do specify that anytime I use the word "tennis", this word would AUTOMATICALLY have a link to http://www.tennis.org, to avoid to create manually links every time I use this word.
Do domeone know such a plugin ?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The closest WordPress plugin that I could find is Link Linker (http://redmonk.net/archiv
The Smart Link plugin: http://www.semiologic.com/
Business Accounts
Answer for Membership
by: ingwaPosted on 2007-04-17 at 05:00:37ID: 18923544
Use str_replace when outputting your content. I'm not familiar with wordpress myself, however if you are able to view your source that outputs the content, then this is a perfect function for you to use.
en/functio n.str-repl ace.php
For more information about str_replace, have a look at:
http://uk2.php.net/manual/
You may find that by automating your arrays of search terms, and replacement links, you could store all the keywords in a database, with their corresponding links, and then get str_replace to do all the hard work for every content item you have.
Hope this helps.