In this post, I will be talking about How to Remove Default Footer Credits from the WordPress theme GeneratePress.
Navigate to the Appearance menu from the admin panel and then click on the Editor option i.e. Appearance > Editor.
You will now have to do some minor changes in the code from line 81 to line 83 as shown in the image below.
If you're unable to view the code in the image above then I have also written the lines 81 to 83 below.
That's it.
If you have any difficulty removing the footer credits, let me know in the comments below.
GeneratePress is a very lightweight (< 1MB while zipped), fast, responsive and SEO friendly WordPress theme with more than 100000+ active installs. The theme works great with many page builders too and supports almost every famous WordPress plugins.
GeneratePress provides you with an option to add custom copyright texts to the footer but it doesn't have an option to remove the existing default footer text. So, in this post, I will be sharing a way to even remove the default footer text from the WordPress theme GeneratePress.
How to Remove the Footer Credits from the WordPress theme GeneratePress
I have broken the trick into a few simple steps which are:
- Step 1: Log into the wp-admin
First of all, log into your wp-admin by going to the YourSite.com/wp-admin. Where YourSite.com is the address of your website.
- Step 2: Open the Theme Editor
Navigate to the Appearance menu from the admin panel and then click on the Editor option i.e. Appearance > Editor.
- Step 3: Locate inc > structure > footer.php
From the right side navigation, navigate to the inc > structure > footer.php as shown in the image below.
- Step 4: Do Some Minor Changes in the Code
You will now have to do some minor changes in the code from line 81 to line 83 as shown in the image below.
If you're unable to view the code in the image above then I have also written the lines 81 to 83 below.
esc_url( '' ),
_x( '', 'GeneratePress', 'generatepress' ),
__( '', 'generatepress' )
That's it.
If you have any difficulty removing the footer credits, let me know in the comments below.
Comments
Post a Comment