Support

Account

Home › Forums › General Issues › Looking for ACF custom post type template file › Reply To: Looking for ACF custom post type template file

  • When you create a new custom post type, you don’t automatically get a new template created for it, you can however create your own and upload it in to your theme.

    For your archive template, you can create archive-{post_type}.php and for the single post template you can create single-{post-type}.php

    Hope this helps.