Hi
I understand but I want to enable the add_theme_support( ‘posterno’ );
and I want to run plugin template’s single.php file under my child template. like this https://photos.app.goo.gl/q1wgRu6U4Z9t7b2u5 but when I am activating add_theme_support( ‘posterno’ ); my child theme folder posterno’s single.php not working. its working from parent divi theme where is default signle.php.
if I am deactivating add_theme_support( ‘posterno’ ); then my modified plugin’s single.php file working from folder posterno/templates/single.php. but I want to run this file fro child template under the folder posterno. because If I will upgrade the plugin then it will remove my changes from plugin templates.
I hope you understand where is problem?