Changes between Initial Version and Version 1 of Ticket #6124, comment 41
- Timestamp:
- 04/04/2015 03:25:12 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6124, comment 41
initial v1 5 5 I think this is the way we'll have to play things, we could change to `get_template()` then would load twentyfifteen.css in a child theme based on twentyfifteen if that wasn't wanted then it could be overloaded or de-registered. 6 6 7 I guess I can document this in the stylesheet - explain in header comments that child themes will need a copy of the file in the path described and re-named to the child theme name. 8 7 9 I can't decide what's the better option, it could be the case that the user simply needs to overload a template or two for simple changes then as is they would need to overload the stylesheet and re-name it; is this too much to ask?