Support

Account

Home Forums General Issues Custom Post Type as WordPress Front/Home Reply To: Custom Post Type as WordPress Front/Home

  • I had a thought and it goes something like this…

        Using ACF, create a new Custom Field. I’ve just called it Home.
        Create a new Field. I’ve called that Select Post (select_post).
        Choose the Field Type: Select.
        Under Location – Rules, set it to Page is equal to Home.
        Make a single page index template.

    A problem with this plan is, how to fill that Select field, with all the custom posts.

    If I can figure that out, then I’ve allowed the admin to be able to simply choose a post from a dropdown, without any further WP knowledge and bypassing the standard Page dropdown under Reading.

    I’ll start Googling and trying different things, but do you think this is achievable?