Hi,
I like to replace all my X headlines with regulat “h” headlines. So:
[x_custom_headline type=“left“ level=“h2″ looks_like=“h3″]Here is the headline[/x_custom_headline]
should replaced to
<h2>Here is the headline</h2>
and
[x_custom_headline type=“left“ level=“h3″ looks_like=“h7″]Here is another headline[/x_custom_headline]
should replaced by
<h3>Here is another headline</h3>
I have more than 1000 posts, so doing this manually would take weeks or month…
Can you maybe help me to find the right SQL query (regex) to update this directly in the database?