I´ve copied the “taxonomy-portfolio_entries.php” into”shortcodes” folder in my child theme. This will kill the content of the whole Website (just can see the header). Code in function php is:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
How can I customize “taxonomy-portfolio_entries.php”?
Hey frankeee,
Thank you for using Enfold.
You don’t need to put the “taxonomy-portfolio_entries.php” file inside the “shortcodes” folder. Just put it directly in the child theme folder. Remove the filter if you don’t intend to modify the shortcode files.
Best regards,
Ismael
… thank you Ismael !!!
Hi frankeee,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria