Bird
0
0

Which of the following is the correct template file name to display a single post of custom post type 'product'?

easy📝 Syntax Q3 of 15
Wordpress - Theme Structure and Basics
Which of the following is the correct template file name to display a single post of custom post type 'product'?
Asingle.php
Bsingle-product.php
Cproduct.php
Dsingle-post.php
Step-by-Step Solution
Solution:
  1. Step 1: Identify custom post type single template

    WordPress looks for single-{post_type}.php for custom post types.
  2. Step 2: Match post type 'product'

    So the correct file is single-product.php.
  3. Final Answer:

    single-product.php -> Option B
  4. Quick Check:

    Custom post type single template = single-product.php [OK]
Quick Trick: Custom post type single uses single-{post_type}.php [OK]
Common Mistakes:
  • Using product.php instead of single-product.php
  • Confusing single.php as always used
  • Using single-post.php which is invalid

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes