Hello,
I have to do some customization – put full-width category description before the shop loop (I read in some posts in this forum that it is not possible on your theme) so I need to writ it by my own in file `template-tags.php’ file.
I have created child theme but when I copy basel/inc/template-tags.php' to
basel-child/inc/templte-tags.php’ mu customization doesn’t appear. Should I put the custom file in another location?
When I edit the original file in `basel/inc/template-tags.php’ everything works perfectly. But I would like to put my changes into the child theme to avoid conflict during the theme’s updates.
Pleas give me some advice where should I put my custom child file to get any effect.