You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This boilerplate would be great to use for child themes, although it doesn't seem like this theme is prepared for it. The first issue i found is that it doesn't include the child themes stylesheet, although this is fixed easy with adding the line:
This boilerplate would be great to use for child themes, although it doesn't seem like this theme is prepared for it. The first issue i found is that it doesn't include the child themes stylesheet, although this is fixed easy with adding the line:
<link rel="stylesheet" href="<?php bloginfo("stylesheet_directory") ?>/style.css" />
I'd like for this theme to be evolving towards being usable for child themeing, to me it seems like the point of a boilerplate :-)
Thank you for your good work!
The text was updated successfully, but these errors were encountered: