- Website
- Log in to WordPress as the administrator.
-
On the Dashboard in the left sidebar, click Appearance, and then click Editor:
-
On the Theme Editor, select the Theme you want to edit from the dropdown:
-
The files for this selected theme are listed on the right column under Theme Files. Click on the file named “functions.php”:
-
This example removes the “Website” field from the user-profile page:
- To hide it with CSS. Add the code (below) to your functions.php file and click Update File Button to save the changes:
- Refresh the user-profile page, Website field is now hidden on the user profile page.