Archived topic
Another page loads in main, Remove or hide HOME from main page below the header
9 replies · Started by Gabriel on October 21, 2020
When I type my website, it loads another page instead of Home, how to fix it? Also, in the Home (page) how can I hide the word Home from below the menu
Thank you
Hi there,
1. Check the WordPress readings setting here:
https://wordpress.org/support/article/settings-reading-screen/
2. This should help:
https://docs.generatepress.com/article/disable-elements-overview/
If you want to remove the page title globally, then create a layout element:
https://docs.generatepress.com/article/layout-element-overview/#disable-element
Thank you!
I was able to fix it!
No problem :)
Leo,
It came back, how can I simply disable in the whole website, so I don't do it individually.
Hi,
You can follow Leo's third link here:
https://docs.generatepress.com/article/layout-element-overview/#disable-element
Just make sure to set the display rule to "Entire site".
Thank you Elvin for the quick reply.
I did that, yet the title is still showing.
Thank you.
Strange,
Can you link us to the site in question? So we could check which is causing it.
You can provide the site details on the Private Information textbox. Thank you.
Sure, see private information
Thank you.
I see that your site is using Header Elements.
You can see the Elements list used on your site through Appearance > Elements.
I believe you'll see a Header Element named "Global Page Headers" with "Location" set to pages. This is the one adding the title to your pages.
Edit this element if you want to change what it displays.
You'll probably see something like this in its code area:
<h1>
{{post_title}}
</h1>
You can simply replace what it displays, or completely delete the Header Element if you don't want to use it.