You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Child theme, in that I am trying to override wpadverts plugin template into my child theme.
I have created the wpadverts/list-item.php file into my child theme.
but this plugin does not check template file is exists in child theme.
For that, I have added one line code into a plugin file.
// next check in Child theme directory
$dirs[] = get_stylesheet_directory() . "/wpadverts/";
then it started working
The text was updated successfully, but these errors were encountered:
I have Child theme, in that I am trying to override wpadverts plugin template into my child theme.
I have created the wpadverts/list-item.php file into my child theme.
but this plugin does not check template file is exists in child theme.
For that, I have added one line code into a plugin file.
// next check in Child theme directory
$dirs[] = get_stylesheet_directory() . "/wpadverts/";
then it started working
The text was updated successfully, but these errors were encountered: