wp-content/themes/ledger-child/
Ledger Child
A starter child theme for Ledger. Empty on purpose.
== Description ==
Three files: a stylesheet with the right header, a functions file that enqueues the parent correctly, and a readme explaining which of Ledger’s template parts are worth overriding and which are not.
Most child themes people write start by enqueueing the parent stylesheet the wrong way, because the wrong way was in a tutorial in 2014 and never left. This one does it the way that survives a parent update.
There is nothing else in it. A starter child theme with features is a parent theme with extra steps.
== Screenshots ==
Numbered the way they ship in /assets/. Click any one to see it full width.
== Installation ==
- Install Ledger first. A child theme without its parent does nothing.
- Install and activate Ledger Child.
- Write your overrides in
style.cssandfunctions.php.
Free, and it will stay free. There is no version of this worth charging for.
== Frequently asked questions ==
Why is this a separate download?
Because bundling it inside Ledger would mean updating Ledger overwrites your changes. That is the entire problem child themes solve.
Which files should I copy in?
Only the ones you are changing. The readme lists which template parts Ledger expects to be overridden.
== Changelog ==
= 1.0.0 =
- First release, alongside Ledger 1.2.3.