When I activate RegEx checkbox, website is broken
-
I try to find via RegEx this:
/<h1 class=\”jeg_post_title\”>(.*)</h1>/And I want to replace it with this:
/<div class=\”jeg_post_title\”>(.*)</div>/Goal is to change any <h1 class=”jeg_post_title”>WHATEVER IS IN BETWEEN</h1> to <div class=”jeg_post_title”>WHATEVER IS IN BETWEEN</div> on the whole website.
Can you help me please?
When I activate it, WordPress shows empty page on frontend, broken.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘When I activate RegEx checkbox, website is broken’ is closed to new replies.