[Support request] Globally Remove Page Titles

Home Forums Support [Support request] Globally Remove Page Titles

Home Forums Support Globally Remove Page Titles

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #449744
    Burt

    Tom –

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

    #449827
    Leo
    Staff
    Customer Support

    Hi there,

    Global disable element is in the plan πŸ™‚

    For now you can do this: https://docs.generatepress.com/article/generate_show_title/

    For everything else: https://generatepress.com/forums/topic/sections-set-to-disabled-by-default/#post-314143

    #482084
    Nicole

    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…

    #482086
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #482128
    Nicole

    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…

    #482151
    Tom
    Lead Developer
    Lead Developer

    No problem! Let me know if you need any other info πŸ™‚

    #483139
    Dimarcus

    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 ….

    #483154
    Leo
    Staff
    Customer Support

    Hi there,

    Can you open a new topic for your question? We can help you out with some CSS no problem πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.