You can use <?php get_template_directory_uri(); ?>
to reference your parent theme folders.
From the WordPress codex:
In the event a child theme is being used, the parent theme directory URI will be returned…
Related Posts:
- Versioning @import of parent theme’s style.css
- how do I queue my Child stylesheet/s *after* every Parent stylesheet/statement?
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- Why is the Child Theme Stylesheet Not Loading?
- Theme Customization API and child themes
- Get Parent Theme Author Name
- Get parent theme version
- How to use parent theme’s enqueue methods
- Do all files in child theme override the parent?
- Do I need to update the child theme too after updating the parent?
- Use admin options from parent theme in child theme
- How to “remove” file from parent theme
- Find a Parent Theme’s stylesheet $handle when it registers a stylesheet
- replace parent theme images in child theme
- Localization: Textdomain of Child teme
- How do I override a sidebar that is registered in a parent theme when using a child theme?
- Remote install won’t find Parent theme when intalling Child Theme, but local install does
- Order of stylesheets in child theme
- How to create a parent theme for accesspress parallax theme?
- What are the best practices for maintaining and deploying several parent themes?
- Which is the child theme and which is the parent theme?
- Creating a child theme: How do I find the template name of the parent directory?
- WordPress + Child Theme = Am I missing something?
- Override file in parent theme
- Can I place “parent theme” inside a child theme folder?
- Making a child theme in order to update the parent theme
- Can I still switch to a child theme?
- How to activate the child theme in WordPress?
- How to add modified php in child theme?
- How to override JavaScript files in child theme?
- Why does my child theme CSS get called twice?
- Is a text-domain necessary for a child theme
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- Hiding Parent Theme
- get_stylesheet_directory() vs get_template_directory() for child theme
- Declaring an instance of class included in parent theme from child theme functions.php
- Optimal approach for replacing the 8 header images in a child theme?
- How to transfer changes to a child theme?
- How could child theme be different than parent theme if I haven’t made changes?
- Child Theme, Functions.php Issues
- Child theme error “Template is missing”
- Altered media sizes (in dash), not updating to existing images/posts
- How do I make wp_localize_script variables available for child theme?
- Proper way of using functions in action hook?
- How to add child theme after using parent theme for long
- Cannot dequeue script in child theme
- WOW.js animations work on one server, copied to new server, and stop working [closed]
- Child theme style.css isn’t overwriting parent style.css
- Activate Child Theme .mo and .po files
- Grandchild themes and optimal network architecture
- Override file inside inc in child theme
- Child Themes of Non-WordPress Sanctioned Templates
- colorpicker WP 3.5 path to stylesheet when called from a child theme
- add function to thematic hooks [closed]
- Overrite parent functions using child functions
- Child themes, over riding in the parents theme
- ‘Recent Posts’ links open in new window, without copying the ‘WP_Widget_Recent_Posts’ class
- Best method to add style sheets into child theme?
- Override post-formats in child theme
- What is the correct workflow for modifying child themes?
- wp_enqueue_style referencing parent theme
- Child Theme Variables
- Getting an error. Need to add favicon in my child theme functions.php. What’s wrong?
- Child Theme over write rules
- Changing a Child theme’s name on MAMP localhost
- get_template_directory_uri() links to child theme not parent
- wp_enqueue wont work on some files?
- Can’t create child themes. “Stylesheet is not readable.”
- How to make a child theme independent of parent?
- Sliding-Doors Child Theme
- Google Analytics on a staging site
- How to replace function in child theme?
- Show excerpt and not full post in Twenty Seventeen
- Can only override parent theme styling with ‘!important’ in child style.css
- Fatal error: Cannot redeclare load_stylesheets() (previously declared in
- Change child theme after updating parent theme
- How to set a custom post type as home page and set post page to regular post?
- Including code from other themes in child themes
- Updating an imported child theme from the wp-admin UI
- “Cannot modify header information – headers already sent by” while using get_stylesheet_directory_uri()
- Override parent theme deregister
- How can I make custom page templates work on child theme?
- How do I create a child theme from PowerMag theme
- How to get custom translations from child theme to be loaded?
- Admin options from parent theme do not bind
- using a child theme, after enqueing my js file it is loading before jquery
- If a theme will undergo major changes would it be better to clone the parent instead of writting a child theme?
- How can I load child theme stylesheet with cache busting string and remove same stylesheet loaded by parent theme?
- Need help installing Hoffman child theme
- Changing header banner dimension in child theme
- child index.php does not overwrite parent index.php in twenty fourteen theme
- How to prevent funny characters on Home Page
- WordPress picks parent theme’s home page template instead of the child theme one
- What the mean about ‘child theme’?
- Child theme template value for style.css for parent in different folder
- Run two concurrent themes in one installation
- creating a new child theme
- Problem with Child-Theme using of foundation-framework [closed]
- melville and its child theme
- theme.json should be in the child theme folder when using xxxx.json style located in the styles folder?