Zanzad
says
I updated my WP to WP 3 .4 and my custom page template disappear. Maybe some peoples here had the same experience. I’ve found the answer here:
http://stackoverflow.com/questions/11027121/page-templates-disappeared-with-wordpress-3-4
WP 3 .4 wont accept line like this: /* Template Name: MyCustomTemplate /
Change to be like this: / Template Name: MyCustomTemplate */
It work for me.
kotofey
says
This bug will be fixed in WP 3 .4.1
http://wordpress.org/support/topic/wordpress-34-bug-page-templates#post-2891915
mabuc
says
I’m using this and no problem at all.. 
<?php /* Template Name: Blog */ ?>
Zanzad
says
kotofey said
This bug will be fixed in WP 3 .4.1 http://wordpress.org/support/topic/wordpress-34-bug-page-templates#post-2891915
Thanks for added the info, kotofei.
Zanzad
says
mabuc said
I’m using this and no problem at all..
<?php /* Template Name: Blog */ ?>
Yes, Just like the code you used. I’m sorry, wrong my typo. You can click the link and see the code’s line is just like yours.
2945 posts
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Referred between 100 and 199 users
duotive
says
Deactivate theme.
Activate theme.
Done.

Zanzad
says
duotive saidunfortunately not working for me, Duotive. I solved my problem by following this tutorial:
Deactivate theme. Activate theme. Done.![]()
http://stackoverflow.com/questions/11027121/page-templates-disappeared-with-wordpress-3-4
Just like Mabuc’s code structure.
