Archived topic
Making A Sitewide HTML Tag Change
1 reply · Started by Jodie on December 17, 2022
Hi,
I have many instances of the word "FAQ" (or "Q&A") on my site. They're currently all "H2"s, but I want them to be "p" tags.
What's the best way to change this site wide?
Thanks so much for your help!
Cheers Jodie
Hi there,
maybe this plugin:
https://wordpress.org/plugins/better-search-replace/
you can then search the relevant post table for <h2>FAQ</h2> for example.
And replace it with <p>FAQ</p>
Note this change is made to your database, so it is advisable to do this on a backup or staging site.