The code window is way too small!
-
The code window is way too small! I really didn’t like that. I still love this plugin, but use it in a slightly different way.
I put this code in the tiny text field:
<?php $path = $_SERVER['DOCUMENT_ROOT']; $path .= "../../../phpstore/mycode.php"; include($path); ?>The
/phpstore/folder is way below the/public_html/fold and out of webreach. Now I can create a *.php page, use Notepad++ to write my code, have all my code in one folder, and can upload it with and FTP program.Only problem, your cache will not notice any change, even Ctrl+F5 may not work, so whenever you change the remote *.php page you need save the WordPress page/post too.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘The code window is way too small!’ is closed to new replies.