- This topic has 10 replies, 3 voices, and was last updated 9 years, 1 month ago by
Tom.
-
AuthorPosts
-
September 23, 2014 at 2:40 pm #33352
Megan
Hi there,
Thanks for the great theme – I love it! There is one particular issue though I’m hoping you can help me with.
So I have set one of my pages as the homepage. The problem is that I don’t want the page title to appear – I have my own text within the page that I prefer the look of. Is there a way I can hide the page title from appearing on the homepage?
Right now I just have left the title of the page blank, but I feel like that’s probably not very good for SEO.
September 23, 2014 at 11:56 pm #33489Tom
Lead DeveloperLead DeveloperThe easiest way is to use our Disable Elements addon – it allows you to toggle the page title on or off.
You can also use CSS if you like, as I demonstrated in this thread: http://www.generatepress.com/forums/topic/remove-post-titles/#post-30894
Let me know if that helps or not π
September 24, 2014 at 6:57 am #33671Megan
Thanks Tom – the CSS in that thread got rid of all my page titles across the website – I only want to hide the title on my homepage. Or rather, just one single specific page. Is that possible with CSS?
Thanks!
September 24, 2014 at 9:43 am #33755Tom
Lead DeveloperLead DeveloperYou can use this for the homepage:
.home .entry-header { display: none; }
For individual pages – each page is given a specific class in the
<body>
tag.You’ll need to inspect the code and find that specific class, then replace
.home
(as shown above) with that class.September 24, 2014 at 11:45 am #33839Megan
Thanks SO SO much Tom – you are the best!
January 19, 2015 at 4:27 am #66624rex wickham
Could you explain how the disable elements works?
I’d tried to hide the home title (on the home page) but everytime i click the “Headline / Post Title ” checkbox and click Publish/Update, it refreshes the page as unchecked.
It works ok on other pages on the site.
January 19, 2015 at 9:53 am #66701Tom
Lead DeveloperLead DeveloperWhen metaboxes won’t update like that, it’s usually because the page used to have a page template that no longer exists.
Go to the “Pages” area of your Dashboard and find this problem page.
Then click “Quick Edit”, and under “Template”, choose “Default Template”.
Save, and then enter the page to try again.
Let me know π
January 19, 2015 at 12:45 pm #66772rex wickham
Thanks Tom – to the rescue once again!
January 19, 2015 at 3:59 pm #66868Tom
Lead DeveloperLead DeveloperYou’re welcome π
January 4, 2016 at 12:04 pm #163332Surya
Hi,
I am just trying generatepress theme. In the header, I just want the logo to appear not the site title & description. However, I cannot remove the details from dashboard either as I need to retain the site title for the sake of SEO title.
Also, do you have the option for secondary menu at the bottom in the premium version of the theme?
January 4, 2016 at 12:07 pm #163339Tom
Lead DeveloperLead DeveloperHi there,
You can go to “Customize > Site Identity” to remove the site title and tagline.
There’s no option for moving the menu to the bottom, but I may consider it in a future version.
However, this topic may help: https://generatepress.com/forums/topic/secondary-menu-below-the-whole-page/
Let me know π
-
AuthorPosts
- You must be logged in to reply to this topic.