Preview Changes button missing on custom post type page since updating to 3.4

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.

Read More

The custom post page has this HTML:

enter image description here

A normal post page has:

enter image description here

Why is my custom post page missing the div preview-action in the latest version of WordPress?

Related posts

Leave a Reply

1 comment

  1. 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