WordPress PHP Tweaks – Create Theme Template Files without FTP Access
See how you can quickly create a WordPress Template File without any access to FTP or your hosting, just from the WordPress Backend.
Occasionally you need to make some changes to the PHP Template Files in you WordPress Theme directory. But usually you need to have some sort of file access to it, via FTP or your Hosting cpanel etc.
Just enter this in the header.php file of the other theme (the theme that you are not using):
anglebracket?php touch(‘wp-content/themes/THEME_NAME/FILE_NAME.php’);?anglebracket
Thanks for watching and please subscribe to my channel 🙂