Viewing 2 replies - 1 through 2 (of 2 total)
  • (The function.php field cannot be reached in the renewed structure.)

    If you’re familiar with how to do this in functions.php, then I’d actually suggest creating a very small plugin that serves the same purpose. Simply make a basic plugin, activate it, and then you can treat the plugin file just like you would functions.php (but it’s even better because it won’t be overridden by theme updates and you can easily reuse it on other sites you develop)

    https://developer.www.ads-software.com/plugins/

    Hey @hasanaytac, you have several routes to do this:

    • Remove the field via a PHP snippet. If you are not familiar with PHP, the simplest way to add it is by using a plugin like Code Snippets.
    • You can use a plugin.
    • Hide it using simple CSS. You can try the code below To access the CSS editor in the Customizer when using FSE you’d need to add this after your URL: /wp-admin/customize.php
    .comment-form-url  {
      display:none;
    }

    Let me know if that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I delete the website url field’ is closed to new replies.