custom post template design with dropdown option
To make a template that appears in the specific dropdown menu you’re referencing, you need to create a file in the theme (or child theme). Let’s say you’re creating “tpl-events.php”. Inside the file you’ll add comments at the top: <?php /* * Template Name: Events */ ?> The template will then appear in any post … Read more