It’s just a blank page right now to see if the page will appear. I don’t want to spend the time figuring out the coding until I can get the template to show up. I’m following an online tutorial. Could it not be showing up because it is nothing but a title?
Here’s the code:
<?php /* Template Name: CustomPageT1 */ ?>
]]>Try
<?php
/*
* Template Name: CustomPageTest
*/
phpinfo();
]]>
I searched on the web for this problem, and I found some developers talking about it. They said there was a problem with caching that those files were only updated every hour. Those threads were a year old, though. I would think whatever that problem was would be fixed by now.
Some of them talked about bumping up the theme (I’m guessing that means changing the version number), but I can’t do that because I’m not the creator of the theme.
I found a plugin, but it doesn’t do the things I need it to. I want to create a full page with no header or footer and be able to change the CSS for that page. (A lot for a novice coder, but I’ve figured out harder things before.)
]]>