Are you looking to remove footer copyright text in GeneratePress theme or looking to change or remove powered by GeneratePress text from the footer?

If yes, then you are in the right place. I am going to solve your problem in the easiest way possible.

In this detailed guide, I will let you know every single method to remove powered by Generatepress copyright credit from the theme footer.

Here are the topics covered in this step-by-step guide:

Edit or remove powered by GeneratePress in the Free version of GP Theme.
Edit or remove powered by GeneratePress text in the GP premium theme.
Remove Copyright in the GeneratePress footer without the plugin.

If you are not using the premium version of the theme then you must check out our tutorial on GeneratePress free vs premium.

So, without further ado let’s remove the copyright credit from the footer section of the GeneratePress theme.

How To Remove Powered by GeneratePress in Free Version

Remove Footer Copyright Text in GeneratePress Theme

It’s very easy to remove powered by GeneratePress in the premium version of the theme as there is an option in the customization section.

But what about the free version. There is not a single option given in the theme to remove the powered by GeneratePress footer copyright text.

So, it’s very difficult to remove it without using a code.

Follow the below steps to remove the footer copyright text in the GeneratePress theme.

Step 1: Log in to your WordPress dashboard and click on the Appearance > Theme file editor.

remove powered by generatepress

Step 2: Select your WordPress theme i,e, GeneratePress, and navigate the function.php file in the theme files given below.

remove powered by generatepress

Step 3: Copy the PHP code given below and paste it into your theme’s functions.php file at the very bottom.

add_filter( 'generate_copyright','tu_custom_copyright' );
function tu_custom_copyright() {
    ?>
   WRITE YOUR CUSTOM COPYRIGHT TEXT HERE
    <?php
}

Note – Replace the text saying, “WRITE YOUR CUSTOM COPYRIGHT TEXT HERE” with your own custom text. HTML, CSS & PHP codes allowed.

In case you want to delete the GeneratePress footer text completely then paste the below code at the bottom of your function.php file

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

Don’t forget to click on the update button after pasting the code. Now you can see you have successfully replaced or removed the footer copyright text from the GeneratePress theme footer.

How To Remove Powered by GeneratePress in Premium Version

If you are a Generatepress premium user then you don’t need to paste any code on any of your theme files.

GeneratePress premium comes with built-in features to remove or change the GP footer copyright text.

Follow these steps to make changes in the GeneratePress copyright footer text.

Step 1: Log in to your WordPress dashboard and click on Appearance > Customize.

remove footer copyright text in generatepress theme

Step 2: Now you are in the theme customization. Click on Layout > Footer and here you can change or remove the footer text in the copyright box.

remove footer copyright text in generatepress theme

This is how you can change the footer copyright text in the GeneratePress premium theme without using a code.

Once you have done the change make sure to click on the update button.

Recommended Read:

Conclusion

I have shared the easiest way to remove footer copyright text from the Generatepress theme including free & premium.

GeneratePress is the most premium, fast, mobile-friendly, SEO-friendly, and lightweight WordPress theme recommended by most bloggers.

I have personally used this theme for almost 4 years and trust me GeneratePress theme is the fastest theme I have ever used.

That is why I have written lots of customization tutorials on the GeneratePress theme.

If you have any questions then feel free to reach me in the comments box. I reply to every comment and help my audience to grow.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

8 + 16 =