Viewing 2 replies - 1 through 2 (of 2 total)
  • Found your post when trying to fix my own site, with no responses, and spent the better part of the last 2 hours figuring out there is a significant bug in the “Custom” upload code…

    Use the Custom files upload with something like this, assuming your parent theme is called parent-theme, and you want to upload CSS files:

    {wp_content_dir}/themes/parent-theme/assets/*.css

    Here’s the bug tho, if you aren’t on the root, you need to include your sub-path, like so:

    /blog/{wp_content_dir}/themes/parent-theme/assets/*.css

    Very broken, but that will make your parent theme files work.

    Thread Starter thedigitalmuse

    (@thedigitalmuse)

    oh, okay – good point. thank you.

    I ended up temporarily changing my theme to the parent theme, uploading the theme files, then switching back. Your answer is probably better long term so don’t have to keep doing this. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to upload parent theme files to CDN?’ is closed to new replies.