I have a Wordpress site that grew huge over the years. I need to add trademark ( ™ ) to specific phrase site wide.
Doing it manually one by one would be too time consuming and unreliable. I was thinking about some database query to edit tables containing post and page content.
Lets say I'd like to add trademark to phrase "this example". I'll need to find table that stores posts and transform via query phrases that do not have ™ added. So:
Lorem this example ipsum dolor sit amet, this example™ consectetur adipiscing elit.
Becomes:
Lorem this example™ ipsum dolor sit amet, this example™ consectetur adipiscing elit.
Note possibility of some phrases might already have trademark so I don't want to add it twice.