Need folder for CPT templates for eg: single-{post_type}.php
i was able to solve some of it // defining the sub-directory so that it can be easily accessed from elsewhere as well. define( ‘WPSE_PAGE_TEMPLATE_SUB_DIR’, ‘pages’ ); function wpse227006_page_template_add_subdir( $templates = array() ) { // Generally this doesn’t happen, unless another plugin / theme does modifications // of their own. In that case, it’s better … Read more