To remove footer credit
Footer credit can be omitted from WordPress admin but if your theme does not have the option to remove or modify footer credits from WordPress admin, then your only option is to edit the footer.php code.You can find this file in your /wp-content/themes/yourtheme/footer.php
You can either remove this text entirely or customize it to suit your needs.
- Click Appearance > Customize
- Go to Footer Option
- Go to Copyright option and edit
- Go to Power by option and edit
Enable/Disable Through Customizer
Some of the themes have options to show/hide options for powered text in the footer. But usually, this features is available only on premium version. If you are using premium version, usually you can check this options inside Appearance > Customize and you can see some section of Footer Section or similar.
If there are no any options to hide or add your own powered by text, you can check the below mentioned steps.
Easy Solution – Hide that section via custom CSS
One of the easiest methods to hide powered by text is custom CSS. Follow the below-mentioned steps to add custom CSS to your website.
- Login to your WordPress dashboard as an Admin
- Scroll over ‘Appearance’ and then click on the ‘Customize’ menu
- Go to the Additional CSS section of the customizer.
- Add the given below CSS codes there.
.site-info{
display:none;
}
Removing/Editing via footer.php file
One of the best methods to customize powered by text is via footer.php file. WordPress theme has footer.php file on theme root folder. You can either customize the foooter.php file and upload that file on server or you can directly edit via Appearance > Editor.
Follow the below mentioned steps to edit footer.php file via admin panel.
- Login to your WordPress dashboard as an Admin
- Scroll over ‘Appearance’ and then click on the ‘Editor’ menu
- Select the menu which you want to edit from Select theme to edit: from a top right corner.
- Click on Theme Footer ( footer.php ) file.
- Edit the code as shown in the below image.
If you are customizing the twentyseventeen theme, site info is in another template file. Check template-parts/footer/site-info.php of theme file. You will see the similar code in below screenshot.
Instead of customizing parent theme directly, we recommend you to customize the theme with Child Theme.
Hopefully, this blog article provided you the guidance and some best information about how to remove the powered text footer credit, specifically, “Powered by WordPress” footer link form your site.
Good article bro, I’m so happy I found blog like yours. Really appreciate work you do for us, already applied sugesstion on my site.
KeeP up the AMAZING! work!