Showing Meta Data for Custom Post Types?
On a single custom post type (for example), you can see the post meta. However on your homepage archive loop, you cannot because the theme uses a different template for this. Check out Template Hierarchy. The “home” page in _s is governed by the “index.php” template. In which we see: get_template_part( ‘content’, get_post_format() ); Since … Read more