Custom Page Template not working in WP 3.8
-
Hi,
I am trying to add a custom page template in wp 3.8.I have the following file: dave_page.php
with the following code:
<?php /* Template Name: Dave Test Page */ ?> <?php get_header(); ?> etc...
The file won’t show up in the editor window, nor does it appear in the dropdown.
Yet, when I do the same with WP 3.5.1, it shows up just fine.
I have tried modifying permission (even tried 0777 for a moment), but no dice.The file is in the active theme directory in both instances.
Is there something in WP 3.8 that needs to be done differently?
- The topic ‘Custom Page Template not working in WP 3.8’ is closed to new replies.