Page Attributes – No Template Selection dropdown
-
Using v 3.4.2. My site is hosted by GoDaddy
The problem I am trying to solve is that there is no Template Selection dropdown appearing in the Page Attributes box when I create a new page. The only options in the PA box are Parent and Order.
I have created a custom template, which I understand is required for the Template Selection dropdown to appear, but it still doesn’t. I have searched the forums on this topic, but most of the posts are for earlier versions and end up talking about how to correctly write the comment block at the top of my template file (BluesD1.php). But there are differing suggestions on what is correct.
I have tried both 5 lines and 3 lines and neither fixed the problem
Five lines
<?php /* Template Name: BluesD1 */ ?>
Three lines
<?php /* Template Name: BluesD1 */ ?>
Which one of these is best practice for 3.4.2, or is there something I am missing/neglecting?
Also, when using a custom theme, exactly where should the template be placed? I have placed BluesD1.php directly in wp-content/themes. Should it be there or under my custom theme folder i.e. at wp-content/themes/MyCustomTheme/BluesD1.php
Here again I have tried both, with no success.
Appreciate any help or guidance you can provide
- The topic ‘Page Attributes – No Template Selection dropdown’ is closed to new replies.