Custom Field Templating

There are two very useful plugins for WordPress that enable the development of custom post types with specialized fields. Custom Post Type UI (CPT UI) allows users to create custom post types like "Person" or "Article", and Advanced Custom Fields (ACF) allows users to include additional fields beyond just title and content: for example, first...