Ok well I got the page to show up in templates. However, I cannot make it my landing page. Currently my landing page (mywebsite.com/) shows my most recent blog posts. I think I need to make that have a different location (mywebsite.com/blog?) and then make my landing.php page be the Front page. Another problem is that in order for it to show up as an option for the landing page, it must be set to public, which means that it shows up in my navigation bar (which I do not want..).
Seems like so much work for such a simple feature, but how can I get around these issues?
I would like to use HTML to create the page however. How do I create an HTML page that I can then make the Front page option in WordPress? I’ve tried adding the .html file on to my server in the themes/greyzed folder, but it doesnt show up in the dashboard.
Could someone provide me with some instructions. I understand HTML fairly well, but have 0 knowledge in php.