I want to create a new slider template in my theme, but in get_templates() (“xo-slider/inc/main.php” on line 123) you only search in the plugin folder. Only if a template already exists in the “plugin folder”, this plugin looks in the “theme dir” if you want to overwrite it.
I want to add a template which is in the theme folder, but I do not want to overwrite any original theme. In the end, I want to have all original templates and my custom additional one.
Is this possible?
I currently use version 3.4.2. When I create “wp-content/themes/mytheme/xo-slider/templates/default/template.php” it overwrites the “Default” template. I want to create “…/xo-slider/templates/mynewtemplate/template.php” but I cannot select it as an option for the slider template.
