Weird, it’s obviously being hardcoded in your page template.
For specifics you should ask in the theme support group here:
https://ww.wp.xz.cn/support/theme/generatepress/
You can also take a look in :
Admin –> Appearance –> Theme Editor –> single.php
Here’s another pointer:
The “Hello World” text’s HTML shows has gb-headline in it, which probably refers to the GenerateBlocks plugin’s Headline block (from the same developer of the GeneratePress theme).
So that would be another place to look.
Good call re: https://ww.wp.xz.cn/plugins/generateblocks/ @gappiah
Agree – disable this plugin, and likely the problem goes away!
π
Sadly, deactivating the generateblocks plugin doesn’t fix the problem.
I assume you disabled all your cache before disablng and then checking?
Disable all plugins, and then reactivate them one-by-one.
If you still need help, install and activate a new theme to see if the issue persists.
Yes. I cleared my cache before disabling and then checking.
Great – do this then:
Disable all plugins, and then reactivate them one-by-one.
If you still need help, install and activate a new theme to see if the issue persists.
I believe that helped me solve it.
I went here:
Dashboard > Appearance > Elements.
There I trashed the Global Page Headers and Global Post Headers, then I deactivated all plugins as suggested. Now the pages are displaying correctly. Thank you for your help. I appreciate it.