Meta Box
Support Forum
Support › Meta Box Include Exclude › Including/Excluding via page template when templates in subdirectory
Include exclude does not work when page templates are placed inside a directory and not the in root folder of the template. WordPress supports placing page templates into folders but this cannot be used with the plugin also.
Hi,
If you put the page template in a subfolder page-templates, you need to use 'include' => 'page-templates/name.php' instead of just name.php.
page-templates
'include' => 'page-templates/name.php'
name.php