Archived topic
Strange H1 Tag at Top
1 reply · Started by William on November 22, 2020
Hello!
I'm getting a strange H1 tag at the very top of my page containing "404 Not Found":
https://bsbrmd.com/
Could this have anything to do with an Element? I have one but I disabled it and it still shows. Which template would be the one to check out?
Any help on this would be great. Thank you.
- Bill
Hi,
Could this have anything to do with an Element?
That's certainly possible. You can check for any Hook element that uses wp_body_open.
You could also check for any PHP snippets within your site(plugin or functions.php, if any) and check if anything uses wp_body_open as this particular hook is where the h1 tag is being placed on.