I am currently working on a project that uses a child theme (storefront is the parent theme). I need to be able to code using pure php / javascript (outside wordpress admin). Other custom template pages have *-content.php
structure, such as: foo-content.php
.
I created the custom page I'd like to develop on. However, when visiting the url, I am getting a blank white page. I am having a hard time understanding why this is.
Additionally, I tried going to wordpress admin and creating the page in the admin so it matches the file name I created my.domain.com/foo
, nothing seems to work - I keep getting a blank white page and no errors. Any ideas why this is?
I appreciate any suggestions.