Support

Account

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.