Home › Forums › General Issues › Custom Post Type as WordPress Front/Home › Reply To: Custom Post Type as WordPress Front/Home
this looks like a good place to start https://wordpress.stackexchange.com/questions/30869/how-to-use-a-custom-post-type-as-front-page
EDIT: Oh, I don’t think you can change the options to show custom post types in the drop down. That drop down calls this function to get the list of pages wp_dropdown_pages() https://developer.wordpress.org/reference/hooks/wp_dropdown_pages/. this function only has one filter https://codex.wordpress.org/Function_Reference/wp_dropdown_pages and it is for the HTML string that’s returned with no way of really knowing what the string is generated for so if you altered this you’d pretty much be altering the output no matter where it is used.
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.