How to Remove Built With GeneratePress Footer Text? (With & Without Coding)

how-to-remove-built-with-generatepress

As you want to learn how to remove Built With GeneratePress text at the theme footer, I will explain several ways to do it. I appreciate your interest in changing the footer of your website to boost your business brand. 

I’ve used this lightweight WordPress theme to design attractive websites for over 5 years. Hence, I can guide you properly in changing the footer credits of the GeneratePress theme. All the methods are simple; you can do it by yourself. 

Let’s get into the topic! 

Method 1 – Use Customize Option In Premium Version

So, how to change GeneratePress Footer Copyright credits? Here is the quick answer! 

I suggest you buy the premium version of the GeneratePress theme to get the job done easily. If you are using the free version, look at the comparison, GeneratePress Free Vs Premium, so that you will identify the qualities of the paid version. 

Let’s come to the step-by-step process to modify the footer text of GP WordPress theme! 

Step 1: Visit WordPress Dashboard > Appearance > Customize 

wordpress-theme-customize

Step 2: Now, Go to Layout > Footer

footer-layout-settings

Step 3: You can see the “Copyright” section and write the text you want there. 

copyright-footer-settings

Take the example of my blog! 

I have written – © 2016 – 2024 WPGLOSSY All Rights Reserved.

Use the same code shown in the above image, and don’t forget to replace my details with your desired text. 

Adding the HTML code to include your site link at the Footer is possible. If you want to do it, use the code below in the “Copyright” footer section. 

Example:

<p>© 2016 - 2024 <a href="https://www.wpglossy.com/" target="_blank" rel="noreferrer noopener">WPGLOSSY</a>  All Rights Reserved</p>

Before removing Built with GeneratePress

After Removing Built With GeneratePress

Method 2: Use Footer Function Code In GeneratePress Child Theme

Step 1: In this method, you must Install the GeneratePress child theme. 

Step 2: Add the following function code to the theme function file. 

Code:

add_filter( 'generate_copyright','tu_custom_copyright' ); 

function tu_custom_copyright() { 

?> 

© 2016 - 2024 WPGLOSSY All Rights Reserved

<?php

 }

Note – Change the copyright text to match your requirements in the above code. 

Let me tell you how to add the code to the function file!

Step 3: Visit WordPress Dashboard > Appearance > Theme File Editor

wordpress-theme-file-editor

Step 4: Select the Theme to edit (GeneratePress child theme). Click the Theme function.php file, paste the code given above, and hit “Update File” like the screenshot below.  

add-codes-functions.php-file

Method 3: Use Footer Function code In GeneratePress Parent Theme

This method is the same as the previous one. Instead of a child theme, we will use the parent theme to add the codes in the theme function.php file (Do the same as above).

Note – I don’t recommend this method because you must redo this process whenever you update the theme. 

Why Customizing The Website Footer? 

Footer customization has several benefits! 

  • A personalized footer with your logo and brand color to emphasize your identity. If it is well-organized, it will impress your visitors. 
  • An uncluttered footer can serve as a navigator. It will improve the user experience. 
  • Your credibility will be visible when the site bottom is designed with the awards or testimonials. 
  • Adding the important links at the end of your site would help the search engines index and understand your content effectively. 
  • This closing area can include your call-to-actions or exclusive offers to encourage readers to take action.  

How To Remove Built With GeneratePress – FAQs

1. Which plugin can Remove footer copyright text in GeneratePress?

    If you use the free version of GeneratePress, you may use the Real-Time Find and Replace plugin. You must get the code by right-clicking “View Page Source” and replacing it with your code. 

    2. How do I remove Powered by GeneratePress easily?

    As I have explained in method 1, getting the GP premium is easy to eliminate the Footer text. The premium version has the direct setting to remove the GeneratePress watermark. It is the best way to change the GeneratePress footer without coding. 

    3. Can the Footer credit be removed in the child theme?

    Yes, it is possible. I have explained it clearly through a step-by-step process. 

    4. How to remove powered by GeneratePress in the free version?

    You should add the respective codes in the functions.php file or use a plugin to delete the copyright text in GeneratePress.

    5. Is there any way to remove the entire Footer bar in GeneratePress? 

    You can do it by adding the following code.

    add_action( 'after_setup_theme', 'tu_remove_footer_area' );
    function tu_remove_footer_area() {
        remove_action( 'generate_footer','generate_construct_footer' );
    }

    Wrapping Up

    GeneratePress is an excellent theme made for WordPress with tons of customizations to build noticeable websites to showcase your business brand. The premium version with useful functionality features will take your site to the next level.  

    I’m keenly interested in writing the GeneratePress tutorials to help users build their dream sites. I hope you have learned how to remove built with GeneratePress from the footer without using any plugin. Get the premium version to easily customize your footer.

    by Sakthi
    Sakthi is a thoughtful guy who specializes in WordPress Setup & Design. He is interested in designing the functional & attractive WordPress themes for the Digital marketers & Bloggers and helping them attain their goals with a tailored site. Look his ThemeForest Portfolio.

    1 thought on “How to Remove Built With GeneratePress Footer Text? (With & Without Coding)”

    1. Thanks for the helpful guide on removing the Built With GeneratePress footer text! As someone passionate about website customization, it’s great to have options both with and without coding.

      Reply

    Leave a Comment