Archived topic
Page Templates not showing in Page Attributes
3 replies · Started by Gabriel on January 16, 2019
I'd like to select my page template but it doesn't allow me to chose it.
It doesn't show up under "Page Attributes".
Just to clarify, i don't even see the "page templates" Attribute i only see the Order attribute.
Thank you,
Hi there,
This would be a WordPress issue as GP doesn't have the ability to hide or show it.
You can verify it by switching to a twenty series WP theme and see if the issue still exists.
Did a quick Google search and perhaps this would help?
https://wordpress.org/support/topic/wordpress-4-9-is-not-showing-my-page-templates/
If not you might need to open another topic with them.
Ah waw!
It was only because of this :
/*
* Template Name: Homepage
*/
Instead of :
/*
* Template Name : Homepage
*/
(The space before ":")
Awesome :)