- This topic has 10 replies, 5 voices, and was last updated 3 years, 5 months ago by
Leo.
-
AuthorPosts
-
January 7, 2017 at 12:58 pm #261662
Amos
Hello. i want to remove the page title completely but with the disable elements add on it is using “display:none”.
Thank You.January 7, 2017 at 1:30 pm #261668Leo
StaffCustomer SupportHi there,
If I understand correctly, you don’t want to use disable elements because it’s using CSS to hide it?
If so you can remove it usinggenerate_show_title
filter: https://docs.generatepress.com/article/generate_show_title/Let us know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 7, 2017 at 1:30 pm #261669Jamal
Hi
You can completely remove all page titles you can do this
add_filter( 'generate_show_title', 'remove_my_titles' ); function remove_my_titles() { return 'false'; }
https://docs.generatepress.com/article/generate_show_title/
How to add above code: https://docs.generatepress.com/article/adding-php/
Edit: Leo beat me to it
Agressively support the kind of work you want to see. Buy it. Talk about it. Review it.
January 7, 2017 at 1:52 pm #261675Tom
Lead DeveloperLead DeveloperYou guys are awesome lol
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 7, 2017 at 2:00 pm #261678Tom
Lead DeveloperLead DeveloperBTW, the Disable Elements add-on should remove it completely, not just use display: none. Make sure you’re using the latest version of GP and GP Premium.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 7, 2017 at 2:18 pm #261682Amos
Yes Tom i am using the latest version of the gp and gp Premium. after i check the Content Title (on disable elements) i have “.entry-header {display:none} ” on the source code (ctrl + U).
January 7, 2017 at 2:21 pm #261684Tom
Lead DeveloperLead DeveloperAre you sure the title is actually inside that hidden element?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 7, 2017 at 11:17 pm #261757Amos
I am not sure what do you mean.
the Content Title is the name of the page right?(automatically become the h1 title)January 7, 2017 at 11:45 pm #261758Tom
Lead DeveloperLead DeveloperThat’s correct, can you link me to the page where you’ve hidden the title?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 25, 2017 at 1:32 pm #391807Vinh Pham
Hi Tom,
I have just use your theme and also use Disable Element but it only hide the Title, don’t remove completely.
It mean that in source code, you will find other H1. It’s not good for SEO because each page don’t need 2 H1.Here is my site https://duhocvietduc.edu.vn
September 25, 2017 at 4:32 pm #391880Leo
StaffCustomer SupportYou can remove the title completely by using this filter: https://docs.generatepress.com/article/generate_show_title/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.