Automatic link creation based on regex
-
I would like auto links created whenever I post with regex capturing
For example:
Ticket-23 will become a link whose href https://example.com/Ticket-23That is that /Ticket-(\d+)/ will become a link whose href is https://example.com/Ticket-$1
I have looked at some plugins (like, SEO Smart links and Search Regex) but haven’t found anything yet that captures the pattern and turns it into a link automatically upon saving and publishing a blog post. Has anyone been able to do this?
Thanks
- The topic ‘Automatic link creation based on regex’ is closed to new replies.