Versioning @import of parent theme’s style.css
Context I built a child theme based on Twenty Thirteen which works quite well. After updating the parent theme to version 1.3, I … Read more
Context I built a child theme based on Twenty Thirteen which works quite well. After updating the parent theme to version 1.3, I … Read more
I’ve been reading around and trying to figure out how to do this, but for some reason I can’t seem to override parent … Read more
My parent theme (Starkers) adds a CSS file that I’m trying to remove (I want to use @import instead so I can override … Read more
I’m loading some JavaScript files in the parent theme. The path in the parent theme is: scripts > custom.js In the child theme, … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
In my child theme’s archive.php, I have the following code for displaying the title of my archive pages: <?php the_archive_title( ‘<h1 class=”page-title”>’, ‘</h1>’ … Read more
The problem I am having is that the get_template_directory_uri is pointing to the parent theme like site/wp-content/themes/twentythirteen/myGallery/gallery_functions_include.php but I want it to point … Read more