Show ACF fields only on certain page in the backend
Couldn’t you do this through ACF settings page? You can select Post and set it equal to the title. Edit Updated image for clarification Edit 2 It turns out ACF does not query for custom type when display the title drop down. To include all post type, in /core/admin/meta_box_location.php, change <div rel=”post”> <?php $choices = … Read more