Site logo

Archived topic

Globally Remove Page Titles

7 replies · Started by Burt on December 14, 2017

Viewing posts 1–8 of 8

Tom -

I was thinking of an easy way to accomplish this - perhaps having the toggle on the page or post Admin panel?

I hope a fix to this is coming soon. While I can code a bit, my goal in downloading GeneratePress was the use of ease so many mentioned. To have this eyesore of titles across all pages with no simple removal is not getting me started off easily...luckily there's a 30-day money back return. Hoping its gets more seamless from here...

Titles are actually super important when it comes to SEO, but they are easily removed using the methods Leo mentioned above.

The exact code you need is here:

add_action( 'after_setup_theme', 'tu_remove_all_titles' );
function tu_remove_all_titles() {
    add_filter( 'generate_show_title', '__return_false';
}

You can copy and paste that into your functions using one of these methods: https://docs.generatepress.com/article/adding-php/

Let me know if you need more info :)

Thanks for the quick reply, Tom - its been a very long day in front of the computer and was surprised to see some of that stuff pop up when I switched themes...I appreciate the solution above and have stumbled across a couple other alternatives. Gratitude and appreciation for this forum...

No problem! Let me know if you need any other info :)

Instead of removal is there a way to center and bold the page title.. I agree , i just downloaded GP and im setting up pages and that title is an eye sore.. It waaaay to close to the header and i see no way to EDIT the text style , remove or center ....

Hi there,

Can you open a new topic for your question? We can help you out with some CSS no problem :)

This archived topic is closed to new replies.