Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Child-Theme Browser Cache Problem › Reply To: Child-Theme Browser Cache Problem
October 28, 2016 at 3:36 pm
#299402
For some reason something like this is already implemented for the main CSS file as one can see in the source code:
<link rel=’stylesheet’ id=’dante-parent-style-css’ href=’foo/wp-content/themes/dante/style.css?ver=4.6.1′ type=’text/css’ media=’all’ />
Maybe just attaching a timestamp to the Child CSS file would be enough. How is the best way to do this? I guess via the functions.php file in the child folder right?