Any idea why when I’m on post.php of my custom post type page I no longer see the Preview Changes button?
I have checked on an old installation and it shows on WordPress version 3.3 but not 3.4.
The custom post page has this HTML:
A normal post page has:
Why is my custom post page missing the div preview-action in the latest version of WordPress?
I run through exact same issue. Later I come to know that custom post type I created was not public and hence it does not have ‘Preview Changes’ button visible.
Prior version of WordPress was displaying that button but it seems they have fixed it now.
To fix it, make sure you set ‘public‘ to ‘true‘ in array of arguments you are passing to ‘register_post_type function‘.
Hope it will help!
Neerav