We have custom post templates that use the code below, that have disappeared from the drop-down listing in the POSTS edit window, just since our 2.8 upgrade. The only template option that appears is "Default."
eg using this header successfully until the upgrade:
<?php
/*
Template Name Post: Custom name
*/
?>
We also have custom page templates, these are working fine. Is there a different syntax I should now be using for the header?
Thanks for any suggestions!
-Chuck