it is important to make a child theme???? cant we work on thematic directly
ThemeShaper Forums » Thematic
it is important to make a child theme???? cant we work on thematic directly
(4 posts)-
Posted 1 year ago #
-
The main reason you want to make a child theme is to ensure that you can update/upgrade your base Thematic without having to track all the changes you had made in its cores files and then have to go back and redo it all.
To me, that's the main reason why I've stuck to the child themes.
Posted 1 year ago # -
Agreed. Child themes used to confuse me at first but after a while of NEVER having to rehack your theme to pieces because of an upgrade, or - gasp! - opting not to upgrade! - I'd never go back to the old method. Child themes are much simpler.
Posted 1 year ago # -
its works pretty much the same as if you started hacking core WordPress files. a new version drops, hacks are lost. thats why people started using hooks and filters to ammend WordPress core (over direct hacks).
so, a child themes relationship to its parent is the same relationship as WordPress to a parent theme.
many have argued that child themes add bloat and confusion.
its just a safe extesion really. pretty much like having a super duper plugin that controls php and css.Posted 1 year ago #
Reply
You must log in to post.