{"id":1269,"date":"2018-09-14T15:24:23","date_gmt":"2018-09-14T14:24:23","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=1269"},"modified":"2018-09-14T15:24:23","modified_gmt":"2018-09-14T14:24:23","slug":"wordpress-add-php-file-without-ftp","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/wordpress-add-php-file-without-ftp\/","title":{"rendered":"WordPress add php file without FTP"},"content":{"rendered":"<p>In <strong>Appearance<\/strong> &gt; <strong>Editor<\/strong><\/p>\n<p>Edit the homepage.php<\/p>\n<pre class=\"lang:php decode:true\">$file = realpath(dirname(__FILE__)) . '\/custom-page.php';\r\ntouch($file);<\/pre>\n<p>Run the homepage and refresh the file list<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Appearance &gt; Editor Edit the homepage.php $file = realpath(dirname(__FILE__)) . &#8216;\/custom-page.php&#8217;; touch($file); Run the homepage and refresh the file list<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-1269","post","type-post","status-publish","format-standard","hentry","category-websites"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=1269"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1269\/revisions"}],"predecessor-version":[{"id":1270,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1269\/revisions\/1270"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=1269"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=1269"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=1269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}