Home › Forums › General Issues › New content type › Reply To: New content type
When setting up a custom post type you can turn of support for most things. This is part of the CPTUI plugin.
Generating the title from an ACF field can be done using an acf/save_post filter https://www.advancedcustomfields.com/resources/acf-save_post/ I’m sure that are many answers to this in the topics of this forum, as well as other filters that can be used. Basically you create your filter and in the filter you use wp_update_post() https://codex.wordpress.org/Function_Reference/wp_update_post to set the title.
Doing something like turning of preview is another question entirely and is not something that ACF will do for you. This might help you in the right direction http://wordpress.stackexchange.com/questions/121640/hide-view-and-preview-from-custom-post-types
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.