Tell me how to create a php file in the wordpress theme through the admin panel.

Upload files using ftp on the hosting is not possible.

  • Good question, how do you create a php file when writing a program? - Web Desg
  • I usually create a file through the editor and upload it via ftp, but the problem is that I don’t have it (ftp) - bot
  • Who is not there? ...... - Web Desg
  • Create a file programmatically, code in functions.php - KAGG Design
  • one
    As an example, you can read here wp-kama.ru/id_5177/3-sposoba-sozdat-shablon-stranitsyi.html - ChromeChrome

1 answer 1

touch ('wp-content / themes / theme_name / template.php');