Home Forums WoodMart support forum Caching

Caching

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #495765

    andrew.barham
    Participant

    Caching issues with the theme when using style.css in child theme.
    Keeps holding onto a ?ver=7.2.5 but when you clear it you can see that the updated css is there.

    See extra detail for more info

    #495978

    Luke Nielsen
    Keymaster

    Hello,

    The function of connecting the style file from the child theme has always been the same, but if it does not suit you and you want the version of the child theme to be written there by name, then you need to replace the line in the child theme in the functions.php file woodmart_get_theme_info( 'Version' ) to wp_get_theme()->get( 'Version' )

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)