Remove WordPress Footer Text With CSS
- Log in to your WordPress.
- Click "Appearance," and select "Customize" and then select "Additional CSS."
- Paste the following code into the CSS file: .site-info { display: none; }
- Click "Save."
Disabling the footer.php Code in WordPress
There is a second method to disable a footer it will disable the footer code. This can also be done directly in the Wordpress Dashboard. This method hides the footer code from both visitors's web browsers and search engines so you don't have to worry about search engine optimization issues.
- Log in to your WordPress,
- Click "Appearance" and then select the "Editor."
- Select the "Footer" or "Theme Footer" link, (which opens the footer.php file).
- Insert a new line at the top of the code and then type "/*" in that line (This is the beginning of a comment tag).
- Insert a new line below all of the ode and type "*/" there (This is the end of the comment tag).
- Click "Save Changes."
Editing the footer.php File With a Text Editor
If your WordPress theme doesn't allow you to edit the footer.php file in hosting, you can do this yourself by downloading the file from your website and editing it with any basic text editor, like Notepad,Notepad++ and others but i suggest you Sublimetext . Save the file(as a copy of original file) and then replace the footer.php file on your website with the edited file.
Note: Microsoft Word is not suitable for editing PHP files.
You will also need a FTP software to upload files to your website. Many web hosts today offer a browser-based FTP service. But if you don't have this option, you can use a free FTP software like Filezilla.