Support

Account

Home Forums General Issues Using Custom Post Types to Display Field Values Reply To: Using Custom Post Types to Display Field Values

  • You have to create a template for a custom post type. Each post type in WP can have 2 custom templates “archive-$posttype.php” and “single-$posttype.php”. These are not automatically created when a post type is created.

    https://developer.wordpress.org/themes/basics/template-hierarchy/